Uses of Class
org.apache.flink.runtime.state.InputChannelStateHandle
Packages that use InputChannelStateHandle
Package
Description
-
Uses of InputChannelStateHandle in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return types with arguments of type InputChannelStateHandleModifier and TypeMethodDescriptionOperatorSubtaskState.getInputChannelState()PrioritizedOperatorSubtaskState.getPrioritizedInputChannelState()Method parameters in org.apache.flink.runtime.checkpoint with type arguments of type InputChannelStateHandleModifier and TypeMethodDescriptionOperatorSubtaskState.Builder.setInputChannelState(StateObjectCollection<InputChannelStateHandle> inputChannelState) -
Uses of InputChannelStateHandle in org.apache.flink.runtime.checkpoint.channel
Methods in org.apache.flink.runtime.checkpoint.channel that return types with arguments of type InputChannelStateHandleModifier and TypeMethodDescriptionChannelStateWriter.ChannelStateWriteResult.getInputChannelStateHandles() -
Uses of InputChannelStateHandle in org.apache.flink.runtime.checkpoint.metadata
Methods in org.apache.flink.runtime.checkpoint.metadata that return types with arguments of type InputChannelStateHandleModifier and TypeMethodDescriptionprotected StateObjectCollection<InputChannelStateHandle>MetadataV2V3SerializerBase.deserializeInputChannelStateHandle(DataInputStream dis, MetadataV2V3SerializerBase.DeserializationContext context) MetadataV3Serializer.deserializeInputChannelStateHandle(DataInputStream dis) MetadataV3Serializer.deserializeInputChannelStateHandle(DataInputStream dis, MetadataV2V3SerializerBase.DeserializationContext context) Methods in org.apache.flink.runtime.checkpoint.metadata with parameters of type InputChannelStateHandleModifier and TypeMethodDescriptionprotected voidMetadataV2V3SerializerBase.serializeInputChannelStateHandle(InputChannelStateHandle inputChannelStateHandle, DataOutputStream dos) voidMetadataV3Serializer.serializeInputChannelStateHandle(InputChannelStateHandle handle, DataOutputStream dos) -
Uses of InputChannelStateHandle in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that return types with arguments of type InputChannelStateHandleMethod parameters in org.apache.flink.streaming.api.operators with type arguments of type InputChannelStateHandleModifier and TypeMethodDescriptionvoidOperatorSnapshotFutures.setInputChannelStateFuture(Future<SnapshotResult<StateObjectCollection<InputChannelStateHandle>>> inputChannelStateFuture) Constructor parameters in org.apache.flink.streaming.api.operators with type arguments of type InputChannelStateHandleModifierConstructorDescriptionOperatorSnapshotFutures(RunnableFuture<SnapshotResult<KeyedStateHandle>> keyedStateManagedFuture, RunnableFuture<SnapshotResult<KeyedStateHandle>> keyedStateRawFuture, RunnableFuture<SnapshotResult<OperatorStateHandle>> operatorStateManagedFuture, RunnableFuture<SnapshotResult<OperatorStateHandle>> operatorStateRawFuture, Future<SnapshotResult<StateObjectCollection<InputChannelStateHandle>>> inputChannelStateFuture, Future<SnapshotResult<StateObjectCollection<ResultSubpartitionStateHandle>>> resultSubpartitionStateFuture)