Package org.apache.flink.runtime.query
-
Interface Summary Interface Description KvStateClientProxy An interface for the Queryable State Client Proxy running on each Task Manager in the cluster.KvStateRegistryListener A listener for aKvStateRegistry
.KvStateServer An interface for the Queryable State Server running on each Task Manager in the cluster. -
Class Summary Class Description KvStateEntry<K,N,V> An entry holding theInternalKvState
along with itsKvStateInfo
.KvStateInfo<K,N,V> Metadata about aInternalKvState
.KvStateLocation Location information for all key groups of aInternalKvState
instance.KvStateLocationRegistry Simple registry, which mapsInternalKvState
registration notifications toKvStateLocation
instances.KvStateRegistry A registry forInternalKvState
instances per task manager.QueryableStateUtils Utility class to initialize entities used in queryable state.TaskKvStateRegistry A helper for KvState registrations of a single task. -
Exception Summary Exception Description UnknownKvStateLocation Thrown if there is noKvStateLocation
found for the requested registration name.