Uses of Class
com.hazelcast.jet.pipeline.file.AvroFileFormat
Package
Description
This package offers the
FileSourceBuilder
which allows you to construct various kinds of Pipeline
sources that read from local or distributed files.-
Uses of AvroFileFormat in com.hazelcast.jet.pipeline.file
Modifier and TypeMethodDescriptionstatic <T> AvroFileFormat<T>
FileFormat.avro()
Returns a file format for Avro files.static <T> AvroFileFormat<T>
Returns a file format for Avro files that specifies to use reflection to deserialize the data into instances of the provided Java class.AvroFileFormat.withReflect
(Class<T> reflectClass) Specifies to use reflection to deserialize data into the given class.