![]() | DefaultExecutorService Class |
Namespace: com.espertech.esper.compat.concurrency
public class DefaultExecutorService : IExecutorService, IDisposable
The DefaultExecutorService type exposes the following members.
Name | Description | |
---|---|---|
![]() | DefaultExecutorService(TaskFactory) |
Initializes a new instance of the DefaultExecutorService class.
|
![]() | DefaultExecutorService(TaskScheduler) |
Initializes a new instance of the DefaultExecutorService class.
|
Name | Description | |
---|---|---|
![]() | IsShutdown | |
![]() | IsTerminated | |
![]() | NumExecuted |
Gets the number of items executed.
|
![]() | NumSubmitted |
Name | Description | |
---|---|---|
![]() | AwaitTermination |
Awaits the termination.
|
![]() | AwaitTermination(TimeSpan) |
Awaits the termination.
|
![]() | AwaitTermination(Int32, TimeUnit) | |
![]() | Dispose | Releases all resources used by the DefaultExecutorService |
![]() | Shutdown |
Shutdowns this instance.
|
![]() | Submit(Action) |
Submits the specified runnable to the thread pool.
|
![]() | SubmitT(FuncTResult) | |
![]() | SubmitT(ICallableT) |
Submits the specified callable to the thread pool.
|