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.
|
Modifier and Type | Method and Description |
---|---|
LocalReplicatedMapStats |
ClientReplicatedMapProxy.getReplicatedMapStats() |
Modifier and Type | Method and Description |
---|---|
LocalReplicatedMapStats |
ReplicatedMap.getReplicatedMapStats()
Returns LocalReplicatedMapStats for this replicated map.
|
Modifier and Type | Method and Description |
---|---|
LocalReplicatedMapStats |
MemberState.getLocalReplicatedMapStats(String replicatedMapName) |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.