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
LensResultSetMetadata
LensException
public abstract String getOutputPath() throws LensException
LensException
public abstract QueryResult toQueryResult() throws LensException
QueryResult
LensException
- the lens exceptionpublic abstract boolean isHttpResultAvailable() throws LensException
LensException
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.