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

org.apache.lens.api.query
Class QueryHandle

java.lang.Object
  extended by org.apache.lens.api.query.QuerySubmitResult
      extended by org.apache.lens.api.query.QueryHandle
All Implemented Interfaces:
Serializable

public class QueryHandle
extends QuerySubmitResult
implements Serializable

The Class QueryHandle.

See Also:
Serialized Form

Constructor Summary
QueryHandle()
           
 
Method Summary
static QueryHandle fromString(String handle)
          From string.
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryHandle

public QueryHandle()
Method Detail

fromString

public static QueryHandle fromString(String handle)
From string.

Parameters:
handle - the handle
Returns:
the query handle

toString

public String toString()
Overrides:
toString in class Object


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