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

All Superinterfaces:
ColumnFamilyResult<K,N>, Iterator<ColumnFamilyResult<K,N>>, ResultStatus, SuperCfResult<K,SN,N>
All Known Implementing Classes:
MappedSuperCfResultWrapper

public interface MappedSuperCfResult<K,SN,N,V>
extends SuperCfResult<K,SN,N>


Method Summary
 V getRow()
           
 
Methods inherited from interface me.prettyprint.cassandra.service.template.SuperCfResult
applySuperColumn, getActiveSuperColumn, getBoolean, getByteArray, getByteBuffer, getDate, getDouble, getFloat, getInteger, getKey, getLong, getString, getSuperColumn, getSuperColumns, getUUID, next
 
Methods inherited from interface me.prettyprint.cassandra.service.template.ColumnFamilyResult
getBoolean, getByteArray, getColumn, getColumnNames, getDate, getDouble, getFloat, getInteger, getLong, getString, getUUID, hasResults
 
Methods inherited from interface java.util.Iterator
hasNext, remove
 
Methods inherited from interface me.prettyprint.hector.api.ResultStatus
getExecutionTimeMicro, getExecutionTimeNano, getHostUsed
 

Method Detail

getRow

V getRow()


Copyright © 2013. All Rights Reserved.