Uses of Interface
com.pervasive.datarush.operators.io.ByteSource
Packages that use ByteSource
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 ByteSource in com.actian.dataflow.operators.io.orc
Methods in com.actian.dataflow.operators.io.orc with parameters of type ByteSourceModifier and TypeMethodDescriptionORCFormat.readMetadata(FileClient fileClient, ByteSource source) Constructors in com.actian.dataflow.operators.io.orc with parameters of type ByteSourceModifierConstructorDescriptionReadORC(ByteSource source) Reads the specified data source using default options. -
Uses of ByteSource in com.actian.dataflow.operators.io.parquet
Methods in com.actian.dataflow.operators.io.parquet with parameters of type ByteSourceModifier and TypeMethodDescriptionParquetFormat.readMetadata(FileClient fileClient, ByteSource source) Constructors in com.actian.dataflow.operators.io.parquet with parameters of type ByteSourceModifierConstructorDescriptionReadParquet(ByteSource source) Reads the specified data source using default options. -
Uses of ByteSource in com.pervasive.datarush.operators.io
Classes in com.pervasive.datarush.operators.io that implement ByteSourceModifier and TypeClassDescriptionclassA data source identified by aPath.classA data source which concatenates multiple sources.classA data source representing the concatenation of all files matching a pattern.Methods in com.pervasive.datarush.operators.io that return ByteSourceModifier and TypeMethodDescriptionBasicByteSource.authorize(FileClient client) ByteSource.authorize(FileClient client) Creates a new source with the same properties, but using the specified authorization.ConcatenatedByteSource.authorize(FileClient client) GlobbingByteSource.authorize(FileClient client) static ByteSourceConcatenatedByteSource.getConcatenatedSource(List<Path> paths) Creates a source which is the concatenation of the specified paths, in order.static ByteSourceConcatenatedByteSource.getConcatenatedSource(List<Path> paths, UnreadableSourceAction onUnreadable) Creates a source which is the concatenation of the specified paths, in order.AbstractReader.getSource()Gets the source being read.ReadSource.getSource()Gets the data source for the reader.BasicByteSource.validate()ByteSource.validate()Performs validation of the source configuration.ConcatenatedByteSource.validate()GlobbingByteSource.validate()Methods in com.pervasive.datarush.operators.io that return types with arguments of type ByteSourceModifier and TypeMethodDescriptionConcatenatedByteSource.getSources()Gets the sources which comprise the combined source.Methods in com.pervasive.datarush.operators.io with parameters of type ByteSourceModifier and TypeMethodDescriptionDataFormat.readMetadata(FileClient fileClient, ByteSource source) Reads the metadata associated with the format.voidAbstractReader.setSource(ByteSource source) Sets the data source to the specified source.voidReadSource.setSource(ByteSource source) Sets the data source for the reader.Constructors in com.pervasive.datarush.operators.io with parameters of type ByteSourceModifierConstructorDescriptionprotectedAbstractReader(ByteSource source) Reads the specified data source using default options.ReadSource(ByteSource source, DataFormat format) Reads the specified source using the given format.Constructor parameters in com.pervasive.datarush.operators.io with type arguments of type ByteSourceModifierConstructorDescriptionConcatenatedByteSource(List<? extends ByteSource> sources) Creates a data source representing the concatenation of the specified sources. -
Uses of ByteSource in com.pervasive.datarush.operators.io.avro
Methods in com.pervasive.datarush.operators.io.avro with parameters of type ByteSourceModifier and TypeMethodDescriptionAvroFormat.readMetadata(FileClient fileClient, ByteSource source) Constructors in com.pervasive.datarush.operators.io.avro with parameters of type ByteSourceModifierConstructorDescriptionReadAvro(ByteSource source) Reads the specified data source using default options. -
Uses of ByteSource in com.pervasive.datarush.operators.io.binary
Methods in com.pervasive.datarush.operators.io.binary with parameters of type ByteSourceModifier and TypeMethodDescriptionBinaryFormat.readMetadata(FileClient fileClient, ByteSource source) -
Uses of ByteSource in com.pervasive.datarush.operators.io.mdf
Methods in com.pervasive.datarush.operators.io.mdf with parameters of type ByteSourceModifier and TypeMethodDescriptionstatic com.pervasive.datarush.operators.io.mdf.internal.MDF<?>MDFUtil.getMDFFileWrapper(MDFUtil.MDFVersion version, FileClient fileClient, ByteSource source) MDFFormat.readMetadata(FileClient fileClient, ByteSource source) Constructors in com.pervasive.datarush.operators.io.mdf with parameters of type ByteSourceModifierConstructorDescriptionReadMDF(ByteSource source) Reads the specified data source using default options. -
Uses of ByteSource in com.pervasive.datarush.operators.io.staging
Constructors in com.pervasive.datarush.operators.io.staging with parameters of type ByteSourceModifierConstructorDescriptionReadStagingDataset(ByteSource source) Reads the specified data source using default options. -
Uses of ByteSource in com.pervasive.datarush.operators.io.textfile
Methods in com.pervasive.datarush.operators.io.textfile with parameters of type ByteSourceModifier and TypeMethodDescriptionARFFDataFormat.readMetadata(FileClient fileClient, ByteSource source) DelimitedTextFormat.readMetadata(FileClient fileClient, ByteSource source) FixedTextFormat.readMetadata(FileClient fileClient, ByteSource source) JSONFormat.readMetadata(FileClient fileClient, ByteSource source) LogDataFormat.readMetadata(FileClient fileClient, ByteSource source) Constructors in com.pervasive.datarush.operators.io.textfile with parameters of type ByteSourceModifierConstructorDescriptionprotectedAbstractTextReader(ByteSource source) Reads the specified data source using default options.ReadARFF(ByteSource source) Reads the specified data source using default options.ReadDelimitedText(ByteSource source) Reads the specified data source using default options.ReadFixedText(ByteSource source) Reads the specified data source using default options.ReadJSON(ByteSource source) Reads the specified data source using default options.ReadLog(ByteSource source) Reads the specified data source using default options.