me.prettyprint.cassandra.service.template
Class MappedColumnFamilyResultWrapper<K,N,V>

java.lang.Object
  extended by me.prettyprint.cassandra.service.template.AbstractResultWrapper<K,N>
      extended by me.prettyprint.cassandra.service.template.ColumnFamilyResultWrapper<K,N>
          extended by me.prettyprint.cassandra.service.template.MappedColumnFamilyResultWrapper<K,N,V>
All Implemented Interfaces:
Iterator<ColumnFamilyResult<K,N>>, ColumnFamilyResult<K,N>, MappedColumnFamilyResult<K,N,V>, ResultStatus

public class MappedColumnFamilyResultWrapper<K,N,V>
extends ColumnFamilyResultWrapper<K,N>
implements MappedColumnFamilyResult<K,N,V>


Field Summary
 
Fields inherited from class me.prettyprint.cassandra.service.template.AbstractResultWrapper
columnNameSerializer, keySerializer, resultStatus
 
Constructor Summary
MappedColumnFamilyResultWrapper(Serializer<K> keySerializer, Serializer<N> columnNameSerializer, ExecutionResult<Map<ByteBuffer,List<org.apache.cassandra.thrift.ColumnOrSuperColumn>>> executionResult, ColumnFamilyRowMapper mapper)
           
 
Method Summary
 V getRow()
           
 
Methods inherited from class me.prettyprint.cassandra.service.template.ColumnFamilyResultWrapper
getColumn, getColumnNames, getColumnValue, getKey, hasNext, hasResults, next, remove
 
Methods inherited from class me.prettyprint.cassandra.service.template.AbstractResultWrapper
getBoolean, getByteArray, getDate, getExecutionTimeMicro, getExecutionTimeNano, getHostUsed, getInteger, getLong, getString, getUUID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface me.prettyprint.cassandra.service.template.ColumnFamilyResult
getBoolean, getByteArray, getColumn, getColumnNames, getDate, getInteger, getKey, getLong, getString, getUUID, hasResults
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 
Methods inherited from interface me.prettyprint.hector.api.ResultStatus
getExecutionTimeMicro, getExecutionTimeNano, getHostUsed
 

Constructor Detail

MappedColumnFamilyResultWrapper

public MappedColumnFamilyResultWrapper(Serializer<K> keySerializer,
                                       Serializer<N> columnNameSerializer,
                                       ExecutionResult<Map<ByteBuffer,List<org.apache.cassandra.thrift.ColumnOrSuperColumn>>> executionResult,
                                       ColumnFamilyRowMapper mapper)
Method Detail

getRow

public V getRow()
Specified by:
getRow in interface MappedColumnFamilyResult<K,N,V>


Copyright © 2011. All Rights Reserved.