@InterfaceAudience.Public @InterfaceStability.Evolving public abstract class AbstractEvent<TYPE extends Enum<TYPE>> extends Object implements Event<TYPE>
AbstractEvent(TYPE type)
AbstractEvent(TYPE type, long timestamp)
long
getTimestamp()
TYPE
getType()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public AbstractEvent(TYPE type)
public AbstractEvent(TYPE type, long timestamp)
public long getTimestamp()
getTimestamp
Event<TYPE extends Enum<TYPE>>
public TYPE getType()
getType
public String toString()
toString
Object
Copyright © 2019 Apache Software Foundation. All rights reserved.