Uses of Interface
com.pervasive.datarush.operators.SinkOperator
Packages that use SinkOperator
Package
Description
Provides the operator to perform the FP-growth ARM algorithm.
Provides shared and base classes for PMML model representation of Analytics algorithms.
Provides various statistics, Data Summarizer, and Data Quality Analyzer.
Provides an implementation of an SVM learner.
Provides classes and interfaces for developing dataflow operators.
Provides operators for making assertions on flows and files.
Provides base file I/O components including encoders and decoders.
Provides operators for reading and writing files in Avro format.
Provides operators for reading and writing DataRush staging datasets.
Provides operators for reading and writing text data.
Provides operators for handling models.
Provides the
LogRows operator
for writing debugging information about a flow to the logging API.Provides implementations of port objects related to the flow of record sets
between operators.
-
Uses of SinkOperator in com.actian.dataflow.operators.io.orc
Classes in com.actian.dataflow.operators.io.orc that implement SinkOperator -
Uses of SinkOperator in com.pervasive.datarush.analytics.arm.fpgrowth
Classes in com.pervasive.datarush.analytics.arm.fpgrowth that implement SinkOperatorModifier and TypeClassDescriptionclassAn 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 -
Uses of SinkOperator in com.pervasive.datarush.analytics.stats
Classes in com.pervasive.datarush.analytics.stats that implement SinkOperatorModifier and TypeClassDescriptionfinal classDiscovers various metrics of an input dataset, based on the configured detail level. -
Uses of SinkOperator in com.pervasive.datarush.analytics.svm.learner
Classes in com.pervasive.datarush.analytics.svm.learner that implement SinkOperatorModifier and TypeClassDescriptionfinal classBuilds aPMMLSupportVectorMachineModelfrom an input dataset. -
Uses of SinkOperator in com.pervasive.datarush.operators
Subinterfaces of SinkOperator in com.pervasive.datarush.operatorsModifier and TypeInterfaceDescriptioninterfaceRefinement ofSinkOperator, specific to RecortPort's.Classes in com.pervasive.datarush.operators that implement SinkOperatorModifier and TypeClassDescriptionfinal classA model sink that can be externally composed.final classA 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 SinkOperatorModifier and TypeClassDescriptionclassVerifies 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 SinkOperatorModifier and TypeClassDescriptionclassA generic writer of byte data representing a stream of records.final classWrites 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 -
Uses of SinkOperator in com.pervasive.datarush.operators.io.binary
Classes in com.pervasive.datarush.operators.io.binary that implement SinkOperator -
Uses of SinkOperator in com.pervasive.datarush.operators.io.staging
Classes in com.pervasive.datarush.operators.io.staging that implement SinkOperatorModifier and TypeClassDescriptionfinal classWrites 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 SinkOperatorModifier and TypeClassDescriptionclassA generic writer of text data representing a stream of records.classWrite files using the Attribute-Relation File Format (ARFF).final classWrites a stream of records as delimited text.classWrites a record dataflow as a text file of fixed-width records. -
Uses of SinkOperator in com.pervasive.datarush.operators.model
Classes in com.pervasive.datarush.operators.model that implement SinkOperatorModifier and TypeClassDescriptionclassGetModel<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 SinkOperatorModifier and TypeClassDescriptionfinal classCollects input data into an in-memory token list.final classLog 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 SinkOperatorModifier and TypeClassDescriptionfinal classA 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 SinkOperatorModifier and TypeClassDescriptionfinal classDefines 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 SinkOperatorModifier and TypeClassDescriptionclassExecutes an application graph for each distinct key group of data within the input data set.