Uses of Interface
org.apache.flink.runtime.query.KvStateServer
Packages that use KvStateServer
-
Uses of KvStateServer in org.apache.flink.runtime.query
Subinterfaces of KvStateServer in org.apache.flink.runtime.queryModifier and TypeInterfaceDescriptioninterfaceAn interface for the Queryable State Client Proxy running on each Task Manager in the cluster.Methods in org.apache.flink.runtime.query that return KvStateServerModifier and TypeMethodDescriptionstatic 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 KvStateServerConstructors in org.apache.flink.runtime.taskexecutor with parameters of type KvStateServerModifierConstructorDescriptionKvStateService(KvStateRegistry kvStateRegistry, KvStateServer kvStateServer, KvStateClientProxy kvStateClientProxy)