Package | Description |
---|---|
org.apache.storm.cassandra.query | |
org.apache.storm.cassandra.query.impl | |
org.apache.storm.cassandra.query.selector |
Modifier and Type | Method and Description |
---|---|
List<Column> |
CqlMapper.map(ITuple tuple)
Maps the specified input tuple to a list of CQL columns.
|
List<Column> |
CqlMapper.SelectableCqlMapper.map(ITuple tuple)
Maps the specified input tuple to a list of CQL columns.
|
List<Column> |
CqlMapper.DefaultCqlMapper.map(ITuple tuple)
Maps the specified input tuple to a list of CQL columns.
|
Modifier and Type | Method and Description |
---|---|
static Object[] |
Column.getVals(List<Column> columns) |
Modifier and Type | Method and Description |
---|---|
com.datastax.driver.core.BoundStatement |
PreparedStatementBinder.apply(com.datastax.driver.core.PreparedStatement statement,
List<Column> columns) |
com.datastax.driver.core.BoundStatement |
PreparedStatementBinder.DefaultBinder.apply(com.datastax.driver.core.PreparedStatement statement,
List<Column> columns) |
com.datastax.driver.core.BoundStatement |
PreparedStatementBinder.CQL3NamedSettersBinder.apply(com.datastax.driver.core.PreparedStatement statement,
List<Column> columns) |
Modifier and Type | Method and Description |
---|---|
Column |
FieldSelector.select(ITuple t) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.