Interface RecordSinkOperator

All Superinterfaces:
LogicalOperator, SinkOperator<RecordPort>
All Known Implementing Classes:
AbstractTextWriter, AbstractWriter, AssertRowCount, BinaryWriter, CollectRecords, ErrorSink, ExternalRecordSink, FPGrowth, LogRows, OpenRecordSink, ProcessByGroup, SummaryStatistics, SVMLearner, WriteARFF, WriteAvro, WriteDelimitedText, WriteFixedText, WriteORC, WriteSink, WriteStagingDataset

public interface RecordSinkOperator extends SinkOperator<RecordPort>
Refinement of SinkOperator, specific to RecortPort's. Implemented by classes that consume but do not produce record data.
See Also:
  • Method Details