public interface Scassandra
| Modifier and Type | Method and Description |
|---|---|
ActivityClient |
activityClient()
Retrieves an Activity client that is configured with the same admin port
as Scassandra.
|
CurrentClient |
currentClient()
Retrieves a Current client that is configured with the same admin port
as Scassandra.
|
int |
getAdminPort()
The port that Scassandars REST API is listening on.
|
int |
getBinaryPort()
The port Scassandra is listening on for connections from Cassandra.
|
PrimingClient |
primingClient()
Retrieves a Priming client that is configured with the same admin port
as Scassandra.
|
java.lang.String |
serverVersion() |
void |
start()
Start Scassandra.
|
void |
stop()
Stops Scassandra.
|
PrimingClient primingClient()
ActivityClient activityClient()
CurrentClient currentClient()
void start()
void stop()
int getAdminPort()
int getBinaryPort()
java.lang.String serverVersion()