public interface QueryResult<T>
extends java.util.Iterator<T>
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
ESTIMATED_RESULT_COUNT
The estimated count of the results that returned 
 | 
static java.lang.String | 
RESPONSE_TIME
The response time in executing the query 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map<java.lang.String,java.lang.String> | 
getProperties()
Returns a map of response properties about this result. 
 | 
static final java.lang.String ESTIMATED_RESULT_COUNT
static final java.lang.String RESPONSE_TIME