public class StateHandleID
extends org.apache.flink.util.StringBasedID
Two state handles that are considered as logically equal should always return the same ID (whatever logically equal means is up to the implementation). For example, this could be based on the string representation of the full filepath for a state that is based on a file.
| 构造器和说明 |
|---|
StateHandleID(String keyString) |
public StateHandleID(String keyString)
public static StateHandleID randomStateHandleId()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.