| Modifier and Type | Class and Description |
|---|---|
static class |
ChannelStateWriter.NoOpChannelStateWriter
No-op implementation of
ChannelStateWriter. |
class |
ChannelStateWriterImpl
ChannelStateWriter implemented using CheckpointStateOutputStreams. |
| Modifier and Type | Field and Description |
|---|---|
static ChannelStateWriter |
ChannelStateWriter.NO_OP |
| Modifier and Type | Method and Description |
|---|---|
void |
PipelinedResultPartition.setChannelStateWriter(ChannelStateWriter channelStateWriter) |
void |
PipelinedSubpartition.setChannelStateWriter(ChannelStateWriter channelStateWriter) |
void |
ChannelStateHolder.setChannelStateWriter(ChannelStateWriter channelStateWriter)
Injects the
ChannelStateWriter. |
| Modifier and Type | Field and Description |
|---|---|
protected ChannelStateWriter |
RecoveredInputChannel.channelStateWriter |
| Modifier and Type | Method and Description |
|---|---|
void |
InputGate.setChannelStateWriter(ChannelStateWriter channelStateWriter) |
void |
RecoveredInputChannel.setChannelStateWriter(ChannelStateWriter channelStateWriter) |
| Constructor and Description |
|---|
LocalInputChannel(SingleInputGate inputGate,
int channelIndex,
ResultPartitionID partitionId,
ResultSubpartitionIndexSet consumedSubpartitionIndexSet,
ResultPartitionManager partitionManager,
TaskEventPublisher taskEventPublisher,
int initialBackoff,
int maxBackoff,
org.apache.flink.metrics.Counter numBytesIn,
org.apache.flink.metrics.Counter numBuffersIn,
ChannelStateWriter stateWriter) |
RemoteInputChannel(SingleInputGate inputGate,
int channelIndex,
ResultPartitionID partitionId,
ResultSubpartitionIndexSet consumedSubpartitionIndexSet,
ConnectionID connectionId,
ConnectionManager connectionManager,
int initialBackOff,
int maxBackoff,
int partitionRequestListenerTimeout,
int networkBuffersPerChannel,
org.apache.flink.metrics.Counter numBytesIn,
org.apache.flink.metrics.Counter numBuffersIn,
ChannelStateWriter stateWriter) |
| Modifier and Type | Method and Description |
|---|---|
void |
InputGateWithMetrics.setChannelStateWriter(ChannelStateWriter channelStateWriter) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.