| Package | Description |
|---|---|
| org.onosproject.store.ecmap |
Distributed map with eventually-consistent update semantics and gossip
based anti-entropy mechanism.
|
| Modifier and Type | Method and Description |
|---|---|
static <U> MapValue<U> |
MapValue.tombstone(org.onosproject.store.Timestamp timestamp)
Creates a tombstone value with the specified timestamp.
|
| Modifier and Type | Method and Description |
|---|---|
int |
MapValue.compareTo(MapValue<V> o) |
boolean |
MapValue.isNewerThan(MapValue<V> other) |
Copyright © 2015. All rights reserved.