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

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

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.QueryEnded
                  extended by org.apache.lens.server.api.query.QueryCancelled

public class QueryCancelled
extends QueryEnded

Event fired when query is cancelled.


Field Summary
 
Fields inherited from class org.apache.lens.server.api.query.QueryEnded
END_STATES
 
Constructor Summary
QueryCancelled(long eventTime, QueryStatus.Status prev, QueryStatus.Status current, QueryHandle handle, String user, String cause)
          Instantiates a new query cancelled.
 
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

QueryCancelled

public QueryCancelled(long eventTime,
                      QueryStatus.Status prev,
                      QueryStatus.Status current,
                      QueryHandle handle,
                      String user,
                      String cause)
Instantiates a new query cancelled.

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


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