Uses of Interface
com.pervasive.datarush.operators.io.ByteSink
Packages that use ByteSink
Package
Description
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.
-
Uses of ByteSink in com.actian.dataflow.operators.io.orc
Methods in com.actian.dataflow.operators.io.orc with parameters of type ByteSinkModifier and TypeMethodDescriptionvoidORCFormat.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 ByteSinkModifier and TypeMethodDescriptionvoidParquetFormat.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 ByteSinkMethods in com.pervasive.datarush.operators.io that return ByteSinkModifier and TypeMethodDescriptionBasicByteSink.authorize(FileClient client) ByteSink.authorize(FileClient client) Creates a new sink with the same properties, but using the specified authorization.BasicByteSink.fragmentForPartition(int fragmentId) ByteSink.fragmentForPartition(int partitionId) Creates a new subordinate sink.AbstractWriter.getTarget()Gets the data sink for the writer.WriteSink.getTarget()Gets the target sink for the reader.BasicByteSink.resolveChildFragment(String childPath) Creates a new subordinate sink.Methods in com.pervasive.datarush.operators.io with parameters of type ByteSinkModifier and TypeMethodDescriptionprotected abstract voidAbstractRecordFormatter.initialize(ByteSink sink, WriteMode mode) Prepares the formatter for writing to the provided sink.voidSets the data sink for the writer.voidSets the target sink for the reader.final voidSimple implementation of a control loop formatting records.voidCalled 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 ByteSinkModifierConstructorDescriptionprotectedAbstractWriter(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 ByteSinkModifier and TypeMethodDescriptionvoidAvroFormat.writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target) Constructors in com.pervasive.datarush.operators.io.avro with parameters of type ByteSink -
Uses of ByteSink in com.pervasive.datarush.operators.io.binary
Methods in com.pervasive.datarush.operators.io.binary with parameters of type ByteSinkModifier and TypeMethodDescriptionvoidBinaryFormat.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 ByteSinkModifier and TypeMethodDescriptionvoidMDFFormat.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 ByteSinkModifierConstructorDescriptionWriteStagingDataset(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 ByteSinkModifier and TypeMethodDescriptionvoidARFFDataFormat.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 ByteSinkModifierConstructorDescriptionprotectedAbstractTextWriter(ByteSink target, WriteMode mode) Writes text to the specified target sink in the given 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.