Class Server

    • Method Detail

      • stop

        public void stop()
        Description copied from interface: CassandraDaemon.Server
        Stop the server. This method should be able to stop server started through start(). Should throw a RuntimeException if the server cannot be stopped
        Specified by:
        stop in interface CassandraDaemon.Server
      • start

        public void start()
        Description copied from interface: CassandraDaemon.Server
        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
        Specified by:
        start in interface CassandraDaemon.Server
      • countConnectedClients

        public int countConnectedClients()
      • countConnectedClientsByUser

        public java.util.Map<java.lang.String,​java.lang.Integer> countConnectedClientsByUser()
      • getConnectedClients

        public java.util.List<ConnectedClient> getConnectedClients()
      • recentClientStats

        public java.util.List<ClientStat> recentClientStats()