Uses of Class
com.pervasive.datarush.operators.io.avro.AvroMetadata
Packages that use AvroMetadata
Package
Description
Provides operators for reading and writing files in Avro format.
-
Uses of AvroMetadata in com.pervasive.datarush.operators.io.avro
Methods in com.pervasive.datarush.operators.io.avro that return AvroMetadataModifier and TypeMethodDescriptionReadAvro.discoverMetadata(FileClient client) Gets the metadata for the currently configured data source.static AvroMetadataAvroMetadata.load(FileClient fileClient, Path path) Loads metadata from the specified Avro formatted file.static AvroMetadataAvroMetadata.load(FileClient fileClient, File file) Loads metadata from the specified Avro formatted file.static AvroMetadataAvroMetadata.load(FileClient fileClient, String fileName) Loads metadata from the specified Avro formatted file.