public interface DispatcherThreadMXBean
Modifier and Type | Method and Description |
---|---|
double |
getAverageMs()
Obtains the average task execution time.
|
long |
getExecutions()
Obtains the number of tasks executed by the thread.
|
long |
getMaximumMs()
Obtains the maximum task execution time.
|
long |
getMinimumMs()
Obtains the minimum task execution time.
|
String |
getName()
Obtains the thread name.
|
Date |
getStarted()
Obtains the date when the thread was started.
|
double |
getStDevMs()
Obtains the standard deviation of task execution time.
|
long |
getTotalMs()
Obtains the total task execution time.
|
String getName()
Date getStarted()
long getExecutions()
long getMinimumMs()
long getMaximumMs()
long getTotalMs()
double getAverageMs()
double getStDevMs()
Copyright © 2015. All rights reserved.