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 Detail

      • getServerAddress

        InetSocketAddress getServerAddress()
        Returns the address the server is listening to.
        Returns:
        Server address.
      • shutdown

        void shutdown()
        Shuts down the server and all related thread pools.