| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.checkpoint | |
| org.apache.flink.runtime.checkpoint.channel | |
| org.apache.flink.runtime.checkpoint.metadata |
| 限定符和类型 | 方法和说明 |
|---|---|
StateObjectCollection<InputChannelStateHandle> |
OperatorSubtaskState.getInputChannelState() |
StateObjectCollection<InputChannelStateHandle> |
PrioritizedOperatorSubtaskState.getPrioritizedInputChannelState() |
| 限定符和类型 | 方法和说明 |
|---|---|
OperatorSubtaskState.Builder |
OperatorSubtaskState.Builder.setInputChannelState(StateObjectCollection<InputChannelStateHandle> inputChannelState) |
| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<Collection<InputChannelStateHandle>> |
ChannelStateWriter.ChannelStateWriteResult.getInputChannelStateHandles() |
| 限定符和类型 | 方法和说明 |
|---|---|
static StateObjectCollection<InputChannelStateHandle> |
MetadataV3Serializer.deserializeInputChannelStateHandle(DataInputStream dis) |
protected StateObjectCollection<InputChannelStateHandle> |
MetadataV2V3SerializerBase.deserializeInputChannelStateHandle(DataInputStream dis,
MetadataV2V3SerializerBase.DeserializationContext context) |
StateObjectCollection<InputChannelStateHandle> |
MetadataV3Serializer.deserializeInputChannelStateHandle(DataInputStream dis,
MetadataV2V3SerializerBase.DeserializationContext context) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
MetadataV2V3SerializerBase.serializeInputChannelStateHandle(InputChannelStateHandle inputChannelStateHandle,
DataOutputStream dos) |
void |
MetadataV3Serializer.serializeInputChannelStateHandle(InputChannelStateHandle handle,
DataOutputStream dos) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.