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

org.apache.lens.server.api.query
Class QueryLaunched

java.lang.Object
  extended by org.apache.lens.server.api.events.LensEvent
      extended by org.apache.lens.server.api.query.QueryEvent<QueryStatus.Status>
          extended by org.apache.lens.server.api.query.StatusChange
              extended by org.apache.lens.server.api.query.QueryLaunched

public class QueryLaunched
extends StatusChange

Event fired when query is LAUNCHED.


Constructor Summary
QueryLaunched(long eventTime, QueryStatus.Status prev, QueryStatus.Status current, QueryHandle handle)
          Instantiates a new query launched.
 
Method Summary
 
Methods inherited from class org.apache.lens.server.api.query.QueryEvent
getEventId, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryLaunched

public QueryLaunched(long eventTime,
                     QueryStatus.Status prev,
                     QueryStatus.Status current,
                     QueryHandle handle)
Instantiates a new query launched.

Parameters:
eventTime - the event time
prev - the prev
current - the current
handle - the handle


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