Interface Controller


  • public interface Controller
    This interface should decouple controller implementation (in clustering module) and its uses (e.g. CLI). The controller should listen on host():port() as usual.
    • Field Detail

      • DEFAULT_ROOT_DIR

        static final java.nio.file.Path DEFAULT_ROOT_DIR
      • DEPLOYER

        static final java.lang.String DEPLOYER
      • DEPLOY_TIMEOUT

        static final long DEPLOY_TIMEOUT
      • ROOT_DIR

        static final java.nio.file.Path ROOT_DIR
      • BENCHMARK_DIR

        static final java.nio.file.Path BENCHMARK_DIR
      • HOOKS_DIR

        static final java.nio.file.Path HOOKS_DIR
      • RUN_DIR

        static final java.nio.file.Path RUN_DIR
    • Method Detail

      • host

        java.lang.String host()
      • port

        int port()
      • stop

        void stop()