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

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

java.lang.Object
  extended by org.apache.lens.server.api.events.LensEvent
      extended by org.apache.lens.server.api.query.QueryEvent<Priority>
          extended by org.apache.lens.server.api.query.PriorityChange

public class PriorityChange
extends QueryEvent<Priority>

Event fired when query priority changes.


Constructor Summary
PriorityChange(long eventTime, Priority prev, Priority current, QueryHandle handle)
          Instantiates a new priority change.
 
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

PriorityChange

public PriorityChange(long eventTime,
                      Priority prev,
                      Priority current,
                      QueryHandle handle)
Instantiates a new priority change.

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


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