Class DedupedLogEvent
- java.lang.Object
-
- org.apache.accumulo.server.monitor.DedupedLogEvent
-
public class DedupedLogEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description DedupedLogEvent(org.apache.log4j.spi.LoggingEvent event)DedupedLogEvent(org.apache.log4j.spi.LoggingEvent event, int count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)intgetCount()org.apache.log4j.spi.LoggingEventgetEvent()inthashCode()voidsetCount(int count)StringtoString()
-