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 the
ChannelStateWriter.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetChannelStateWriter(ChannelStateWriter channelStateWriter) Injects theChannelStateWriter.
-
Method Details
-
setChannelStateWriter
Injects theChannelStateWriter. Must only be called once.
-