Uses of Enum Class
com.pervasive.datarush.io.WriteMode
Packages that use WriteMode
Package
Description
Provides classes and interfaces performing file-like I/O operations.
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 WriteMode in com.actian.dataflow.operators.io.orc
Methods in com.actian.dataflow.operators.io.orc with parameters of type WriteMode -
Uses of WriteMode in com.pervasive.datarush.azure
Methods in com.pervasive.datarush.azure with parameters of type WriteMode -
Uses of WriteMode in com.pervasive.datarush.gcp
Methods in com.pervasive.datarush.gcp with parameters of type WriteMode -
Uses of WriteMode in com.pervasive.datarush.io
Methods in com.pervasive.datarush.io that return WriteModeModifier and TypeMethodDescriptionstatic WriteModeReturns the enum constant of this class with the specified name.static WriteMode[]WriteMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.io with parameters of type WriteModeModifier and TypeMethodDescriptionFileClient.newOutputStream(Path path, WriteMode mode) Opens the specified file for writing.FileSystem.newOutputStream(Path path, WriteMode mode) Opens the specified file for writing. -
Uses of WriteMode in com.pervasive.datarush.operators.io
Methods in com.pervasive.datarush.operators.io that return WriteModeModifier and TypeMethodDescriptionAbstractWriter.getMode()Gets how existing files should be handled by the writer.WriteSink.getMode()Gets how existing files should be handled by the writer.Methods in com.pervasive.datarush.operators.io with parameters of type WriteModeModifier and TypeMethodDescriptionbooleanBasicByteSink.appendsExisting(WriteMode mode) booleanByteSink.appendsExisting(WriteMode mode) Indicates whether a write in the given mode represents an append to an existing sink.protected abstract voidAbstractRecordFormatter.initialize(ByteSink sink, WriteMode mode) Prepares the formatter for writing to the provided sink.Opens the sink for writing in the specified mode.voidSets how the writer should handle an existing target.voidSets how the writer should handle an existing target.voidvoidPerforms validation of the sink configuration.final voidSimple implementation of a control loop formatting records.voidCalled to write records to the provided sink in the specified mode.Constructors in com.pervasive.datarush.operators.io with parameters of type WriteModeModifierConstructorDescriptionprotectedAbstractWriter(Path path, WriteMode mode) Writes to the specified path in the given mode.protectedAbstractWriter(ByteSink target, WriteMode mode) Writes to the specified target sink in the given mode.protectedAbstractWriter(String path, WriteMode mode) Writes to the specified path in the given mode. -
Uses of WriteMode in com.pervasive.datarush.operators.io.avro
Constructors in com.pervasive.datarush.operators.io.avro with parameters of type WriteModeModifierConstructorDescriptionWrites to the specified path in the given mode.Writes to the specified target sink in the given mode.Writes to the specified path in the given mode. -
Uses of WriteMode in com.pervasive.datarush.operators.io.binary
Constructors in com.pervasive.datarush.operators.io.binary with parameters of type WriteModeModifierConstructorDescriptionBinaryWriter(String targetFilePath, WriteMode mode) Writes the binary data to the specified path in the given mode -
Uses of WriteMode in com.pervasive.datarush.operators.io.staging
Constructors in com.pervasive.datarush.operators.io.staging with parameters of type WriteModeModifierConstructorDescriptionDatasetBuilder(FileClient client, Path dataset, int bufferSize, TokenEncodings baseEncodings, RecordTokenType type, WriteMode mode, int blockSize) Creates and opens the builder.DatasetBuilder(FileClient client, String dataset, int bufferSize, TokenEncodings baseEncodings, WriteMode mode, RecordTokenType type) Creates and opens the builder.WriteStagingDataset(Path path, WriteMode mode) Writes to the specified path in the given mode, using default options.WriteStagingDataset(ByteSink target, WriteMode mode) Writes to the specified target sink using default options.WriteStagingDataset(String path, WriteMode mode) Writes to the specified path in the given mode, using default options. -
Uses of WriteMode in com.pervasive.datarush.operators.io.textfile
Constructors in com.pervasive.datarush.operators.io.textfile with parameters of type WriteModeModifierConstructorDescriptionprotectedAbstractTextWriter(Path path, WriteMode mode) Writes text to the specified path in the given mode, using default settings.protectedAbstractTextWriter(ByteSink target, WriteMode mode) Writes text to the specified target sink in the given mode.protectedAbstractTextWriter(String path, WriteMode mode) Writes text to the specified path in the given mode, using default settings.Writes ARFF data to the specified path in the given mode, using default settings.Writes ARFF data to the specified target sink in the given mode.Writes ARFF data to the specified path in the given mode, using default settings.WriteDelimitedText(Path path, WriteMode mode) Writes delimited text to the specified path in the given mode, using default settings.WriteDelimitedText(ByteSink target, WriteMode mode) Writes delimited text to the specified target sink in the given mode.WriteDelimitedText(String path, WriteMode mode) Writes delimited text to the specified path in the given mode, using default settings.WriteFixedText(Path path, WriteMode mode) Writes fixed text to the specified path in the given mode, using default settings.WriteFixedText(ByteSink target, WriteMode mode) Writes text to the specified target sink in the given mode.WriteFixedText(String path, WriteMode mode) Writes fixed text to the specified path in the given mode, using default settings. -
Uses of WriteMode in com.pervasive.datarush.operators.testutils
Methods in com.pervasive.datarush.operators.testutils with parameters of type WriteModeModifier and TypeMethodDescriptionstatic voidAvroTestUtils.writeAvroData(String path, RecordTokenList data, org.apache.avro.Schema targetSchema, WriteMode mode)