Uses of Class
org.apache.flink.runtime.state.ResultSubpartitionStateHandle
-
-
Uses of ResultSubpartitionStateHandle in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return types with arguments of type ResultSubpartitionStateHandle Modifier and Type Method Description StateObjectCollection<ResultSubpartitionStateHandle>PrioritizedOperatorSubtaskState. getPrioritizedResultSubpartitionState()StateObjectCollection<ResultSubpartitionStateHandle>OperatorSubtaskState. getResultSubpartitionState()Method parameters in org.apache.flink.runtime.checkpoint with type arguments of type ResultSubpartitionStateHandle Modifier and Type Method Description OperatorSubtaskState.BuilderOperatorSubtaskState.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 ResultSubpartitionStateHandle Modifier and Type Method Description CompletableFuture<Collection<ResultSubpartitionStateHandle>>ChannelStateWriter.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 ResultSubpartitionStateHandle Modifier and Type Method Description protected StateObjectCollection<ResultSubpartitionStateHandle>MetadataV2V3SerializerBase. deserializeResultSubpartitionStateHandle(DataInputStream dis, MetadataV2V3SerializerBase.DeserializationContext context)StateObjectCollection<ResultSubpartitionStateHandle>MetadataV3Serializer. deserializeResultSubpartitionStateHandle(DataInputStream dis)StateObjectCollection<ResultSubpartitionStateHandle>MetadataV3Serializer. deserializeResultSubpartitionStateHandle(DataInputStream dis, MetadataV2V3SerializerBase.DeserializationContext context)Methods in org.apache.flink.runtime.checkpoint.metadata with parameters of type ResultSubpartitionStateHandle Modifier and Type Method Description protected 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 ResultSubpartitionStateHandle Modifier and Type Method Description Future<SnapshotResult<StateObjectCollection<ResultSubpartitionStateHandle>>>OperatorSnapshotFutures. getResultSubpartitionStateFuture()Method parameters in org.apache.flink.streaming.api.operators with type arguments of type ResultSubpartitionStateHandle Modifier and Type Method Description voidOperatorSnapshotFutures. setResultSubpartitionStateFuture(Future<SnapshotResult<StateObjectCollection<ResultSubpartitionStateHandle>>> resultSubpartitionStateFuture)
-