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 FileMetadata
ORCFormat. getMetadata()
FileMetadata
ORCFormat. readMetadata(FileClient fileClient, ByteSource source)
Methods in com.actian.dataflow.operators.io.orc with parameters of type FileMetadata Modifier and Type Method Description void
ORCFormat. setMetadata(FileMetadata metadata)
void
ORCFormat. 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 FileMetadata
ParquetFormat. getMetadata()
FileMetadata
ParquetFormat. readMetadata(FileClient fileClient, ByteSource source)
Methods in com.actian.dataflow.operators.io.parquet with parameters of type FileMetadata Modifier and Type Method Description void
ParquetFormat. setMetadata(FileMetadata metadata)
void
ParquetFormat. 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 FileMetadata
DataFormat. getMetadata()
Gets the metadata associated with the format.FileMetadata
DataFormat. 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 void
DataFormat. setMetadata(FileMetadata metadata)
Sets the metadata associated with the format.void
DataFormat. 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 FileMetadata
AvroFormat. getMetadata()
FileMetadata
AvroFormat. readMetadata(FileClient fileClient, ByteSource source)
Methods in com.pervasive.datarush.operators.io.avro with parameters of type FileMetadata Modifier and Type Method Description void
AvroFormat. setMetadata(FileMetadata metadata)
void
AvroFormat. 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 FileMetadata
BinaryFormat. getMetadata()
FileMetadata
BinaryFormat. readMetadata(FileClient fileClient, ByteSource source)
Methods in com.pervasive.datarush.operators.io.binary with parameters of type FileMetadata Modifier and Type Method Description void
BinaryFormat. setMetadata(FileMetadata metadata)
void
BinaryFormat. 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 FileMetadata
MDFFormat. getMetadata()
FileMetadata
MDFFormat. readMetadata(FileClient fileClient, ByteSource source)
Methods in com.pervasive.datarush.operators.io.mdf with parameters of type FileMetadata Modifier and Type Method Description void
MDFFormat. setMetadata(FileMetadata metadata)
void
MDFFormat. 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 FileMetadata
ARFFDataFormat. getMetadata()
FileMetadata
DelimitedTextFormat. getMetadata()
FileMetadata
FixedTextFormat. getMetadata()
FileMetadata
JSONFormat. getMetadata()
FileMetadata
LogDataFormat. getMetadata()
FileMetadata
ARFFDataFormat. readMetadata(FileClient fileClient, ByteSource source)
FileMetadata
DelimitedTextFormat. readMetadata(FileClient fileClient, ByteSource source)
FileMetadata
FixedTextFormat. readMetadata(FileClient fileClient, ByteSource source)
FileMetadata
JSONFormat. readMetadata(FileClient fileClient, ByteSource source)
FileMetadata
LogDataFormat. readMetadata(FileClient fileClient, ByteSource source)
Methods in com.pervasive.datarush.operators.io.textfile with parameters of type FileMetadata Modifier and Type Method Description void
ARFFDataFormat. setMetadata(FileMetadata metadata)
void
DelimitedTextFormat. setMetadata(FileMetadata metadata)
void
FixedTextFormat. setMetadata(FileMetadata metadata)
void
JSONFormat. setMetadata(FileMetadata metadata)
void
LogDataFormat. setMetadata(FileMetadata metadata)
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 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.
-