org.apache.accumulo.core.util
Class LoggingRunnable

java.lang.Object
  extended by org.apache.accumulo.core.util.LoggingRunnable
All Implemented Interfaces:
Runnable

public class LoggingRunnable
extends Object
implements Runnable


Constructor Summary
LoggingRunnable(org.apache.log4j.Logger log, Runnable r)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingRunnable

public LoggingRunnable(org.apache.log4j.Logger log,
                       Runnable r)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.