Uses of Interface
org.apache.flink.runtime.query.KvStateClientProxy
-
Packages that use KvStateClientProxy Package Description org.apache.flink.runtime.query org.apache.flink.runtime.taskexecutor -
-
Uses of KvStateClientProxy in org.apache.flink.runtime.query
Methods in org.apache.flink.runtime.query that return KvStateClientProxy Modifier and Type Method Description static KvStateClientProxy
QueryableStateUtils. createKvStateClientProxy(String address, Iterator<Integer> ports, int eventLoopThreads, int queryThreads, org.apache.flink.queryablestate.network.stats.KvStateRequestStats stats)
Initializes theclient proxy
responsible for receiving requests from the external (to the cluster) client and forwarding them internally. -
Uses of KvStateClientProxy in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return KvStateClientProxy Modifier and Type Method Description KvStateClientProxy
KvStateService. getKvStateClientProxy()
Constructors in org.apache.flink.runtime.taskexecutor with parameters of type KvStateClientProxy Constructor Description KvStateService(KvStateRegistry kvStateRegistry, KvStateServer kvStateServer, KvStateClientProxy kvStateClientProxy)
-