public abstract class AbstractStatisticEvent extends Object implements StatisticsReportingEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractStatisticEvent.EventType
Event type enum
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractStatisticEvent.EventType |
eventType |
| Constructor and Description |
|---|
AbstractStatisticEvent() |
| Modifier and Type | Method and Description |
|---|---|
AbstractStatisticEvent.EventType |
getEventType()
Method to retrieve event type.
|
void |
setEventType(AbstractStatisticEvent.EventType eventType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDataUnitprotected AbstractStatisticEvent.EventType eventType
public AbstractStatisticEvent.EventType getEventType()
StatisticsReportingEventgetEventType in interface StatisticsReportingEventpublic void setEventType(AbstractStatisticEvent.EventType eventType)
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.