me.prettyprint.hector.api.query
Interface QueryResult<T>

Type Parameters:
T - The type of the result. May be for example Column of SuperColumn
All Superinterfaces:
ResultStatus
All Known Implementing Classes:
QueryResultImpl

public interface QueryResult<T>
extends ResultStatus

Return type from queries execution.

Author:
Ran Tavory

Method Summary
 T get()
          Get the result value.
 Query<T> getQuery()
           
 
Methods inherited from interface me.prettyprint.hector.api.ResultStatus
getExecutionTimeMicro, getExecutionTimeNano, getHostUsed
 

Method Detail

get

T get()
Get the result value.

Returns:

getQuery

Query<T> getQuery()


Copyright © 2011. All Rights Reserved.