| Package | Description |
|---|---|
| org.onosproject.store.primitives.impl |
Implementation of partitioned and distributed store facility capable of
providing consistent update semantics.
|
| 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 © 2016. All rights reserved.