Package | Description |
---|---|
com.hazelcast.client.proxy | |
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 |
Modifier and Type | Method and Description |
---|---|
LocalMapStats |
ClientMapProxy.getLocalMapStats() |
Modifier and Type | Method and Description |
---|---|
LocalMapStats |
IMap.getLocalMapStats()
Returns LocalMapStats for this map.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LocalMultiMapStats |
Modifier and Type | Method and Description |
---|---|
LocalMapStats |
MemberState.getLocalMapStats(String mapName) |
Modifier and Type | Class and Description |
---|---|
class |
LocalMapStatsImpl |
class |
LocalMultiMapStatsImpl |
Modifier and Type | Method and Description |
---|---|
LocalMapStats |
MemberStateImpl.getLocalMapStats(String mapName) |
Modifier and Type | Method and Description |
---|---|
LocalMapStats |
MultiMapService.createStats(String name) |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.