Class IsolationExecutorRepository
java.lang.Object
org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
org.apache.dubbo.common.threadpool.manager.IsolationExecutorRepository
- All Implemented Interfaces:
ExtensionAccessorAware,ExecutorRepository
Thread pool isolation between services, that is, a service has its own thread pool and not interfere with each other
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.dubbo.common.threadpool.manager.DefaultExecutorRepository
createExecutorIfAbsent, destroyAll, getCacheRefreshingScheduledExecutor, getConnectivityScheduledExecutor, getExecutor, getExecutor, getMappingRefreshingExecutor, getMetadataRetryExecutor, getPoolRouterExecutor, getRegistryNotificationExecutor, getServiceDiscoveryAddressNotificationExecutor, getServiceExportExecutor, getServiceReferExecutor, getSharedExecutor, getSharedScheduledExecutor, nextExecutorExecutor, nextScheduledExecutor, setExtensionAccessor, shutdownServiceExportExecutor, shutdownServiceReferExecutor, updateThreadpool
-
Constructor Details
-
IsolationExecutorRepository
-
-
Method Details
-
getExecutorSupport
- Specified by:
getExecutorSupportin interfaceExecutorRepository- Overrides:
getExecutorSupportin classDefaultExecutorRepository
-