| Package | Description |
|---|---|
| org.onosproject.store.primitives.impl |
Implementation classes for various Distributed primitives.
|
| Modifier and Type | Method and Description |
|---|---|
MapValue<V> |
MapValue.copy()
Creates a copy of MapValue.
|
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)
Tests if this value is newer than the specified MapValue.
|
Copyright © 2016. All rights reserved.