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

org.apache.lens.api.query
Class QueryPrepareHandle

java.lang.Object
  extended by org.apache.lens.api.query.QuerySubmitResult
      extended by org.apache.lens.api.query.QueryPrepareHandle

public class QueryPrepareHandle
extends QuerySubmitResult

The Class QueryPrepareHandle.


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

Constructor Detail

QueryPrepareHandle

public QueryPrepareHandle()
Method Detail

fromString

public static QueryPrepareHandle fromString(String handle)
From string.

Parameters:
handle - the handle
Returns:
the query prepare handle

toString

public String toString()
Overrides:
toString in class Object


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