public static final class IncrementalKeyedStateHandle.HandleAndLocalPath extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
StreamStateHandle |
getHandle() |
String |
getLocalPath() |
long |
getStateSize() |
int |
hashCode() |
static IncrementalKeyedStateHandle.HandleAndLocalPath |
of(StreamStateHandle handle,
String localPath) |
void |
replaceHandle(StreamStateHandle registryReturned)
Replace the StreamStateHandle with the registry returned one.
|
String |
toString() |
public static IncrementalKeyedStateHandle.HandleAndLocalPath of(StreamStateHandle handle, String localPath)
public StreamStateHandle getHandle()
public String getLocalPath()
public long getStateSize()
public void replaceHandle(StreamStateHandle registryReturned)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.