org.elasticsearch.threadpool.support
Class AbstractThreadPool.FutureRunnable<T>

java.lang.Object
  extended by org.elasticsearch.threadpool.support.AbstractThreadPool.FutureRunnable<T>
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
AbstractThreadPool

protected static class AbstractThreadPool.FutureRunnable<T>
extends java.lang.Object
implements java.lang.Runnable


Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable