public interface OperatorStateHandle extends StreamStateHandle
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
OperatorStateHandle.Mode
The modes that determine how an
OperatorStreamStateHandle is assigned to tasks during
restore. |
static class |
OperatorStateHandle.StateMetaInfo
Meta information about the operator state handle.
|
| 限定符和类型 | 方法和说明 |
|---|---|
StreamStateHandle |
getDelegateStateHandle()
Returns the underlying stream state handle that points to the state data.
|
Map<String,OperatorStateHandle.StateMetaInfo> |
getStateNameToPartitionOffsets()
Returns a map of meta data for all contained states by their name.
|
org.apache.flink.core.fs.FSDataInputStream |
openInputStream()
Returns an input stream to read the operator state information.
|
asBytesIfInMemorydiscardState, getStateSizeMap<String,OperatorStateHandle.StateMetaInfo> getStateNameToPartitionOffsets()
org.apache.flink.core.fs.FSDataInputStream openInputStream()
throws IOException
openInputStream 在接口中 StreamStateHandleIOExceptionStreamStateHandle getDelegateStateHandle()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.