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 <T> CsvFileFormat<T> |
FileFormat.csv(Class<T> clazz)
Returns a file format for CSV files which specifies to deserialize each
line into an instance of the given class.
|
static CsvFileFormat<String[]> |
FileFormat.csv(List<String> fieldNames)
Returns a file format for CSV files which specifies to deserialize each
line into
String[] . |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.