public class AuditData extends stream.data.DataImpl implements Event
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description |
|---|---|
static String |
TIMESTAMP_KEY |
| Constructor and Description |
|---|
AuditData() |
AuditData(AuditEvent evt) |
| Modifier and Type | Method and Description |
|---|---|
String |
get(String variableName)
This method returns the specified aspect for the given event.
|
Long |
getTimestamp()
Returns the time of this event in milliseconds since 1970.
|
EventType |
getType() |
void |
set(String variable,
String value) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic static final String TIMESTAMP_KEY
public AuditData()
public AuditData(AuditEvent evt)
public Long getTimestamp()
EventgetTimestamp in interface Eventpublic String get(String variableName)
EventCopyright © 2021 jwall.org. All rights reserved.