|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MemoryStats | |
---|---|
com.hazelcast.instance | This package contains Hazelcast Instance functionality. |
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 MemoryStats in com.hazelcast.instance |
---|
Methods in com.hazelcast.instance that return MemoryStats | |
---|---|
MemoryStats |
DefaultNodeExtension.getMemoryStats()
|
MemoryStats |
HazelcastInstanceImpl.getMemoryStats()
|
MemoryStats |
NodeExtension.getMemoryStats()
Returns MemoryStats of for the JVM and current HazelcastInstance. |
Uses of MemoryStats in com.hazelcast.memory |
---|
Classes in com.hazelcast.memory that implement MemoryStats | |
---|---|
class |
DefaultMemoryStats
Default implementation of MemoryStats. |
Uses of MemoryStats in com.hazelcast.monitor |
---|
Subinterfaces of MemoryStats in com.hazelcast.monitor | |
---|---|
interface |
LocalMemoryStats
|
Uses of MemoryStats in com.hazelcast.monitor.impl |
---|
Classes in com.hazelcast.monitor.impl that implement MemoryStats | |
---|---|
class |
LocalMemoryStatsImpl
|
Constructors in com.hazelcast.monitor.impl with parameters of type MemoryStats | |
---|---|
LocalMemoryStatsImpl(MemoryStats memoryStats)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |