Package | Description |
---|---|
org.apache.cassandra.audit | |
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.statements | |
org.apache.cassandra.fql | |
org.apache.cassandra.transport.messages |
Modifier and Type | Method and Description |
---|---|
void |
AuditLogManager.batchFailure(BatchStatement.Type batchType,
java.util.List<? extends CQLStatement> statements,
java.util.List<java.lang.String> queries,
java.util.List<java.util.List<java.nio.ByteBuffer>> values,
QueryOptions options,
QueryState state,
java.lang.Exception cause) |
void |
AuditLogManager.batchSuccess(BatchStatement.Type batchType,
java.util.List<? extends CQLStatement> statements,
java.util.List<java.lang.String> queries,
java.util.List<java.util.List<java.nio.ByteBuffer>> values,
QueryOptions options,
QueryState state,
long queryTime,
Message.Response response) |
Modifier and Type | Method and Description |
---|---|
default void |
QueryEvents.Listener.batchFailure(BatchStatement.Type batchType,
java.util.List<? extends CQLStatement> statements,
java.util.List<java.lang.String> queries,
java.util.List<java.util.List<java.nio.ByteBuffer>> values,
QueryOptions options,
QueryState state,
java.lang.Exception cause) |
default void |
QueryEvents.Listener.batchSuccess(BatchStatement.Type batchType,
java.util.List<? extends CQLStatement> statements,
java.util.List<java.lang.String> queries,
java.util.List<java.util.List<java.nio.ByteBuffer>> values,
QueryOptions options,
QueryState state,
long queryTime,
Message.Response response) |
void |
QueryEvents.notifyBatchFailure(java.util.List<QueryHandler.Prepared> prepared,
BatchStatement.Type batchType,
java.util.List<java.lang.Object> queryOrIdList,
java.util.List<java.util.List<java.nio.ByteBuffer>> values,
QueryOptions options,
QueryState state,
java.lang.Exception cause) |
void |
QueryEvents.notifyBatchSuccess(BatchStatement.Type batchType,
java.util.List<? extends CQLStatement> statements,
java.util.List<java.lang.String> queries,
java.util.List<java.util.List<java.nio.ByteBuffer>> values,
QueryOptions options,
QueryState state,
long queryTime,
Message.Response response) |
Modifier and Type | Field and Description |
---|---|
BatchStatement.Type |
BatchStatement.type |
Modifier and Type | Method and Description |
---|---|
static BatchStatement.Type |
BatchStatement.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BatchStatement.Type[] |
BatchStatement.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BatchStatement(BatchStatement.Type type,
VariableSpecifications bindVariables,
java.util.List<ModificationStatement> statements,
Attributes attrs)
Creates a new BatchStatement.
|
Parsed(BatchStatement.Type type,
Attributes.Raw attrs,
java.util.List<ModificationStatement.Parsed> parsedStatements) |
Modifier and Type | Method and Description |
---|---|
void |
FullQueryLogger.batchSuccess(BatchStatement.Type type,
java.util.List<? extends CQLStatement> statements,
java.util.List<java.lang.String> queries,
java.util.List<java.util.List<java.nio.ByteBuffer>> values,
QueryOptions queryOptions,
QueryState queryState,
long batchTimeMillis,
Message.Response response)
Log an invocation of a batch of queries
|
Constructor and Description |
---|
Batch(BatchStatement.Type batchType,
java.util.List<java.lang.String> queries,
java.util.List<java.util.List<java.nio.ByteBuffer>> values,
QueryOptions queryOptions,
QueryState queryState,
long batchTimeMillis) |
Modifier and Type | Field and Description |
---|---|
BatchStatement.Type |
BatchMessage.batchType |
Constructor and Description |
---|
BatchMessage(BatchStatement.Type type,
java.util.List<java.lang.Object> queryOrIdList,
java.util.List<java.util.List<java.nio.ByteBuffer>> values,
QueryOptions options) |
Copyright © 2009-2022 The Apache Software Foundation