Package | Description |
---|---|
com.hazelcast.crdt.pncounter |
This package contains the PN (Positive-Negative) CRDT counter
implementation.
|
Modifier and Type | Method and Description |
---|---|
PNCounterImpl |
PNCounterService.getCounter(String name)
Returns the counter with the given
name . |
Modifier and Type | Method and Description |
---|---|
void |
PNCounterImpl.merge(PNCounterImpl other) |
void |
PNCounterService.merge(String name,
PNCounterImpl value) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.