Package org.apache.storm.metric
Class IEventLogger.EventInfo
- java.lang.Object
-
- org.apache.storm.metric.IEventLogger.EventInfo
-
- Enclosing interface:
- IEventLogger
public static class IEventLogger.EventInfo extends Object
A wrapper for the fields that we would log.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getComponent()
Object
getMessageId()
int
getTask()
long
getTs()
List<Object>
getValues()
String
toString()
Returns a default formatted string with fields separated by ",".
-