Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.statements |
Modifier and Type | Field and Description |
---|---|
static BatchQueryOptions |
BatchQueryOptions.DEFAULT |
Modifier and Type | Method and Description |
---|---|
static BatchQueryOptions |
BatchQueryOptions.withoutPerStatementVariables(QueryOptions options) |
static BatchQueryOptions |
BatchQueryOptions.withPerStatementVariables(QueryOptions options,
java.util.List<java.util.List<java.nio.ByteBuffer>> variables,
java.util.List<java.lang.Object> queryOrIdList) |
Modifier and Type | Method and Description |
---|---|
ResultMessage |
QueryProcessor.processBatch(BatchStatement batch,
QueryState queryState,
BatchQueryOptions options) |
ResultMessage |
CustomPayloadMirroringQueryHandler.processBatch(BatchStatement statement,
QueryState state,
BatchQueryOptions options,
java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload) |
ResultMessage |
QueryHandler.processBatch(BatchStatement statement,
QueryState state,
BatchQueryOptions options,
java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload) |
ResultMessage |
QueryProcessor.processBatch(BatchStatement statement,
QueryState state,
BatchQueryOptions options,
java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload) |
Modifier and Type | Method and Description |
---|---|
ResultMessage |
BatchStatement.execute(QueryState queryState,
BatchQueryOptions options) |
Copyright © 2015 The Apache Software Foundation