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 Summary

    Modifier and Type
    Method
    Description
    Returns the address the server is listening to.
    void
    Shuts down the server and all related thread pools.
    void
    Starts the server.
  • Method Details

    • getServerAddress

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

      void start() throws Throwable
      Starts the server.
      Throws:
      Throwable
    • shutdown

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