Uses of Class
org.apache.flink.runtime.query.KvStateRegistry
Packages that use KvStateRegistry
-
Uses of KvStateRegistry in org.apache.flink.runtime.query
Methods in org.apache.flink.runtime.query with parameters of type KvStateRegistryModifier and TypeMethodDescriptionstatic KvStateServerQueryableStateUtils.createKvStateServer(String address, Iterator<Integer> ports, int eventLoopThreads, int queryThreads, KvStateRegistry kvStateRegistry, org.apache.flink.queryablestate.network.stats.KvStateRequestStats stats) Initializes theserverresponsible for sending the requested internal state to theclient proxy. -
Uses of KvStateRegistry in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return KvStateRegistryConstructors in org.apache.flink.runtime.taskexecutor with parameters of type KvStateRegistryModifierConstructorDescriptionKvStateService(KvStateRegistry kvStateRegistry, KvStateServer kvStateServer, KvStateClientProxy kvStateClientProxy)