public abstract class PersistentResultSet extends LensResultSet
Constructor and Description |
---|
PersistentResultSet() |
Modifier and Type | Method and Description |
---|---|
abstract Long |
fileSize()
Get the size of the result set file.
|
abstract String |
getOutputPath() |
QueryResult |
toQueryResult()
Get the corresponding query result object.
|
getMetadata, size
public abstract Long fileSize() throws LensException
LensException
- the lens exceptionpublic abstract String getOutputPath() throws LensException
LensException
public QueryResult toQueryResult() throws LensException
LensResultSet
toQueryResult
in class LensResultSet
QueryResult
LensException
- the lens exceptionCopyright © 2014–2015 Apache Software Foundation. All rights reserved.