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 theInternalKvStatealong with itsKvStateInfo.KvStateInfo<K,N,V> Metadata about aInternalKvState.KvStateLocation Location information for all key groups of aInternalKvStateinstance.KvStateLocationRegistry Simple registry, which mapsInternalKvStateregistration notifications toKvStateLocationinstances.KvStateRegistry A registry forInternalKvStateinstances 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 noKvStateLocationfound for the requested registration name.