Package org.apache.flink.runtime.query
Interface KvStateServer
-
- All Known Subinterfaces:
KvStateClientProxy
public interface KvStateServerAn interface for the Queryable State Server running on each Task Manager in the cluster. This server is responsible for serving requests coming from theQueryable State Proxyand requesting locally stored state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InetSocketAddressgetServerAddress()Returns theaddressthe server is listening to.voidshutdown()Shuts down the server and all related thread pools.voidstart()Starts the server.
-
-
-
Method Detail
-
getServerAddress
InetSocketAddress getServerAddress()
Returns theaddressthe server is listening to.- Returns:
- Server address.
-
shutdown
void shutdown()
Shuts down the server and all related thread pools.
-
-