Package | Description |
---|---|
com.hazelcast.crdt.pncounter |
This package contains the PN (Positive-Negative) CRDT counter
implementation.
|
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 |
---|---|
Map<String,LocalPNCounterStats> |
PNCounterService.getStats() |
Modifier and Type | Method and Description |
---|---|
LocalPNCounterStats |
MemberState.getLocalPNCounterStats(String pnCounterName) |
Modifier and Type | Class and Description |
---|---|
class |
LocalPNCounterStatsImpl
Local PN counter statistics thread safe implementation
|
Modifier and Type | Method and Description |
---|---|
LocalPNCounterStats |
MemberStateImpl.getLocalPNCounterStats(String pnCounterName) |
Modifier and Type | Method and Description |
---|---|
void |
MemberStateImpl.putLocalPNCounterStats(String name,
LocalPNCounterStats localPNCounterStats) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.