public interface ClusterContainerStats
Modifier and Type | Method and Description |
---|---|
long |
getMemoryAvailable() |
long |
getMemoryMax() |
long |
getMemoryTotal() |
long |
getMemoryUsed() |
long |
getStaleStatsThreshold() |
void |
reset()
Reset the collected statistics
|
void |
setStaleStatsThreshold(long threshold) |
long getMemoryAvailable()
long getMemoryMax()
long getMemoryTotal()
long getMemoryUsed()
long getStaleStatsThreshold()
void setStaleStatsThreshold(long threshold)
threshold
- the time in milliseconds, to wait between requests before re-retrieving cluster wide statsvoid reset()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.