| 限定符和类型 | 类和说明 |
|---|---|
static class |
ChannelStateWriter.NoOpChannelStateWriter
No-op implementation of
ChannelStateWriter. |
class |
ChannelStateWriterImpl
ChannelStateWriter implemented using CheckpointStateOutputStreams. |
| 限定符和类型 | 字段和说明 |
|---|---|
static ChannelStateWriter |
ChannelStateWriter.NO_OP |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
PipelinedResultPartition.setChannelStateWriter(ChannelStateWriter channelStateWriter) |
void |
PipelinedSubpartition.setChannelStateWriter(ChannelStateWriter channelStateWriter) |
void |
ChannelStateHolder.setChannelStateWriter(ChannelStateWriter channelStateWriter)
Injects the
ChannelStateWriter. |
| 限定符和类型 | 字段和说明 |
|---|---|
protected ChannelStateWriter |
RecoveredInputChannel.channelStateWriter |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
InputGate.setChannelStateWriter(ChannelStateWriter channelStateWriter) |
void |
RecoveredInputChannel.setChannelStateWriter(ChannelStateWriter channelStateWriter) |
| 构造器和说明 |
|---|
LocalInputChannel(SingleInputGate inputGate,
int channelIndex,
ResultPartitionID partitionId,
int consumedSubpartitionIndex,
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,
int consumedSubpartitionIndex,
ConnectionID connectionId,
ConnectionManager connectionManager,
int initialBackOff,
int maxBackoff,
int networkBuffersPerChannel,
org.apache.flink.metrics.Counter numBytesIn,
org.apache.flink.metrics.Counter numBuffersIn,
ChannelStateWriter stateWriter) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
InputGateWithMetrics.setChannelStateWriter(ChannelStateWriter channelStateWriter) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.