Interface CassandraDaemon.Server

All Known Implementing Classes:
Server
Enclosing class:
CassandraDaemon

public static interface CassandraDaemon.Server
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
    Returns whether the server is currently running.
    void
    Start the server.
    void
    Stop the server.
  • Method Details

    • 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()