public class SharedStateRegistryKey
extends org.apache.flink.util.StringBasedID
SharedStateRegistry. Two files which should logically be the same
should have the same SharedStateRegistryKey. The meaning of logical equivalence is up to
the application.| Constructor and Description |
|---|
SharedStateRegistryKey(String keyString) |
SharedStateRegistryKey(String prefix,
StateHandleID stateHandleID) |
| Modifier and Type | Method and Description |
|---|---|
static SharedStateRegistryKey |
forStreamStateHandle(StreamStateHandle handle)
Create a unique key based on physical id.
|
public SharedStateRegistryKey(String prefix, StateHandleID stateHandleID)
@VisibleForTesting public SharedStateRegistryKey(String keyString)
public static SharedStateRegistryKey forStreamStateHandle(StreamStateHandle handle)
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.