| Package | Description |
|---|---|
| org.onosproject.store.primitives.resources.impl |
State machine implementation classes for distributed primitives.
|
| Modifier and Type | Method and Description |
|---|---|
protected MapEntryUpdateResult.Status |
AtomixConsistentMapState.clear(io.atomix.copycat.server.Commit<? extends AtomixConsistentMapCommands.Clear> commit)
Handles a clear commit.
|
MapEntryUpdateResult.Status |
MapEntryUpdateResult.status()
Returns the update status.
|
static MapEntryUpdateResult.Status |
MapEntryUpdateResult.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapEntryUpdateResult.Status[] |
MapEntryUpdateResult.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MapEntryUpdateResult(MapEntryUpdateResult.Status status,
String mapName,
K key,
org.onosproject.store.service.Versioned<V> oldValue,
org.onosproject.store.service.Versioned<V> newValue) |
Copyright © 2016. All rights reserved.