Interface ChannelStateHolder
-
- All Known Implementing Classes:
IndexedInputGate,InputGate,InputGateWithMetrics,LocalRecoveredInputChannel,PipelinedApproximateSubpartition,PipelinedResultPartition,PipelinedSubpartition,RecoveredInputChannel,RemoteRecoveredInputChannel,SingleInputGate,UnionInputGate
public interface ChannelStateHolderImplemented 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 voidsetChannelStateWriter(ChannelStateWriter channelStateWriter)Injects theChannelStateWriter.
-
-
-
Method Detail
-
setChannelStateWriter
void setChannelStateWriter(ChannelStateWriter channelStateWriter)
Injects theChannelStateWriter. Must only be called once.
-
-