Package org.infinispan.stats
Interface ContainerStats
- All Known Subinterfaces:
ClusterContainerStats
- All Known Implementing Classes:
ClusterContainerStatsImpl
,LocalContainerStatsImpl
public interface ContainerStats
-
Field Details
-
MEMORY_AVAILABLE
- See Also:
-
MEMORY_MAX
- See Also:
-
MEMORY_TOTAL
- See Also:
-
MEMORY_USED
- See Also:
-
LONG_ATTRIBUTES
-
-
Method Details
-
getLocalStatMaps
-
getMemoryAvailable
long getMemoryAvailable()- Returns:
- the maximum amount of free memory in bytes across the cluster JVMs.
-
getMemoryMax
long getMemoryMax()- Returns:
- the maximum amount of memory that JVMs across the cluster will attempt to utilise in bytes.
-
getMemoryTotal
long getMemoryTotal()- Returns:
- the total amount of memory in the JVMs across the cluster in bytes.
-
getMemoryUsed
long getMemoryUsed()- Returns:
- the amount of memory used by JVMs across the cluster in bytes.
-