Uses of Interface
org.apache.flink.runtime.query.KvStateClientProxy
Packages that use KvStateClientProxy
-
Uses of KvStateClientProxy in org.apache.flink.runtime.query
Methods in org.apache.flink.runtime.query that return KvStateClientProxyModifier and TypeMethodDescriptionstatic KvStateClientProxyQueryableStateUtils.createKvStateClientProxy(String address, Iterator<Integer> ports, int eventLoopThreads, int queryThreads, org.apache.flink.queryablestate.network.stats.KvStateRequestStats stats) Initializes theclient proxyresponsible 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 KvStateClientProxyConstructors in org.apache.flink.runtime.taskexecutor with parameters of type KvStateClientProxyModifierConstructorDescriptionKvStateService(KvStateRegistry kvStateRegistry, KvStateServer kvStateServer, KvStateClientProxy kvStateClientProxy)