Package org.apache.flink.runtime.query
Interface KvStateServer
- All Known Subinterfaces:
KvStateClientProxy
public interface KvStateServer
An interface for the Queryable State Server running on each Task Manager in the cluster. This
server is responsible for serving requests coming from the
Queryable
State Proxy and requesting locally stored state.-
Method Details
-
getServerAddress
InetSocketAddress getServerAddress()Returns theaddressthe server is listening to.- Returns:
- Server address.
-
start
Starts the server.- Throws:
Throwable
-
shutdown
void shutdown()Shuts down the server and all related thread pools.
-