public interface CqlMapper extends Serializable
Default interface to defines how a storm tuple maps to a list of columns representing a row in a database.
| Modifier and Type | Interface 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 | 
|---|---|
List<Column> | 
map(ITuple tuple)
Maps the specified input tuple to a list of CQL columns. 
 | 
Copyright © 2019 The Apache Software Foundation. All rights reserved.