Uses of Class
org.apache.storm.metric.IEventLogger.EventInfo
-
Packages that use IEventLogger.EventInfo Package Description org.apache.storm.metric -
-
Uses of IEventLogger.EventInfo in org.apache.storm.metric
Methods in org.apache.storm.metric with parameters of type IEventLogger.EventInfo Modifier and Type Method Description protected String
FileBasedEventLogger. buildLogMessage(IEventLogger.EventInfo event)
void
FileBasedEventLogger. log(IEventLogger.EventInfo event)
void
IEventLogger. log(IEventLogger.EventInfo e)
This method would be invoked when theEventLoggerBolt
receives a tuple from the spouts or bolts that has event logging enabled.
-