org.apache.blur.manager.indexserver
Class CloseableExecutorService

java.lang.Object
  extended by org.apache.blur.manager.indexserver.CloseableExecutorService
All Implemented Interfaces:
Closeable

public class CloseableExecutorService
extends Object
implements Closeable


Constructor Summary
CloseableExecutorService(java.util.concurrent.ExecutorService executor)
           
 
Method Summary
 void close()
           
static Closeable close(java.util.concurrent.ExecutorService executor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloseableExecutorService

public CloseableExecutorService(java.util.concurrent.ExecutorService executor)
Method Detail

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Throws:
IOException

close

public static Closeable close(java.util.concurrent.ExecutorService executor)


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