Uses of Class
org.apache.flink.runtime.query.KvStateRegistry
-
Packages that use KvStateRegistry Package Description org.apache.flink.runtime.query org.apache.flink.runtime.taskexecutor -
-
Uses of KvStateRegistry in org.apache.flink.runtime.query
Methods in org.apache.flink.runtime.query with parameters of type KvStateRegistry Modifier and Type Method Description static KvStateServer
QueryableStateUtils. createKvStateServer(String address, Iterator<Integer> ports, int eventLoopThreads, int queryThreads, KvStateRegistry kvStateRegistry, org.apache.flink.queryablestate.network.stats.KvStateRequestStats stats)
Initializes theserver
responsible 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 KvStateRegistry Modifier and Type Method Description KvStateRegistry
KvStateService. getKvStateRegistry()
Constructors in org.apache.flink.runtime.taskexecutor with parameters of type KvStateRegistry Constructor Description KvStateService(KvStateRegistry kvStateRegistry, KvStateServer kvStateServer, KvStateClientProxy kvStateClientProxy)
-