|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GarbageCollectorStats | |
|---|---|
| com.hazelcast.memory | Provides classes/interfaces for memory utilities, heap/native memory storage support. |
| com.hazelcast.monitor | Contains Hazelcast statistics interfaces related to map, queue, topic, multimap, executor service etc. |
| com.hazelcast.monitor.impl | Contains Hazelcast statistics implementations related to map, queue, topic, multimap, executor service etc. |
| Uses of GarbageCollectorStats in com.hazelcast.memory |
|---|
| Classes in com.hazelcast.memory that implement GarbageCollectorStats | |
|---|---|
class |
DefaultGarbageCollectorStats
Default implementation of GarbageCollectorStats. |
| Methods in com.hazelcast.memory that return GarbageCollectorStats | |
|---|---|
GarbageCollectorStats |
DefaultMemoryStats.getGCStats()
|
static GarbageCollectorStats |
GCStatsSupport.getGCStats()
|
GarbageCollectorStats |
MemoryStats.getGCStats()
Returns the garbage collector statistics for the JVM |
| Uses of GarbageCollectorStats in com.hazelcast.monitor |
|---|
| Subinterfaces of GarbageCollectorStats in com.hazelcast.monitor | |
|---|---|
interface |
LocalGCStats
|
| Uses of GarbageCollectorStats in com.hazelcast.monitor.impl |
|---|
| Classes in com.hazelcast.monitor.impl that implement GarbageCollectorStats | |
|---|---|
class |
LocalGCStatsImpl
|
| Constructors in com.hazelcast.monitor.impl with parameters of type GarbageCollectorStats | |
|---|---|
LocalGCStatsImpl(GarbageCollectorStats gcStats)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||