Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
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.
|
Modifier and Type | Method and Description |
---|---|
MemoryStats |
ClientExtension.getMemoryStats()
Returns MemoryStats of for the JVM and current HazelcastInstance.
|
Modifier and Type | Method and Description |
---|---|
MemoryStats |
DefaultClientExtension.getMemoryStats() |
Modifier and Type | Method and Description |
---|---|
MemoryStats |
DefaultNodeExtension.getMemoryStats() |
MemoryStats |
HazelcastInstanceImpl.getMemoryStats() |
MemoryStats |
NodeExtension.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 |
Modifier and Type | Class and Description |
---|---|
class |
LocalMemoryStatsImpl |
Constructor and Description |
---|
LocalMemoryStatsImpl(MemoryStats memoryStats) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.