Uses of Interface
org.apache.flink.runtime.query.KvStateServer
-
Packages that use KvStateServer Package Description org.apache.flink.runtime.query org.apache.flink.runtime.taskexecutor -
-
Uses of KvStateServer in org.apache.flink.runtime.query
Subinterfaces of KvStateServer in org.apache.flink.runtime.query Modifier and Type Interface Description interfaceKvStateClientProxyAn interface for the Queryable State Client Proxy running on each Task Manager in the cluster.Methods in org.apache.flink.runtime.query that return KvStateServer Modifier and Type Method Description static 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 KvStateServer in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return KvStateServer Modifier and Type Method Description KvStateServerKvStateService. getKvStateServer()Constructors in org.apache.flink.runtime.taskexecutor with parameters of type KvStateServer Constructor Description KvStateService(KvStateRegistry kvStateRegistry, KvStateServer kvStateServer, KvStateClientProxy kvStateClientProxy)
-