org.apache.accumulo.server.monitor
Class DedupedLogEvent

java.lang.Object
  extended by org.apache.accumulo.server.monitor.DedupedLogEvent

public class DedupedLogEvent
extends Object


Constructor Summary
DedupedLogEvent(org.apache.log4j.spi.LoggingEvent event)
           
DedupedLogEvent(org.apache.log4j.spi.LoggingEvent event, int count)
           
 
Method Summary
 boolean equals(Object obj)
           
 int getCount()
           
 org.apache.log4j.spi.LoggingEvent getEvent()
           
 int hashCode()
           
 void setCount(int count)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DedupedLogEvent

public DedupedLogEvent(org.apache.log4j.spi.LoggingEvent event)

DedupedLogEvent

public DedupedLogEvent(org.apache.log4j.spi.LoggingEvent event,
                       int count)
Method Detail

getEvent

public org.apache.log4j.spi.LoggingEvent getEvent()

getCount

public int getCount()

setCount

public void setCount(int count)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.