Uses of Class
org.apache.flink.runtime.state.ResultSubpartitionStateHandle
Packages that use ResultSubpartitionStateHandle
Package
Description
-
Uses of ResultSubpartitionStateHandle in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return types with arguments of type ResultSubpartitionStateHandleModifier and TypeMethodDescriptionPrioritizedOperatorSubtaskState.getPrioritizedResultSubpartitionState()OperatorSubtaskState.getResultSubpartitionState()Method parameters in org.apache.flink.runtime.checkpoint with type arguments of type ResultSubpartitionStateHandleModifier and TypeMethodDescriptionOperatorSubtaskState.Builder.setResultSubpartitionState(StateObjectCollection<ResultSubpartitionStateHandle> resultSubpartitionState) -
Uses of ResultSubpartitionStateHandle in org.apache.flink.runtime.checkpoint.channel
Methods in org.apache.flink.runtime.checkpoint.channel that return types with arguments of type ResultSubpartitionStateHandleModifier and TypeMethodDescriptionChannelStateWriter.ChannelStateWriteResult.getResultSubpartitionStateHandles() -
Uses of ResultSubpartitionStateHandle in org.apache.flink.runtime.checkpoint.metadata
Methods in org.apache.flink.runtime.checkpoint.metadata that return types with arguments of type ResultSubpartitionStateHandleModifier and TypeMethodDescriptionMetadataV2V3SerializerBase.deserializeResultSubpartitionStateHandle(DataInputStream dis, MetadataV2V3SerializerBase.DeserializationContext context) MetadataV3Serializer.deserializeResultSubpartitionStateHandle(DataInputStream dis) MetadataV3Serializer.deserializeResultSubpartitionStateHandle(DataInputStream dis, MetadataV2V3SerializerBase.DeserializationContext context) Methods in org.apache.flink.runtime.checkpoint.metadata with parameters of type ResultSubpartitionStateHandleModifier and TypeMethodDescriptionprotected voidMetadataV2V3SerializerBase.serializeResultSubpartitionStateHandle(ResultSubpartitionStateHandle resultSubpartitionStateHandle, DataOutputStream dos) voidMetadataV3Serializer.serializeResultSubpartitionStateHandle(ResultSubpartitionStateHandle handle, DataOutputStream dos) -
Uses of ResultSubpartitionStateHandle in org.apache.flink.streaming.api.operators
Methods in org.apache.flink.streaming.api.operators that return types with arguments of type ResultSubpartitionStateHandleMethod parameters in org.apache.flink.streaming.api.operators with type arguments of type ResultSubpartitionStateHandleModifier and TypeMethodDescriptionvoidOperatorSnapshotFutures.setResultSubpartitionStateFuture(Future<SnapshotResult<StateObjectCollection<ResultSubpartitionStateHandle>>> resultSubpartitionStateFuture)