Uses of Class
com.hazelcast.jet.pipeline.FileSourceBuilder
Package
Description
The Pipeline API is Jet's high-level API to build and execute
distributed computation jobs.
-
Uses of FileSourceBuilder in com.hazelcast.jet.pipeline
Modifier and TypeMethodDescriptionSets the character set used to encode the files.static FileSourceBuilder
Sources.filesBuilder
(String directory) Returns a builder object that offers a step-by-step fluent API to build a custom source to read files for the Pipeline API.Sets the globbing mask, seegetPathMatcher()
.FileSourceBuilder.sharedFileSystem
(boolean sharedFileSystem) Sets if files are in a shared storage visible to all members.