Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.jppf.utils.stats Classes and Interfaces - 11 results found.
| Name | Description | Type | Package | Framework |
| AbstractJPPFSnapshot | Convenience class for collecting time or size statistics. | Class | org.jppf.utils.stats | Jppf |
|
| CumulativeSnapshot | In this implementation, getLatest() is computed as the cumulated sum of all values added to the snapshot. | Class | org.jppf.utils.stats | Jppf |
|
| JPPFSnapshot | Convenience class for collecting time or size statistics. | Interface | org.jppf.utils.stats | Jppf |
|
| JPPFSnapshot .LabelBasedFilter | Base class for filters including or excluding snpashots based on a provided set of labels. | Class | org.jppf.utils.stats | Jppf |
|
| JPPFSnapshot .LabelExcludingFilter | Filter excluding snpashots based on a provided set of labels. | Class | org.jppf.utils.stats | Jppf |
|
| JPPFSnapshot .LabelIncludingFilter | Filter including snpashots based on a provided set of labels. | Class | org.jppf.utils.stats | Jppf |
|
| JPPFStatistics | Instances of this class hold statistics snapshots. | Class | org.jppf.utils.stats | Jppf |
|
| JPPFStatistics .Filter | A filter interface for snapshots. | Interface | org.jppf.utils.stats | Jppf |
|
| JPPFStatisticsHelper | This helper class holds the constants definitions for the labels of the statistics snapshots used in JPPF, along with utility methods. | Class | org.jppf.utils.stats | Jppf |
|
| NonCumulativeSnapshot | In this implementation, getLatest() is computed as the average of the latest set of values that were added, or the latest value if only one was added. | Class | org.jppf.utils.stats | Jppf |
|
| SingleValueSnapshot | Instances of this class simply accumulate the values provided via calls to SingleValueSnapshot. | Class | org.jppf.utils.stats | Jppf |