| Package | Description |
|---|---|
| org.onosproject.store.primitives.impl |
Implementation classes for various Distributed primitives.
|
| 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<K,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(org.onosproject.cluster.NodeId sender,
Map<K,MapValue.Digest> digest)
Creates a new anti entropy advertisement message.
|
Copyright © 2016. All rights reserved.