Uses of Enum Class
org.apache.cassandra.cql3.statements.BatchStatement.Type
Packages that use BatchStatement.Type
Package
Description
-
Uses of BatchStatement.Type in org.apache.cassandra.audit
Methods in org.apache.cassandra.audit with parameters of type BatchStatement.TypeModifier and TypeMethodDescriptionvoidAuditLogManager.batchFailure(BatchStatement.Type batchType, List<? extends CQLStatement> statements, List<String> queries, List<List<ByteBuffer>> values, QueryOptions options, QueryState state, Exception cause) voidAuditLogManager.batchSuccess(BatchStatement.Type batchType, List<? extends CQLStatement> statements, List<String> queries, List<List<ByteBuffer>> values, QueryOptions options, QueryState state, long queryTime, Message.Response response) -
Uses of BatchStatement.Type in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 with parameters of type BatchStatement.TypeModifier and TypeMethodDescriptiondefault voidQueryEvents.Listener.batchFailure(BatchStatement.Type batchType, List<? extends CQLStatement> statements, List<String> queries, List<List<ByteBuffer>> values, QueryOptions options, QueryState state, Exception cause) default voidQueryEvents.Listener.batchSuccess(BatchStatement.Type batchType, List<? extends CQLStatement> statements, List<String> queries, List<List<ByteBuffer>> values, QueryOptions options, QueryState state, long queryTime, Message.Response response) voidQueryEvents.notifyBatchFailure(List<QueryHandler.Prepared> prepared, BatchStatement.Type batchType, List<Object> queryOrIdList, List<List<ByteBuffer>> values, QueryOptions options, QueryState state, Exception cause) voidQueryEvents.notifyBatchSuccess(BatchStatement.Type batchType, List<? extends CQLStatement> statements, List<String> queries, List<List<ByteBuffer>> values, QueryOptions options, QueryState state, long queryTime, Message.Response response) -
Uses of BatchStatement.Type in org.apache.cassandra.cql3.statements
Fields in org.apache.cassandra.cql3.statements declared as BatchStatement.TypeMethods in org.apache.cassandra.cql3.statements that return BatchStatement.TypeModifier and TypeMethodDescriptionstatic BatchStatement.TypeReturns the enum constant of this class with the specified name.static BatchStatement.Type[]BatchStatement.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.cassandra.cql3.statements with parameters of type BatchStatement.TypeModifierConstructorDescriptionBatchStatement(BatchStatement.Type type, VariableSpecifications bindVariables, List<ModificationStatement> statements, Attributes attrs) Creates a new BatchStatement.Parsed(BatchStatement.Type type, Attributes.Raw attrs, List<ModificationStatement.Parsed> parsedStatements) -
Uses of BatchStatement.Type in org.apache.cassandra.fql
Methods in org.apache.cassandra.fql with parameters of type BatchStatement.TypeModifier and TypeMethodDescriptionvoidFullQueryLogger.batchSuccess(BatchStatement.Type type, List<? extends CQLStatement> statements, List<String> queries, List<List<ByteBuffer>> values, QueryOptions queryOptions, QueryState queryState, long batchTimeMillis, Message.Response response) Log an invocation of a batch of queriesConstructors in org.apache.cassandra.fql with parameters of type BatchStatement.TypeModifierConstructorDescriptionBatch(BatchStatement.Type batchType, List<String> queries, List<List<ByteBuffer>> values, QueryOptions queryOptions, QueryState queryState, long batchTimeMillis) -
Uses of BatchStatement.Type in org.apache.cassandra.transport.messages
Fields in org.apache.cassandra.transport.messages declared as BatchStatement.TypeConstructors in org.apache.cassandra.transport.messages with parameters of type BatchStatement.TypeModifierConstructorDescriptionBatchMessage(BatchStatement.Type type, List<Object> queryOrIdList, List<List<ByteBuffer>> values, QueryOptions options)