public interface ClusterContainerStats
Modifier and Type | Field and Description |
---|---|
static String |
OBJECT_NAME |
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) |
static final String OBJECT_NAME
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 © 2021 JBoss by Red Hat. All rights reserved.