Uses of Class
com.pervasive.datarush.operators.io.FileMetadata
-
Packages that use FileMetadata 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.textfile 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 FileMetadata Modifier and Type Method Description FileMetadataORCFormat. getMetadata()FileMetadataORCFormat. readMetadata(FileClient fileClient, ByteSource source)Methods in com.actian.dataflow.operators.io.orc with parameters of type FileMetadata Modifier and Type Method Description voidORCFormat. setMetadata(FileMetadata metadata)voidORCFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target)Constructors in com.actian.dataflow.operators.io.orc with parameters of type FileMetadata Constructor Description ORCFormat(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 FileMetadata Modifier and Type Method Description FileMetadataParquetFormat. getMetadata()FileMetadataParquetFormat. readMetadata(FileClient fileClient, ByteSource source)Methods in com.actian.dataflow.operators.io.parquet with parameters of type FileMetadata Modifier and Type Method Description voidParquetFormat. setMetadata(FileMetadata metadata)voidParquetFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target)Constructors in com.actian.dataflow.operators.io.parquet with parameters of type FileMetadata Constructor Description ParquetFormat(ParquetMetadata parquetMetadata, FileMetadata fileMetadata) -
Uses of FileMetadata in com.pervasive.datarush.operators.io
Methods in com.pervasive.datarush.operators.io that return FileMetadata Modifier and Type Method Description FileMetadataDataFormat. getMetadata()Gets the metadata associated with the format.FileMetadataDataFormat. readMetadata(FileClient fileClient, ByteSource source)Reads the metadata associated with the format.Methods in com.pervasive.datarush.operators.io with parameters of type FileMetadata Modifier and Type Method Description voidDataFormat. 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 FileMetadata Modifier and Type Method Description FileMetadataAvroFormat. getMetadata()FileMetadataAvroFormat. readMetadata(FileClient fileClient, ByteSource source)Methods in com.pervasive.datarush.operators.io.avro with parameters of type FileMetadata Modifier and Type Method Description voidAvroFormat. setMetadata(FileMetadata metadata)voidAvroFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target)Constructors in com.pervasive.datarush.operators.io.avro with parameters of type FileMetadata Constructor Description AvroFormat(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 FileMetadata Modifier and Type Method Description FileMetadataBinaryFormat. getMetadata()FileMetadataBinaryFormat. readMetadata(FileClient fileClient, ByteSource source)Methods in com.pervasive.datarush.operators.io.binary with parameters of type FileMetadata Modifier and Type Method Description voidBinaryFormat. 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 FileMetadata Modifier and Type Method Description FileMetadataMDFFormat. getMetadata()FileMetadataMDFFormat. readMetadata(FileClient fileClient, ByteSource source)Methods in com.pervasive.datarush.operators.io.mdf with parameters of type FileMetadata Modifier and Type Method Description voidMDFFormat. setMetadata(FileMetadata metadata)voidMDFFormat. writeMetadata(FileMetadata metadata, FileClient fileClient, ByteSink target)Constructors in com.pervasive.datarush.operators.io.mdf with parameters of type FileMetadata Constructor Description MDFFormat(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 FileMetadata Modifier and Type Method Description FileMetadataARFFDataFormat. getMetadata()FileMetadataDelimitedTextFormat. getMetadata()FileMetadataFixedTextFormat. getMetadata()FileMetadataJSONFormat. getMetadata()FileMetadataLogDataFormat. getMetadata()FileMetadataARFFDataFormat. readMetadata(FileClient fileClient, ByteSource source)FileMetadataDelimitedTextFormat. readMetadata(FileClient fileClient, ByteSource source)FileMetadataFixedTextFormat. readMetadata(FileClient fileClient, ByteSource source)FileMetadataJSONFormat. readMetadata(FileClient fileClient, ByteSource source)FileMetadataLogDataFormat. readMetadata(FileClient fileClient, ByteSource source)Methods in com.pervasive.datarush.operators.io.textfile with parameters of type FileMetadata Modifier and Type Method Description voidARFFDataFormat. 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 FileMetadata Constructor Description DelimitedTextFormat(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.
-