public class ActivityClient
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ActivityClient.ActivityClientBuilder |
| Modifier and Type | Method and Description |
|---|---|
static ActivityClient.ActivityClientBuilder |
builder() |
void |
clearAllRecordedActivity()
Deletes the recorded prepared statement executions, recorded batch executions, recorded queries and recorded connections.
|
void |
clearBatchExecutions() |
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 |
clearPreparedStatementPreparations()
Deletes all the recorded prepared statement preparations from the configured Scassandra server.
|
void |
clearQueries()
Deletes all the recorded queries from the configured Scassandra server.
|
java.util.List<BatchExecution> |
retrieveBatches() |
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<PreparedStatementPreparation> |
retrievePreparedStatementPreparations()
Retrieves the recorded prepared statement preparations.
|
java.util.List<Query> |
retrieveQueries()
Retrieves all the queries that have been sent to the configured Scassandra server.
|
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 clearPreparedStatementPreparations()
public java.util.List<PreparedStatementPreparation> retrievePreparedStatementPreparations()
public void clearPreparedStatementExecutions()
public void clearAllRecordedActivity()
public java.util.List<PreparedStatementExecution> retrievePreparedStatementExecutions()
public java.util.List<BatchExecution> retrieveBatches()
public void clearBatchExecutions()