Uses of Interface
com.pervasive.datarush.operators.SinkOperator
-
Packages that use SinkOperator 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.pmml Provides shared and base classes for PMML model representation of Analytics algorithms.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.model Provides operators for handling models.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 SinkOperator in com.actian.dataflow.operators.io.orc
Classes in com.actian.dataflow.operators.io.orc that implement SinkOperator Modifier and Type Class Description class
WriteORC
Write data in the Apache Hive ORC format. -
Uses of SinkOperator in com.pervasive.datarush.analytics.arm.fpgrowth
Classes in com.pervasive.datarush.analytics.arm.fpgrowth that implement SinkOperator 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 SinkOperator in com.pervasive.datarush.analytics.pmml
Classes in com.pervasive.datarush.analytics.pmml that implement SinkOperator Modifier and Type Class Description class
GetPMML
-
Uses of SinkOperator in com.pervasive.datarush.analytics.stats
Classes in com.pervasive.datarush.analytics.stats that implement SinkOperator Modifier and Type Class Description class
SummaryStatistics
Discovers various metrics of an input dataset, based on the configured detail level. -
Uses of SinkOperator in com.pervasive.datarush.operators
Subinterfaces of SinkOperator in com.pervasive.datarush.operators Modifier and Type Interface Description interface
RecordSinkOperator
Refinement ofSinkOperator
, specific to RecortPort's.Classes in com.pervasive.datarush.operators that implement SinkOperator Modifier and Type Class Description class
OpenModelSink<T>
A model sink that can be externally composed.class
OpenRecordSink
A record sink that can be externally composed. -
Uses of SinkOperator in com.pervasive.datarush.operators.assertion
Classes in com.pervasive.datarush.operators.assertion that implement SinkOperator Modifier and Type Class Description class
AssertRowCount
Verifies that the input flow contains the specified row count. -
Uses of SinkOperator in com.pervasive.datarush.operators.io
Classes in com.pervasive.datarush.operators.io that implement SinkOperator 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 SinkOperator in com.pervasive.datarush.operators.io.avro
Classes in com.pervasive.datarush.operators.io.avro that implement SinkOperator Modifier and Type Class Description class
WriteAvro
Writes data using Apache Avro format. -
Uses of SinkOperator in com.pervasive.datarush.operators.io.binary
Classes in com.pervasive.datarush.operators.io.binary that implement SinkOperator Modifier and Type Class Description class
BinaryWriter
Writes raw binary data to a filesystem. -
Uses of SinkOperator in com.pervasive.datarush.operators.io.staging
Classes in com.pervasive.datarush.operators.io.staging that implement SinkOperator Modifier and Type Class Description class
WriteStagingDataset
Writes a sequence of records to disk in an internal format for staged data. -
Uses of SinkOperator in com.pervasive.datarush.operators.io.textfile
Classes in com.pervasive.datarush.operators.io.textfile that implement SinkOperator 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 SinkOperator in com.pervasive.datarush.operators.io.vectorwise
Classes in com.pervasive.datarush.operators.io.vectorwise that implement SinkOperator Modifier and Type Class Description class
LoadVectorOnHadoop
Deprecated.this operator has been replaced withLoadActianVector
; use that operator instead. -
Uses of SinkOperator in com.pervasive.datarush.operators.model
Classes in com.pervasive.datarush.operators.model that implement SinkOperator Modifier and Type Class Description class
GetModel<T>
Provides a way to update an in-memory reference to a model object. -
Uses of SinkOperator in com.pervasive.datarush.operators.sink
Classes in com.pervasive.datarush.operators.sink that implement SinkOperator 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 SinkOperator in com.pervasive.datarush.operators.testutils
Classes in com.pervasive.datarush.operators.testutils that implement SinkOperator Modifier and Type Class Description class
ErrorSink
A record source sink throws an error either at composition time or execution time. -
Uses of SinkOperator in com.pervasive.datarush.ports.record
Classes in com.pervasive.datarush.ports.record that implement SinkOperator Modifier and Type Class Description class
ExternalRecordSink
Defines an external sink of record data. -
Uses of SinkOperator in com.pervasive.datarush.script.operators.group
Classes in com.pervasive.datarush.script.operators.group that implement SinkOperator Modifier and Type Class Description class
ProcessByGroup
Executes an application graph for each distinct key group of data within the input data set.
-