Modifier and Type | Class and Description |
---|---|
class |
InMemoryQueryResult
Instantiates a new in memory query result.
|
class |
PersistentQueryResult
Instantiates a new persistent query result.
|
Modifier and Type | Method and Description |
---|---|
QueryResult |
QueryHandleWithResultSet.getResult()
The result.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryHandleWithResultSet.setResult(QueryResult result)
The result.
|
Modifier and Type | Method and Description |
---|---|
QueryResult |
LensClientResultSet.getResult() |
QueryResult |
LensClient.getResults(QueryHandle query) |
QueryResult |
LensStatement.getResultSet() |
QueryResult |
LensStatement.getResultSet(LensQuery query)
Gets the result set.
|
Constructor and Description |
---|
LensClientResultSet(QueryResultSetMetadata resultSetMetaData,
QueryResult result)
Instantiates a new lens client result set.
|
Constructor and Description |
---|
LensJdbcResultSet(QueryResult result,
QueryResultSetMetadata metadata,
LensJdbcStatement statement)
Instantiates a new lens jdbc result set.
|
Modifier and Type | Method and Description |
---|---|
QueryResult |
QueryHelper.getHttpResultSet(QueryHandle queryHandle)
Get the HTTP result set
|
QueryResult |
QueryHelper.getResultSet(QueryHandle queryHandle) |
QueryResult |
QueryHelper.getResultSet(QueryHandle queryHandle,
String fromIndex,
String fetchSize) |
QueryResult |
QueryHelper.getResultSet(QueryHandle queryHandle,
String fromIndex,
String fetchSize,
String sessionHandleString)
Get the Result set
|
Modifier and Type | Method and Description |
---|---|
abstract QueryResult |
LensResultSet.toQueryResult()
Get the corresponding query result object.
|
Modifier and Type | Method and Description |
---|---|
QueryResult |
QueryExecutionService.fetchResultSet(LensSessionHandle sessionHandle,
QueryHandle queryHandle,
long startIndex,
int fetchSize)
Fetch the results of the query, specified by the handle.
|
Modifier and Type | Method and Description |
---|---|
QueryResult |
QueryExecutionServiceImpl.fetchResultSet(LensSessionHandle sessionHandle,
QueryHandle queryHandle,
long startIndex,
int fetchSize) |
QueryResult |
QueryServiceResource.getResultSet(LensSessionHandle sessionid,
String queryHandle,
long startIndex,
int fetchSize)
Fetch the result set.
|
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.