Package org.infinispan.stats
Interface ClusterContainerStats
- All Superinterfaces:
ContainerStats
- All Known Implementing Classes:
ClusterContainerStatsImpl
Cluster wide container statistics.
- Since:
- 9.0
- Author:
- Ryan Emerson
-
Field Summary
Fields inherited from interface org.infinispan.stats.ContainerStats
LONG_ATTRIBUTES, MEMORY_AVAILABLE, MEMORY_MAX, MEMORY_TOTAL, MEMORY_USED
-
Method Summary
Modifier and TypeMethodDescriptionlong
void
reset()
Reset the collected statisticsvoid
setStaleStatsThreshold
(long threshold) Methods inherited from interface org.infinispan.stats.ContainerStats
getMemoryAvailable, getMemoryMax, getMemoryTotal, getMemoryUsed
-
Field Details
-
OBJECT_NAME
- See Also:
-
-
Method Details
-
getStaleStatsThreshold
long getStaleStatsThreshold()- Returns:
- The time in milliseconds, to wait between requests before re-retrieving cluster wide stats
-
setStaleStatsThreshold
void setStaleStatsThreshold(long threshold) - Parameters:
threshold
- the time in milliseconds, to wait between requests before re-retrieving cluster wide stats
-
reset
void reset()Reset the collected statistics
-