public final class CqlRows<K,N,V> extends OrderedRowsImpl<K,N,V>
rowsList| Constructor and Description |
|---|
CqlRows()
Constructed as empty for
CqlResultType.VOID |
CqlRows(LinkedHashMap<K,List<org.apache.cassandra.thrift.Column>> thriftRet,
Serializer<N> nameSerializer,
Serializer<V> valueSerializer)
Constructed for
CqlResultType.ROWS |
| Modifier and Type | Method and Description |
|---|---|
int |
getAsCount()
Will throw an IllegalArgumentException if called on a query that was not
CqlResultType.INT |
getList, peekLastgetByKey, getCount, iterator, toStringpublic CqlRows(LinkedHashMap<K,List<org.apache.cassandra.thrift.Column>> thriftRet, Serializer<N> nameSerializer, Serializer<V> valueSerializer)
CqlResultType.ROWSthriftRet - nameSerializer - valueSerializer - resultType - public CqlRows()
CqlResultType.VOIDCopyright © 2014. All Rights Reserved.