|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ehcache.internal.executor.DefaultThreadPoolsService
public class DefaultThreadPoolsService
| Constructor Summary | |
|---|---|
DefaultThreadPoolsService()
|
|
| Method Summary | |
|---|---|
java.util.concurrent.ExecutorService |
getEventsOrderedDeliveryExecutor()
|
java.util.concurrent.ExecutorService |
getEventsUnorderedDeliveryExecutor()
|
java.util.concurrent.ScheduledExecutorService |
getStatisticsExecutor()
|
void |
start(ServiceProvider serviceProvider)
Start this service using the provided configuration and ServiceProvider. |
void |
stop()
Stops this service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultThreadPoolsService()
| Method Detail |
|---|
public java.util.concurrent.ScheduledExecutorService getStatisticsExecutor()
getStatisticsExecutor in interface ThreadPoolsServicepublic java.util.concurrent.ExecutorService getEventsOrderedDeliveryExecutor()
getEventsOrderedDeliveryExecutor in interface ThreadPoolsServicepublic java.util.concurrent.ExecutorService getEventsUnorderedDeliveryExecutor()
getEventsUnorderedDeliveryExecutor in interface ThreadPoolsServicepublic void start(ServiceProvider serviceProvider)
ServiceServiceProvider.
The goal of the service provider is to allow a service to use other services.
start in interface ServiceserviceProvider - the service provider.public void stop()
Service
stop in interface Service
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||