Uses of Interface
com.pervasive.datarush.operators.io.ByteSink
-
Packages that use ByteSink Package Description com.actian.dataflow.operators.io.orc com.actian.dataflow.operators.io.parquet 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.mdf 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. -
-
Uses of ByteSink in com.actian.dataflow.operators.io.orc
Methods in com.actian.dataflow.operators.io.orc with parameters of type ByteSink Modifier and Type Method Description voidORCFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target) -
Uses of ByteSink in com.actian.dataflow.operators.io.parquet
Methods in com.actian.dataflow.operators.io.parquet with parameters of type ByteSink Modifier and Type Method Description voidParquetFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target) -
Uses of ByteSink in com.pervasive.datarush.operators.io
Classes in com.pervasive.datarush.operators.io that implement ByteSink Modifier and Type Class Description classBasicByteSinkA data source identified by aPath.Methods in com.pervasive.datarush.operators.io that return ByteSink Modifier and Type Method Description ByteSinkBasicByteSink. authorize(FileClient client)ByteSinkByteSink. authorize(FileClient client)Creates a new sink with the same properties, but using the specified authorization.ByteSinkBasicByteSink. fragmentForPartition(int fragmentId)ByteSinkByteSink. fragmentForPartition(int partitionId)Creates a new subordinate sink.ByteSinkAbstractWriter. getTarget()Gets the data sink for the writer.ByteSinkWriteSink. getTarget()Gets the target sink for the reader.ByteSinkBasicByteSink. resolveChildFragment(String childPath)Creates a new subordinate sink.Methods in com.pervasive.datarush.operators.io with parameters of type ByteSink Modifier and Type Method Description protected abstract voidAbstractRecordFormatter. initialize(ByteSink sink, WriteMode mode)Prepares the formatter for writing to the provided sink.voidAbstractWriter. setTarget(ByteSink sink)Sets the data sink for the writer.voidWriteSink. setTarget(ByteSink target)Sets the target sink for the reader.voidAbstractRecordFormatter. writeData(ByteSink sink, WriteMode mode)Simple implementation of a control loop formatting records.voidDataFormat.DataFormatter. writeData(ByteSink sink, WriteMode mode)Called to write records to the provided sink in the specified mode.voidDataFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target)Writes the provided metadata associated with the format.Constructors in com.pervasive.datarush.operators.io with parameters of type ByteSink Constructor Description AbstractWriter(ByteSink target, WriteMode mode)Writes to the specified target sink in the given mode.WriteSink(ByteSink target, DataFormat format)Reads the specified target using the given format. -
Uses of ByteSink in com.pervasive.datarush.operators.io.avro
Methods in com.pervasive.datarush.operators.io.avro with parameters of type ByteSink Modifier and Type Method Description voidAvroFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target)Constructors in com.pervasive.datarush.operators.io.avro with parameters of type ByteSink Constructor Description WriteAvro(ByteSink target, WriteMode mode)Writes to the specified target sink in the given mode. -
Uses of ByteSink in com.pervasive.datarush.operators.io.binary
Methods in com.pervasive.datarush.operators.io.binary with parameters of type ByteSink Modifier and Type Method Description voidBinaryFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target) -
Uses of ByteSink in com.pervasive.datarush.operators.io.mdf
Methods in com.pervasive.datarush.operators.io.mdf with parameters of type ByteSink Modifier and Type Method Description voidMDFFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target) -
Uses of ByteSink in com.pervasive.datarush.operators.io.staging
Constructors in com.pervasive.datarush.operators.io.staging with parameters of type ByteSink Constructor Description WriteStagingDataset(ByteSink target, WriteMode mode)Writes to the specified target sink using default options. -
Uses of ByteSink in com.pervasive.datarush.operators.io.textfile
Methods in com.pervasive.datarush.operators.io.textfile with parameters of type ByteSink Modifier and Type Method Description voidARFFDataFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target)voidDelimitedTextFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target)voidFixedTextFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target)voidJSONFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target)voidLogDataFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target)Constructors in com.pervasive.datarush.operators.io.textfile with parameters of type ByteSink Constructor Description AbstractTextWriter(ByteSink target, WriteMode mode)Writes text to the specified target sink in the given mode.WriteARFF(ByteSink target, WriteMode mode)Writes ARFF data to the specified target sink in the given mode.WriteDelimitedText(ByteSink target, WriteMode mode)Writes delimited text to the specified target sink in the given mode.WriteFixedText(ByteSink target, WriteMode mode)Writes text to the specified target sink in the given mode.
-