public interface  org.apache.dubbo.common.threadpool.manager.ExecutorRepository extends java.lang.Object
{
public abstract java.util.concurrent.ExecutorService createExecutorIfAbsent(org.apache.dubbo.common.URL);
public abstract java.util.concurrent.ExecutorService getExecutor(org.apache.dubbo.common.URL);
public abstract void updateThreadpool(org.apache.dubbo.common.URL, java.util.concurrent.ExecutorService);
public abstract java.util.concurrent.ScheduledExecutorService nextScheduledExecutor();
public abstract java.util.concurrent.ScheduledExecutorService getServiceExporterExecutor();
public abstract java.util.concurrent.ExecutorService getSharedExecutor();
public abstract void destroyAll();
}