org.apache.lens.server.api.events
Class LensEvent

java.lang.Object
  extended by org.apache.lens.server.api.events.LensEvent
Direct Known Subclasses:
DriverEvent, QueryEvent

public abstract class LensEvent
extends Object

Instantiates a new lens event.


Field Summary
protected  long eventTime
          The event time.
 
Constructor Summary
LensEvent()
           
 
Method Summary
abstract  String getEventId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventTime

protected final long eventTime
The event time.

Constructor Detail

LensEvent

public LensEvent()
Method Detail

getEventId

public abstract String getEventId()


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