Uses of Interface
com.pervasive.datarush.operators.RecordSinkOperator
-
Packages that use RecordSinkOperator Package Description com.actian.dataflow.operators.io.orc com.pervasive.datarush.analytics.arm.fpgrowth Provides the operator to perform the FP-growth ARM algorithm.com.pervasive.datarush.analytics.stats Provides various statistics, Data Summarizer, and Data Quality Analyzer.com.pervasive.datarush.operators Provides classes and interfaces for developing dataflow operators.com.pervasive.datarush.operators.assertion Provides operators for making assertions on flows and files.com.pervasive.datarush.operators.io Provides base file I/O components including encoders and decoders.com.pervasive.datarush.operators.io.avro Provides operators for reading and writing files in Avro format.com.pervasive.datarush.operators.io.binary com.pervasive.datarush.operators.io.staging Provides operators for reading and writing DataRush staging datasets.com.pervasive.datarush.operators.io.textfile Provides operators for reading and writing text data.com.pervasive.datarush.operators.io.vectorwise com.pervasive.datarush.operators.sink Provides theLogRows
operator for writing debugging information about a flow to the logging API.com.pervasive.datarush.operators.testutils com.pervasive.datarush.ports.record Provides implementations of port objects related to the flow of record sets between operators.com.pervasive.datarush.script.operators.group -
-
Uses of RecordSinkOperator in com.actian.dataflow.operators.io.orc
Classes in com.actian.dataflow.operators.io.orc that implement RecordSinkOperator Modifier and Type Class Description class
WriteORC
Write data in the Apache Hive ORC format. -
Uses of RecordSinkOperator in com.pervasive.datarush.analytics.arm.fpgrowth
Classes in com.pervasive.datarush.analytics.arm.fpgrowth that implement RecordSinkOperator Modifier and Type Class Description class
FPGrowth
An operator that implements the FP-growth algorithm, outputting a PMML model containing generated items sets and association rules. -
Uses of RecordSinkOperator in com.pervasive.datarush.analytics.stats
Classes in com.pervasive.datarush.analytics.stats that implement RecordSinkOperator Modifier and Type Class Description class
SummaryStatistics
Discovers various metrics of an input dataset, based on the configured detail level. -
Uses of RecordSinkOperator in com.pervasive.datarush.operators
Classes in com.pervasive.datarush.operators that implement RecordSinkOperator Modifier and Type Class Description class
OpenRecordSink
A record sink that can be externally composed. -
Uses of RecordSinkOperator in com.pervasive.datarush.operators.assertion
Classes in com.pervasive.datarush.operators.assertion that implement RecordSinkOperator Modifier and Type Class Description class
AssertRowCount
Verifies that the input flow contains the specified row count. -
Uses of RecordSinkOperator in com.pervasive.datarush.operators.io
Classes in com.pervasive.datarush.operators.io that implement RecordSinkOperator Modifier and Type Class Description class
AbstractWriter
A generic writer of byte data representing a stream of records.class
WriteSink
Writes a stream of records to a data sink. -
Uses of RecordSinkOperator in com.pervasive.datarush.operators.io.avro
Classes in com.pervasive.datarush.operators.io.avro that implement RecordSinkOperator Modifier and Type Class Description class
WriteAvro
Writes data using Apache Avro format. -
Uses of RecordSinkOperator in com.pervasive.datarush.operators.io.binary
Classes in com.pervasive.datarush.operators.io.binary that implement RecordSinkOperator Modifier and Type Class Description class
BinaryWriter
Writes raw binary data to a filesystem. -
Uses of RecordSinkOperator in com.pervasive.datarush.operators.io.staging
Classes in com.pervasive.datarush.operators.io.staging that implement RecordSinkOperator Modifier and Type Class Description class
WriteStagingDataset
Writes a sequence of records to disk in an internal format for staged data. -
Uses of RecordSinkOperator in com.pervasive.datarush.operators.io.textfile
Classes in com.pervasive.datarush.operators.io.textfile that implement RecordSinkOperator Modifier and Type Class Description class
AbstractTextWriter
A generic writer of text data representing a stream of records.class
WriteARFF
Write files using the Attribute-Relation File Format (ARFF).class
WriteDelimitedText
Writes a stream of records as delimited text.class
WriteFixedText
Writes a record dataflow as a text file of fixed-width records. -
Uses of RecordSinkOperator in com.pervasive.datarush.operators.io.vectorwise
Classes in com.pervasive.datarush.operators.io.vectorwise that implement RecordSinkOperator Modifier and Type Class Description class
LoadVectorOnHadoop
Deprecated.this operator has been replaced withLoadActianVector
; use that operator instead. -
Uses of RecordSinkOperator in com.pervasive.datarush.operators.sink
Classes in com.pervasive.datarush.operators.sink that implement RecordSinkOperator Modifier and Type Class Description class
CollectRecords
Collects input data into an in-memory token list.class
LogRows
Log information about the input data from a flow. -
Uses of RecordSinkOperator in com.pervasive.datarush.operators.testutils
Classes in com.pervasive.datarush.operators.testutils that implement RecordSinkOperator Modifier and Type Class Description class
ErrorSink
A record source sink throws an error either at composition time or execution time. -
Uses of RecordSinkOperator in com.pervasive.datarush.ports.record
Classes in com.pervasive.datarush.ports.record that implement RecordSinkOperator Modifier and Type Class Description class
ExternalRecordSink
Defines an external sink of record data. -
Uses of RecordSinkOperator in com.pervasive.datarush.script.operators.group
Classes in com.pervasive.datarush.script.operators.group that implement RecordSinkOperator Modifier and Type Class Description class
ProcessByGroup
Executes an application graph for each distinct key group of data within the input data set.
-