| Package | Description |
|---|---|
| org.apache.flink.api.common.io | |
| org.apache.flink.core.fs | |
| org.apache.flink.core.fs.local |
| Modifier and Type | Class and Description |
|---|---|
class |
InputStreamFSInputWrapper
This class wraps an
InputStream and exposes it as FSDataInputStream. |
| Modifier and Type | Field and Description |
|---|---|
protected FSDataInputStream |
FileInputFormat.stream
The input stream reading from the input file.
|
| Modifier and Type | Method and Description |
|---|---|
protected FSDataInputStream |
FileInputFormat.decorateInputStream(FSDataInputStream inputStream,
FileInputSplit fileSplit)
This method allows to wrap/decorate the raw
FSDataInputStream for a certain file split, e.g., for decoding. |
FSDataInputStream |
FileInputFormat.InputSplitOpenThread.waitForCompletion() |
| Modifier and Type | Method and Description |
|---|---|
protected FSDataInputStream |
FileInputFormat.decorateInputStream(FSDataInputStream inputStream,
FileInputSplit fileSplit)
This method allows to wrap/decorate the raw
FSDataInputStream for a certain file split, e.g., for decoding. |
| Constructor and Description |
|---|
BlockBasedInput(FSDataInputStream in,
int blockSize) |
BlockBasedInput(FSDataInputStream in,
int startPos,
long length) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClosingFSDataInputStream
This class is a
WrappingProxy for FSDataInputStream that is used to
implement a safety net against unclosed streams. |
class |
FSDataInputStreamWrapper
Simple forwarding wrapper around
FSDataInputStream. |
| Modifier and Type | Field and Description |
|---|---|
protected FSDataInputStream |
FSDataInputStreamWrapper.inputStream |
| Modifier and Type | Method and Description |
|---|---|
FSDataInputStream |
FSDataInputStreamWrapper.getWrappedDelegate() |
FSDataInputStream |
LimitedConnectionsFileSystem.open(Path f) |
FSDataInputStream |
SafetyNetWrapperFileSystem.open(Path f) |
abstract FSDataInputStream |
FileSystem.open(Path f)
Opens an FSDataInputStream at the indicated Path.
|
FSDataInputStream |
LimitedConnectionsFileSystem.open(Path f,
int bufferSize) |
FSDataInputStream |
SafetyNetWrapperFileSystem.open(Path f,
int bufferSize) |
abstract FSDataInputStream |
FileSystem.open(Path f,
int bufferSize)
Opens an FSDataInputStream at the indicated Path.
|
| Modifier and Type | Method and Description |
|---|---|
static ClosingFSDataInputStream |
ClosingFSDataInputStream.wrapSafe(FSDataInputStream delegate,
SafetyNetCloseableRegistry registry) |
static ClosingFSDataInputStream |
ClosingFSDataInputStream.wrapSafe(FSDataInputStream delegate,
SafetyNetCloseableRegistry registry,
String debugInfo) |
| Constructor and Description |
|---|
FSDataInputStreamWrapper(FSDataInputStream inputStream) |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalDataInputStream
The
LocalDataInputStream class is a wrapper class for a data
input stream to the local file system. |
| Modifier and Type | Method and Description |
|---|---|
FSDataInputStream |
LocalFileSystem.open(Path f) |
FSDataInputStream |
LocalFileSystem.open(Path f,
int bufferSize) |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.