Uses of Class
com.pervasive.datarush.operators.io.FileMetadata
Packages that use FileMetadata
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 text data.
-
Uses of FileMetadata in com.actian.dataflow.operators.io.orc
Methods in com.actian.dataflow.operators.io.orc that return FileMetadataModifier and TypeMethodDescriptionORCFormat.getMetadata()ORCFormat.readMetadata(FileClient fileClient, ByteSource source) Methods in com.actian.dataflow.operators.io.orc with parameters of type FileMetadataModifier and TypeMethodDescriptionvoidORCFormat.setMetadata(FileMetadata metadata) voidORCFormat.writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target) Constructors in com.actian.dataflow.operators.io.orc with parameters of type FileMetadataModifierConstructorDescriptionORCFormat(ORCMetadata orcMetadata, FileMetadata fileMetadata, ModuleConfiguration moduleConfiguration, com.actian.dataflow.hive.shims.ORCOptions options) -
Uses of FileMetadata in com.actian.dataflow.operators.io.parquet
Methods in com.actian.dataflow.operators.io.parquet that return FileMetadataModifier and TypeMethodDescriptionParquetFormat.getMetadata()ParquetFormat.readMetadata(FileClient fileClient, ByteSource source) Methods in com.actian.dataflow.operators.io.parquet with parameters of type FileMetadataModifier and TypeMethodDescriptionvoidParquetFormat.setMetadata(FileMetadata metadata) voidParquetFormat.writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target) Constructors in com.actian.dataflow.operators.io.parquet with parameters of type FileMetadataModifierConstructorDescriptionParquetFormat(ParquetMetadata parquetMetadata, FileMetadata fileMetadata) -
Uses of FileMetadata in com.pervasive.datarush.operators.io
Methods in com.pervasive.datarush.operators.io that return FileMetadataModifier and TypeMethodDescriptionDataFormat.getMetadata()Gets the metadata associated with the format.DataFormat.readMetadata(FileClient fileClient, ByteSource source) Reads the metadata associated with the format.Methods in com.pervasive.datarush.operators.io with parameters of type FileMetadataModifier and TypeMethodDescriptionvoidDataFormat.setMetadata(FileMetadata metadata) Sets the metadata associated with the format.voidDataFormat.writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target) Writes the provided metadata associated with the format. -
Uses of FileMetadata in com.pervasive.datarush.operators.io.avro
Methods in com.pervasive.datarush.operators.io.avro that return FileMetadataModifier and TypeMethodDescriptionAvroFormat.getMetadata()AvroFormat.readMetadata(FileClient fileClient, ByteSource source) Methods in com.pervasive.datarush.operators.io.avro with parameters of type FileMetadataModifier and TypeMethodDescriptionvoidAvroFormat.setMetadata(FileMetadata metadata) voidAvroFormat.writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target) Constructors in com.pervasive.datarush.operators.io.avro with parameters of type FileMetadataModifierConstructorDescriptionAvroFormat(org.apache.avro.Schema schema, Compression codec, FileMetadata metadata) -
Uses of FileMetadata in com.pervasive.datarush.operators.io.binary
Methods in com.pervasive.datarush.operators.io.binary that return FileMetadataModifier and TypeMethodDescriptionBinaryFormat.getMetadata()BinaryFormat.readMetadata(FileClient fileClient, ByteSource source) Methods in com.pervasive.datarush.operators.io.binary with parameters of type FileMetadataModifier and TypeMethodDescriptionvoidBinaryFormat.setMetadata(FileMetadata metadata) voidBinaryFormat.writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target) -
Uses of FileMetadata in com.pervasive.datarush.operators.io.mdf
Methods in com.pervasive.datarush.operators.io.mdf that return FileMetadataModifier and TypeMethodDescriptionMDFFormat.getMetadata()MDFFormat.readMetadata(FileClient fileClient, ByteSource source) Methods in com.pervasive.datarush.operators.io.mdf with parameters of type FileMetadataModifier and TypeMethodDescriptionvoidMDFFormat.setMetadata(FileMetadata metadata) voidMDFFormat.writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target) Constructors in com.pervasive.datarush.operators.io.mdf with parameters of type FileMetadataModifierConstructorDescriptionMDFFormat(MDFUtil.MDFVersion version, int dataGroup, long recordId, boolean convertRaw, ReadMDF.ExtractionMode runMode, RecordTextSchema<?> schema, FileMetadata metadata, boolean splittable) -
Uses of FileMetadata in com.pervasive.datarush.operators.io.textfile
Methods in com.pervasive.datarush.operators.io.textfile that return FileMetadataModifier and TypeMethodDescriptionARFFDataFormat.getMetadata()DelimitedTextFormat.getMetadata()FixedTextFormat.getMetadata()JSONFormat.getMetadata()LogDataFormat.getMetadata()ARFFDataFormat.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) Methods in com.pervasive.datarush.operators.io.textfile with parameters of type FileMetadataModifier and TypeMethodDescriptionvoidARFFDataFormat.setMetadata(FileMetadata metadata) voidDelimitedTextFormat.setMetadata(FileMetadata metadata) voidFixedTextFormat.setMetadata(FileMetadata metadata) voidJSONFormat.setMetadata(FileMetadata metadata) voidLogDataFormat.setMetadata(FileMetadata metadata) 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 FileMetadataModifierConstructorDescriptionDelimitedTextFormat(RecordTextSchema<?> schema, FieldDelimiterSettings delimiters, CharsetEncoding encoding, FileMetadata metadata) Create a data format for accessing delimited text data.DelimitedTextFormat(RecordTextSchema<?> schema, FieldDelimiterSettings delimiters, CharsetEncoding encoding, FileMetadata metadata, boolean hasHeader, String lineComment, int skipCount) Create a data format for accessing delimited text data.