| Package | Description | 
|---|---|
| org.apache.storm.cassandra | |
| org.apache.storm.cassandra.query | |
| org.apache.storm.cassandra.query.builder | 
| Modifier and Type | Method and Description | 
|---|---|
static CQLStatementTupleMapper | 
DynamicStatementBuilder.async(CQLStatementBuilder... builders)
Builds multiple statements which will be executed asynchronously. 
 | 
static BatchCQLStatementTupleMapper | 
DynamicStatementBuilder.counterBatch(CQLStatementBuilder... builders)
Creates a new  
BatchStatement.Type.COUNTER batch statement for the specified CQL statement builders. | 
static BatchCQLStatementTupleMapper | 
DynamicStatementBuilder.loggedBatch(CQLStatementBuilder... builders)
Creates a new  
BatchStatement.Type.LOGGED batch statement for the specified CQL statement builders. | 
static BatchCQLStatementTupleMapper | 
DynamicStatementBuilder.unLoggedBatch(CQLStatementBuilder... builders)
Creates a new  
BatchStatement.Type.UNLOGGED batch statement for the specified CQL statement builders. | 
| Constructor and Description | 
|---|
DynamicCQLStatementTupleMapper(List<CQLStatementBuilder> builders)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BoundCQLStatementMapperBuilder  | 
class  | 
ObjectMapperCqlStatementMapperBuilder
Builds a tuple mapper that is able to map objects annotated with  
com.datastax.driver.mapping.annotations.Table to CQL statements. | 
class  | 
SimpleCQLStatementMapperBuilder
Default class to build  
SimpleCQLStatementMapper instance. | 
Copyright © 2019 The Apache Software Foundation. All rights reserved.