See: Description
| Interface | Description | 
|---|---|
| GarbageCollectorStats | Garbage collector statistics for the JVM which current HazelcastInstance
 belongs to. | 
| MemoryStats | Memory statistics for the JVM which current HazelcastInstance belongs to. | 
| Class | Description | 
|---|---|
| DefaultGarbageCollectorStats | Default implementation of GarbageCollectorStats. | 
| DefaultMemoryStats | Default implementation of MemoryStats. | 
| GCStatsSupport | Used to gather garbage collection statistics. | 
| MemorySize | MemorySize represents a memory size with given value and  MemoryUnit. | 
| MemoryStatsSupport | This class provides heap usage statistics | 
| Enum | Description | 
|---|---|
| MemoryUnit | MemoryUnit represents memory size at a given unit of
 granularity and provides utility methods to convert across units. | 
| Error | Description | 
|---|---|
| NativeOutOfMemoryError | Thrown when Hazelcast cannot allocate required native memory. | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.