public static class IEventLogger.EventInfo extends Object
A wrapper for the fields that we would log.
Constructor and Description |
---|
EventInfo(long ts,
String component,
int task,
Object messageId,
List<Object> values) |
Modifier and Type | Method and Description |
---|---|
String |
getComponent() |
Object |
getMessageId() |
int |
getTask() |
long |
getTs() |
List<Object> |
getValues() |
String |
toString()
Returns a default formatted string with fields separated by “,”.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.