Uses of Class
com.pervasive.datarush.operators.io.avro.AvroMetadata
-
Packages that use AvroMetadata Package Description com.pervasive.datarush.operators.io.avro 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 AvroMetadata Modifier and Type Method Description AvroMetadataReadAvro. 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.
-