public interface XnioWorkerMXBean
Modifier and Type | Method and Description |
---|---|
int |
getCoreWorkerPoolSize()
Get the core worker thread pool size.
|
int |
getIoThreadCount()
Get the I/O thread count.
|
int |
getMaxWorkerPoolSize()
Get the maximum worker thread pool size.
|
String |
getName()
Get the worker's name.
|
String |
getProviderName()
Get the name of the provider.
|
int |
getWorkerQueueSize()
Get an estimate of the number of tasks in the worker queue.
|
boolean |
isShutdownRequested()
Determine whether shutdown has been requested for this worker.
|
String getProviderName()
String getName()
boolean isShutdownRequested()
true
if shutdown was requested, false
otherwiseint getCoreWorkerPoolSize()
int getMaxWorkerPoolSize()
int getIoThreadCount()
int getWorkerQueueSize()
Copyright © 2016 JBoss by Red Hat. All rights reserved.