Uses of Class
org.apache.flink.runtime.state.PhysicalStateHandleID
-
-
Uses of PhysicalStateHandleID in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return PhysicalStateHandleID Modifier and Type Method Description PhysicalStateHandleID
KeyGroupsStateHandle. getStreamStateHandleID()
PhysicalStateHandleID
OperatorStreamStateHandle. getStreamStateHandleID()
PhysicalStateHandleID
PlaceholderStreamStateHandle. getStreamStateHandleID()
PhysicalStateHandleID
RetrievableStreamStateHandle. getStreamStateHandleID()
PhysicalStateHandleID
SharedStateRegistryImpl.EmptyDiscardStateObjectForRegister. getStreamStateHandleID()
PhysicalStateHandleID
StreamStateHandle. getStreamStateHandleID()
Constructors in org.apache.flink.runtime.state with parameters of type PhysicalStateHandleID Constructor Description PlaceholderStreamStateHandle(PhysicalStateHandleID physicalID, long stateSize, boolean fileMerged)
-
Uses of PhysicalStateHandleID in org.apache.flink.runtime.state.filemerging
Methods in org.apache.flink.runtime.state.filemerging that return PhysicalStateHandleID Modifier and Type Method Description PhysicalStateHandleID
DirectoryStreamStateHandle. getStreamStateHandleID()
PhysicalStateHandleID
SegmentFileStateHandle. getStreamStateHandleID()
-
Uses of PhysicalStateHandleID in org.apache.flink.runtime.state.filesystem
Methods in org.apache.flink.runtime.state.filesystem that return PhysicalStateHandleID Modifier and Type Method Description PhysicalStateHandleID
FileStateHandle. getStreamStateHandleID()
-
Uses of PhysicalStateHandleID in org.apache.flink.runtime.state.memory
Methods in org.apache.flink.runtime.state.memory that return PhysicalStateHandleID Modifier and Type Method Description PhysicalStateHandleID
ByteStreamStateHandle. getStreamStateHandleID()
-