public interface ManagedExecutorService extends ExecutorService
Modifier and Type | Method and Description |
---|---|
long |
getCompletedTaskCount() |
int |
getMaximumPoolSize() |
String |
getName() |
int |
getPoolSize() |
int |
getQueueSize() |
int |
getRemainingQueueCapacity() |
awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submit
String getName()
long getCompletedTaskCount()
int getMaximumPoolSize()
int getPoolSize()
int getQueueSize()
int getRemainingQueueCapacity()
Copyright © 2018 Hazelcast, Inc.. All rights reserved.