Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
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.
|
Modifier and Type | Method and Description |
---|---|
MemoryStats |
ClientExtension.getMemoryStats()
Returns MemoryStats of for the JVM and current HazelcastInstance.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMemoryStats
Default implementation of MemoryStats.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LocalMemoryStats
Local memory statistics to be used by
MemberState implementations. |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.