Uses of Package
org.apache.flink.runtime.query
-
Packages that use org.apache.flink.runtime.query Package Description org.apache.flink.runtime.execution org.apache.flink.runtime.executiongraph org.apache.flink.runtime.jobmaster org.apache.flink.runtime.query org.apache.flink.runtime.scheduler org.apache.flink.runtime.scheduler.adaptive org.apache.flink.runtime.state org.apache.flink.runtime.state.heap This package contains the classes for key/value state backends that store the state on the JVM heap as objects.org.apache.flink.runtime.taskexecutor org.apache.flink.runtime.taskexecutor.rpc org.apache.flink.runtime.taskmanager -
Classes in org.apache.flink.runtime.query used by org.apache.flink.runtime.execution Class Description TaskKvStateRegistry A helper for KvState registrations of a single task. -
Classes in org.apache.flink.runtime.query used by org.apache.flink.runtime.executiongraph Class Description KvStateLocationRegistry Simple registry, which mapsInternalKvState
registration notifications toKvStateLocation
instances. -
Classes in org.apache.flink.runtime.query used by org.apache.flink.runtime.jobmaster Class Description KvStateLocation Location information for all key groups of aInternalKvState
instance. -
Classes in org.apache.flink.runtime.query used by org.apache.flink.runtime.query Class Description KvStateClientProxy An interface for the Queryable State Client Proxy running on each Task Manager in the cluster.KvStateEntry An entry holding theInternalKvState
along with itsKvStateInfo
.KvStateInfo Metadata about aInternalKvState
.KvStateLocation Location information for all key groups of aInternalKvState
instance.KvStateRegistry A registry forInternalKvState
instances per task manager.KvStateRegistryListener A listener for aKvStateRegistry
.KvStateServer An interface for the Queryable State Server running on each Task Manager in the cluster.TaskKvStateRegistry A helper for KvState registrations of a single task. -
Classes in org.apache.flink.runtime.query used by org.apache.flink.runtime.scheduler Class Description KvStateLocation Location information for all key groups of aInternalKvState
instance.UnknownKvStateLocation Thrown if there is noKvStateLocation
found for the requested registration name. -
Classes in org.apache.flink.runtime.query used by org.apache.flink.runtime.scheduler.adaptive Class Description KvStateLocation Location information for all key groups of aInternalKvState
instance.UnknownKvStateLocation Thrown if there is noKvStateLocation
found for the requested registration name. -
Classes in org.apache.flink.runtime.query used by org.apache.flink.runtime.state Class Description TaskKvStateRegistry A helper for KvState registrations of a single task. -
Classes in org.apache.flink.runtime.query used by org.apache.flink.runtime.state.heap Class Description TaskKvStateRegistry A helper for KvState registrations of a single task. -
Classes in org.apache.flink.runtime.query used by org.apache.flink.runtime.taskexecutor Class Description KvStateClientProxy An interface for the Queryable State Client Proxy running on each Task Manager in the cluster.KvStateRegistry A registry forInternalKvState
instances per task manager.KvStateServer An interface for the Queryable State Server running on each Task Manager in the cluster.TaskKvStateRegistry A helper for KvState registrations of a single task. -
Classes in org.apache.flink.runtime.query used by org.apache.flink.runtime.taskexecutor.rpc Class Description KvStateRegistryListener A listener for aKvStateRegistry
. -
Classes in org.apache.flink.runtime.query used by org.apache.flink.runtime.taskmanager Class Description TaskKvStateRegistry A helper for KvState registrations of a single task.