Interface ChannelStateHolder
-
- All Known Implementing Classes:
IndexedInputGate
,InputGate
,InputGateWithMetrics
,LocalRecoveredInputChannel
,PipelinedApproximateSubpartition
,PipelinedResultPartition
,PipelinedSubpartition
,RecoveredInputChannel
,RemoteRecoveredInputChannel
,SingleInputGate
,UnionInputGate
public interface ChannelStateHolder
Implemented by entities that hold any kind of channel state and need a reference to theChannelStateWriter
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setChannelStateWriter(ChannelStateWriter channelStateWriter)
Injects theChannelStateWriter
.
-
-
-
Method Detail
-
setChannelStateWriter
void setChannelStateWriter(ChannelStateWriter channelStateWriter)
Injects theChannelStateWriter
. Must only be called once.
-
-