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

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

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

public class QueryAccepted
extends QueryEvent<String>

The Class QueryAccepted.


Constructor Summary
QueryAccepted(long eventTime, String prev, String current, QueryHandle handle)
          Instantiates a new query accepted.
 
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

QueryAccepted

public QueryAccepted(long eventTime,
                     String prev,
                     String current,
                     QueryHandle handle)
Instantiates a new query accepted.

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


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