me.prettyprint.cassandra.service.template
Interface MappedColumnFamilyResult<K,N,V>

All Superinterfaces:
ColumnFamilyResult<K,N>, Iterator<ColumnFamilyResult<K,N>>, ResultStatus
All Known Implementing Classes:
MappedColumnFamilyResultWrapper

public interface MappedColumnFamilyResult<K,N,V>
extends ColumnFamilyResult<K,N>


Method Summary
 V getRow()
           
 
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
 

Method Detail

getRow

V getRow()


Copyright © 2011. All Rights Reserved.