| Package | Description |
|---|---|
| io.atomix.protocols.gossip.map |
| Modifier and Type | Method and Description |
|---|---|
MapValue |
MapValue.copy()
Creates a copy of MapValue.
|
static MapValue |
MapValue.tombstone(Timestamp timestamp)
Creates a tombstone value with the specified timestamp.
|
| Modifier and Type | Method and Description |
|---|---|
int |
MapValue.compareTo(MapValue o) |
boolean |
MapValue.isNewerThan(MapValue other)
Tests if this value is newer than the specified MapValue.
|
Copyright © 2013–2018. All rights reserved.