| Package | Description |
|---|---|
| org.apache.flink.api.common.io |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryInputFormat<T>
Base class for all input formats that use blocks of fixed size.
|
class |
DelimitedInputFormat<OT>
Base implementation for input formats that split the input at a delimiter into records.
|
class |
GenericCsvInputFormat<OT> |
class |
SerializedInputFormat<T extends IOReadableWritable>
Reads elements by deserializing them with their regular serialization/deserialization functionality.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.