public class ActivityClient
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ActivityClient.ActivityClientBuilder |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
REQUEST_FAILED |
static java.lang.String |
REQUEST_FOR_CONNECTIONS_FAILED |
static java.lang.String |
REQUEST_FOR_QUERIES_FAILED |
| Modifier and Type | Method and Description |
|---|---|
static ActivityClient.ActivityClientBuilder |
builder() |
void |
clearAllRecordedActivity()
Deletes the recorded prepared statement executions, recorded queries and recorded connections.
|
void |
clearConnections()
Deletes all the recorded connections from the configured Scassandra server.
|
void |
clearPreparedStatementExecutions()
Deletes all the recorded prepared statement executions from the configured Scassandra server.
|
void |
clearQueries()
Deletes all the recorded queries from the configured Scassandra server.
|
java.util.List<Connection> |
retrieveConnections()
Retrieves all the connections that have been sent to the configured Scassandra server.
|
java.util.List<PreparedStatementExecution> |
retrievePreparedStatementExecutions()
Retrieves the recorded prepared statement executions.
|
java.util.List<Query> |
retrieveQueries()
Retrieves all the queries that have been sent to the configured Scassandra server.
|
public static final java.lang.String REQUEST_FOR_QUERIES_FAILED
public static final java.lang.String REQUEST_FOR_CONNECTIONS_FAILED
public static final java.lang.String REQUEST_FAILED
public static ActivityClient.ActivityClientBuilder builder()
public java.util.List<Query> retrieveQueries()
public java.util.List<Connection> retrieveConnections()
public void clearConnections()
public void clearQueries()
public void clearPreparedStatementExecutions()
public void clearAllRecordedActivity()
public java.util.List<PreparedStatementExecution> retrievePreparedStatementExecutions()