org.elasticsearch.common.util.concurrent
Class LoggingRunnable

java.lang.Object
  extended by org.elasticsearch.common.util.concurrent.LoggingRunnable
All Implemented Interfaces:
Runnable

public class LoggingRunnable
extends Object
implements Runnable


Constructor Summary
LoggingRunnable(ESLogger logger, Runnable runnable)
           
 
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(ESLogger logger,
                       Runnable runnable)
Method Detail

run

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


Copyright © 2009-2012. All Rights Reserved.