Package | Description |
---|---|
com.hazelcast.jet.pipeline.file |
This package offers the
FileSourceBuilder
which allows you to construct various kinds of Pipeline sources that read from local or distributed files. |
Modifier and Type | Method and Description |
---|---|
static TextFileFormat |
FileFormat.text()
Returns a file format for text files where the whole file is a single
string item.
|
static TextFileFormat |
FileFormat.text(Charset charset)
Returns a file format for text files where the whole file is a single
string item.
|
Copyright © 2023 Hazelcast, Inc.. All rights reserved.