| Package | Description | 
|---|---|
| org.apache.storm.cassandra.query | |
| org.apache.storm.cassandra.query.builder | |
| org.apache.storm.cassandra.query.impl | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
CqlMapper.DefaultCqlMapper
Default  
CqlMapper to map all tuple values to column. | 
static class  | 
CqlMapper.SelectableCqlMapper  | 
| Modifier and Type | Method and Description | 
|---|---|
BoundCQLStatementMapperBuilder | 
BoundCQLStatementMapperBuilder.bind(CqlMapper mapper)
Includes only the specified tuple fields. 
 | 
SimpleCQLStatementMapperBuilder | 
SimpleCQLStatementMapperBuilder.with(CqlMapper mapper)
Includes only the specified tuple fields. 
 | 
| Constructor and Description | 
|---|
BoundCQLStatementTupleMapper(ContextQuery contextQuery,
                            CqlMapper mapper,
                            RoutingKeyGenerator rkGenerator,
                            PreparedStatementBinder binder)
Creates a new  
BoundCQLStatementTupleMapper instance. | 
SimpleCQLStatementMapper(String queryString,
                        CqlMapper mapper)
Creates a new  
SimpleCQLStatementMapper instance. | 
SimpleCQLStatementMapper(String queryString,
                        CqlMapper mapper,
                        RoutingKeyGenerator rkGenerator)
Creates a new  
SimpleCQLStatementMapper instance. | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.