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 void
ORCFormat. 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 void
ParquetFormat. 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 class
BasicByteSink
A data source identified by aPath
.Methods in com.pervasive.datarush.operators.io that return ByteSink Modifier and Type Method Description ByteSink
BasicByteSink. authorize(FileClient client)
ByteSink
ByteSink. authorize(FileClient client)
Creates a new sink with the same properties, but using the specified authorization.ByteSink
BasicByteSink. fragmentForPartition(int fragmentId)
ByteSink
ByteSink. fragmentForPartition(int partitionId)
Creates a new subordinate sink.ByteSink
AbstractWriter. getTarget()
Gets the data sink for the writer.ByteSink
WriteSink. getTarget()
Gets the target sink for the reader.ByteSink
BasicByteSink. 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 void
AbstractRecordFormatter. initialize(ByteSink sink, WriteMode mode)
Prepares the formatter for writing to the provided sink.void
AbstractWriter. setTarget(ByteSink sink)
Sets the data sink for the writer.void
WriteSink. setTarget(ByteSink target)
Sets the target sink for the reader.void
AbstractRecordFormatter. writeData(ByteSink sink, WriteMode mode)
Simple implementation of a control loop formatting records.void
DataFormat.DataFormatter. writeData(ByteSink sink, WriteMode mode)
Called to write records to the provided sink in the specified mode.void
DataFormat. 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 void
AvroFormat. 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 void
BinaryFormat. 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 void
MDFFormat. 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 void
ARFFDataFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target)
void
DelimitedTextFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target)
void
FixedTextFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target)
void
JSONFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target)
void
LogDataFormat. 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.
-