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.


Field Summary
 
Fields inherited from class org.apache.lens.server.api.query.QueryEvent
currentValue, id, previousValue, queryHandle
 
Fields inherited from class org.apache.lens.server.api.events.LensEvent
eventTime
 
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
clone, equals, finalize, 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.