public interface BaseThreadPool
BaseThreadPool interface.
Modifier and Type | Method and Description |
---|---|
void |
execute(Runnable command) |
int |
getNbThreadBlocked() |
int |
getParallelism() |
String |
getStats() |
void |
shutdown() |
List<Runnable> |
shutdownNow() |
int |
staticGetNumThreadBlockingPoints() |
int |
staticGetNumThreadsCreated() |
void |
staticSetNumThreadBlockingPoints(int numThreadBlockingPoints) |
void |
staticSetNumThreadsCreated(int numThreadsCreated) |
String getStats()
int getNbThreadBlocked()
int getParallelism()
int staticGetNumThreadsCreated()
void staticSetNumThreadsCreated(int numThreadsCreated)
int staticGetNumThreadBlockingPoints()
void staticSetNumThreadBlockingPoints(int numThreadBlockingPoints)
void shutdown()
void execute(Runnable command)
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.