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 interface
KvStateClientProxy
An 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 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 KvStateServer in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return KvStateServer Modifier and Type Method Description KvStateServer
KvStateService. getKvStateServer()
Constructors in org.apache.flink.runtime.taskexecutor with parameters of type KvStateServer Constructor Description KvStateService(KvStateRegistry kvStateRegistry, KvStateServer kvStateServer, KvStateClientProxy kvStateClientProxy)
-