| 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,
            long queryStartNanoTime) | 
| ResultMessage | CustomPayloadMirroringQueryHandler. processBatch(BatchStatement statement,
            QueryState state,
            BatchQueryOptions options,
            java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload,
            long queryStartNanoTime) | 
| ResultMessage | QueryHandler. processBatch(BatchStatement statement,
            QueryState state,
            BatchQueryOptions options,
            java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload,
            long queryStartNanoTime) | 
| ResultMessage | QueryProcessor. processBatch(BatchStatement statement,
            QueryState state,
            BatchQueryOptions options,
            java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload,
            long queryStartNanoTime) | 
| Modifier and Type | Method and Description | 
|---|---|
| ResultMessage | BatchStatement. execute(QueryState queryState,
       BatchQueryOptions options,
       long queryStartNanoTime) | 
Copyright © 2018 The Apache Software Foundation