Interface CassandraDaemon.Server

  • All Known Implementing Classes:
    Server
    Enclosing class:
    CassandraDaemon

    public static interface CassandraDaemon.Server
    • Method Detail

      • start

        void start()
        Start the server. This method shoud be able to restart a server stopped through stop(). Should throw a RuntimeException if the server cannot be started
      • stop

        void stop()
        Stop the server. This method should be able to stop server started through start(). Should throw a RuntimeException if the server cannot be stopped
      • isRunning

        boolean isRunning()
        Returns whether the server is currently running.
      • clearConnectionHistory

        void clearConnectionHistory()