Uses of Class
org.apache.storm.metric.IEventLogger.EventInfo
Packages that use IEventLogger.EventInfo
-
Uses of IEventLogger.EventInfo in org.apache.storm.metric
Methods in org.apache.storm.metric with parameters of type IEventLogger.EventInfoModifier and TypeMethodDescriptionprotected 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.