Package | Description |
---|---|
com.hazelcast.client.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
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.
|
com.hazelcast.multimap.impl |
Contains classes for Hazelcast MultiMap module.
|
Modifier and Type | Method and Description |
---|---|
LocalMultiMapStats |
ClientMultiMapProxy.getLocalMultiMapStats() |
Modifier and Type | Method and Description |
---|---|
LocalMultiMapStats |
MultiMap.getLocalMultiMapStats()
Returns LocalMultiMapStats for this map.
|
Modifier and Type | Method and Description |
---|---|
LocalMultiMapStats |
MemberState.getLocalMultiMapStats(String mapName) |
Modifier and Type | Class and Description |
---|---|
class |
LocalMultiMapStatsImpl |
Modifier and Type | Method and Description |
---|---|
LocalMultiMapStats |
MemberStateImpl.getLocalMultiMapStats(String mapName) |
Modifier and Type | Method and Description |
---|---|
void |
MemberStateImpl.putLocalMultiMapStats(String name,
LocalMultiMapStats localMultiMapStats) |
Modifier and Type | Method and Description |
---|---|
LocalMultiMapStats |
MultiMapService.createStats(String name) |
LocalMultiMapStats |
ObjectMultiMapProxy.getLocalMultiMapStats() |
Modifier and Type | Method and Description |
---|---|
Map<String,LocalMultiMapStats> |
MultiMapService.getStats() |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.