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 PhysicalStateHandleIDKeyGroupsStateHandle. getStreamStateHandleID()PhysicalStateHandleIDOperatorStreamStateHandle. getStreamStateHandleID()PhysicalStateHandleIDPlaceholderStreamStateHandle. getStreamStateHandleID()PhysicalStateHandleIDRetrievableStreamStateHandle. getStreamStateHandleID()PhysicalStateHandleIDSharedStateRegistryImpl.EmptyDiscardStateObjectForRegister. getStreamStateHandleID()PhysicalStateHandleIDStreamStateHandle. 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 PhysicalStateHandleIDDirectoryStreamStateHandle. getStreamStateHandleID()PhysicalStateHandleIDSegmentFileStateHandle. 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 PhysicalStateHandleIDFileStateHandle. 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 PhysicalStateHandleIDByteStreamStateHandle. getStreamStateHandleID()
-