public class MappedColumnFamilyResultWrapper<K,N,V> extends ColumnFamilyResultWrapper<K,N> implements MappedColumnFamilyResult<K,N,V>
columnNameSerializer, keySerializer, resultStatus| Constructor and Description |
|---|
MappedColumnFamilyResultWrapper(Serializer<K> keySerializer,
Serializer<N> columnNameSerializer,
ExecutionResult<Map<ByteBuffer,List<org.apache.cassandra.thrift.ColumnOrSuperColumn>>> executionResult,
ColumnFamilyRowMapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
V |
getRow() |
getColumn, getColumnNames, getColumnValue, getKey, hasNext, hasResults, next, removegetBoolean, getByteArray, getDate, getDouble, getExecutionTimeMicro, getExecutionTimeNano, getFloat, getHostUsed, getInteger, getLong, getString, getUUIDclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBoolean, getByteArray, getColumn, getColumnNames, getDate, getDouble, getFloat, getInteger, getKey, getLong, getString, getUUID, hasResultsgetExecutionTimeMicro, getExecutionTimeNano, getHostUsedpublic MappedColumnFamilyResultWrapper(Serializer<K> keySerializer, Serializer<N> columnNameSerializer, ExecutionResult<Map<ByteBuffer,List<org.apache.cassandra.thrift.ColumnOrSuperColumn>>> executionResult, ColumnFamilyRowMapper mapper)
Copyright © 2014. All Rights Reserved.