| Package | Description |
|---|---|
| org.apache.flink.streaming.runtime.io |
| Modifier and Type | Class and Description |
|---|---|
class |
CachedBufferStorage
The
CachedBufferStorage takes the buffers and events from a data stream and adds them to
a memory queue. |
class |
EmptyBufferStorage
Always empty implementation of
BufferStorage. |
class |
LinkedBufferStorage
Implementation of
BufferStorage that links two BufferStorage together. |
| Constructor and Description |
|---|
CheckpointedInputGate(org.apache.flink.runtime.io.network.partition.consumer.InputGate inputGate,
BufferStorage bufferStorage,
CheckpointBarrierHandler barrierHandler) |
CheckpointedInputGate(org.apache.flink.runtime.io.network.partition.consumer.InputGate inputGate,
BufferStorage bufferStorage,
CheckpointBarrierHandler barrierHandler,
int channelIndexOffset)
Creates a new checkpoint stream aligner.
|
CheckpointedInputGate(org.apache.flink.runtime.io.network.partition.consumer.InputGate inputGate,
BufferStorage bufferStorage,
String taskName,
org.apache.flink.runtime.jobgraph.tasks.AbstractInvokable toNotifyOnCheckpoint) |
LinkedBufferStorage(BufferStorage mainStorage,
BufferStorage linkedStorage,
long maxBufferedBytes) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.