public abstract class DiagnosticEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
threadName
Name of allocating thread.
|
long |
timestamp
Event creation time.
|
Constructor and Description |
---|
DiagnosticEvent() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Enum<?> |
getType()
Returns event type discriminator.
|
abstract java.util.Map<java.lang.String,java.io.Serializable> |
toMap()
Returns map of key-value pairs containing relevant event details.
|
public final long timestamp
public final java.lang.String threadName
public abstract java.lang.Enum<?> getType()
public abstract java.util.Map<java.lang.String,java.io.Serializable> toMap()
Copyright © 2009-2021 The Apache Software Foundation