public class Server extends java.lang.Object implements CassandraDaemon.Server
Modifier and Type | Class and Description |
---|---|
protected static class |
Server.AbstractSecureIntializer |
static class |
Server.Builder |
static class |
Server.ConnectionTracker |
Modifier and Type | Field and Description |
---|---|
java.net.InetSocketAddress |
socket |
boolean |
useSSL |
Modifier and Type | Method and Description |
---|---|
int |
getConnectedClients() |
boolean |
isRunning()
Returns whether the server is currently running.
|
void |
start()
Start the server.
|
void |
stop()
Stop the server.
|
public void stop()
CassandraDaemon.Server
stop
in interface CassandraDaemon.Server
public boolean isRunning()
CassandraDaemon.Server
isRunning
in interface CassandraDaemon.Server
public void start()
CassandraDaemon.Server
start
in interface CassandraDaemon.Server
public int getConnectedClients()
Copyright © 2020 The Apache Software Foundation