public abstract class LensResultSet extends Object
| Constructor and Description |
|---|
LensResultSet() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
canBePurged() |
abstract LensResultSetMetadata |
getMetadata()
Get the result set metadata
|
abstract String |
getOutputPath() |
abstract boolean |
isHttpResultAvailable() |
abstract Integer |
size()
Get the size of the result set.
|
abstract QueryResult |
toQueryResult()
Get the corresponding query result object.
|
public abstract boolean canBePurged()
public abstract Integer size() throws LensException
LensException - the lens exceptionpublic abstract LensResultSetMetadata getMetadata() throws LensException
LensResultSetMetadataLensExceptionpublic abstract String getOutputPath() throws LensException
LensExceptionpublic abstract QueryResult toQueryResult() throws LensException
QueryResultLensException - the lens exceptionpublic abstract boolean isHttpResultAvailable()
throws LensException
LensExceptionCopyright © 2014–2016 Apache Software Foundation. All rights reserved.