Package org.apache.flink.runtime.state
Class IncrementalKeyedStateHandle.HandleAndLocalPath
- java.lang.Object
-
- org.apache.flink.runtime.state.IncrementalKeyedStateHandle.HandleAndLocalPath
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- IncrementalKeyedStateHandle
public static final class IncrementalKeyedStateHandle.HandleAndLocalPath extends Object implements Serializable
A Holder of StreamStateHandle and the corresponding localPath.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StreamStateHandlegetHandle()StringgetLocalPath()longgetStateSize()inthashCode()static IncrementalKeyedStateHandle.HandleAndLocalPathof(StreamStateHandle handle, String localPath)voidreplaceHandle(StreamStateHandle registryReturned)Replace the StreamStateHandle with the registry returned one.StringtoString()
-
-
-
Method Detail
-
of
public static IncrementalKeyedStateHandle.HandleAndLocalPath of(StreamStateHandle handle, String localPath)
-
getHandle
public StreamStateHandle getHandle()
-
getLocalPath
public String getLocalPath()
-
getStateSize
public long getStateSize()
-
replaceHandle
public void replaceHandle(StreamStateHandle registryReturned)
Replace the StreamStateHandle with the registry returned one.
-
-