org.apache.accumulo.core.util
Class OpTimer

java.lang.Object
  extended by org.apache.accumulo.core.util.OpTimer

public class OpTimer
extends Object


Constructor Summary
OpTimer(org.apache.log4j.Logger log, org.apache.log4j.Level level)
           
 
Method Summary
 OpTimer start(String msg)
           
 void stop(String msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpTimer

public OpTimer(org.apache.log4j.Logger log,
               org.apache.log4j.Level level)
Method Detail

start

public OpTimer start(String msg)

stop

public void stop(String msg)


Copyright © 2015 Apache Accumulo Project. All rights reserved.