Uses of Class
com.hazelcast.jet.avro.AvroSourceBuilder
-
Uses of AvroSourceBuilder in com.hazelcast.jet.avro
Modifier and TypeMethodDescriptionstatic <D> AvroSourceBuilder<D>
AvroSources.filesBuilder
(String directory, SupplierEx<? extends org.apache.avro.io.DatumReader<D>> datumReaderSupplier) Returns a builder object that offers a step-by-step fluent API to build a custom Avro file source for the Pipeline API.static <D> AvroSourceBuilder<D>
AvroSources.filesBuilder
(String directory, Class<D> recordClass) Returns a builder object that offers a step-by-step fluent API to build a custom Avro file source for the Pipeline API.Sets the globbing mask, seegetPathMatcher()
.AvroSourceBuilder.sharedFileSystem
(boolean sharedFileSystem) Sets whether files are in a shared storage visible to all members.