This project has retired. For details please refer to its Attic page.
PersistentResultSet (Lens 2.0.1-beta-incubating API)

org.apache.lens.server.api.driver
Class PersistentResultSet

java.lang.Object
  extended by org.apache.lens.server.api.driver.LensResultSet
      extended by org.apache.lens.server.api.driver.PersistentResultSet
Direct Known Subclasses:
HivePersistentResultSet, LensPersistentResult

public abstract class PersistentResultSet
extends LensResultSet

The Class PersistentResultSet.


Constructor Summary
PersistentResultSet()
           
 
Method Summary
abstract  String getOutputPath()
           
 QueryResult toQueryResult()
          Get the corresponding query result object.
 
Methods inherited from class org.apache.lens.server.api.driver.LensResultSet
getMetadata, size
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistentResultSet

public PersistentResultSet()
Method Detail

getOutputPath

public abstract String getOutputPath()
                              throws LensException
Throws:
LensException

toQueryResult

public QueryResult toQueryResult()
                          throws LensException
Description copied from class: LensResultSet
Get the corresponding query result object.

Specified by:
toQueryResult in class LensResultSet
Returns:
QueryResult
Throws:
LensException - the lens exception


Copyright © 2014–2015 Apache Software Foundation. All rights reserved.