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:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanlonginthashCode()of(StreamStateHandle handle, String localPath) voidreplaceHandle(StreamStateHandle registryReturned) Replace the StreamStateHandle with the registry returned one.toString()
-
Method Details
-
of
public static IncrementalKeyedStateHandle.HandleAndLocalPath of(StreamStateHandle handle, String localPath) -
getHandle
-
getLocalPath
-
getStateSize
public long getStateSize() -
replaceHandle
Replace the StreamStateHandle with the registry returned one. -
equals
-
hashCode
public int hashCode() -
toString
-