| Package | Description |
|---|---|
| io.atomix.protocols.gossip.map |
| Modifier and Type | Method and Description |
|---|---|
MapValue.Digest |
MapValue.digest()
Returns summary of a MapValue for use during Anti-Entropy exchanges.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,MapValue.Digest> |
AntiEntropyAdvertisement.digest()
Returns the digest for map entries.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MapValue.Digest.isNewerThan(MapValue.Digest other) |
| Constructor and Description |
|---|
AntiEntropyAdvertisement(MemberId sender,
Map<String,MapValue.Digest> digest)
Creates a new anti entropy advertisement message.
|
Copyright © 2013–2018. All rights reserved.