| Package | Description |
|---|---|
| org.onosproject.store.primitives.resources.impl |
State machine implementation classes for distributed primitives.
|
| Modifier and Type | Method and Description |
|---|---|
protected PrepareResult |
AtomixConsistentMapState.prepare(io.atomix.copycat.server.Commit<? extends AtomixConsistentMapCommands.TransactionPrepare> commit)
Handles an prepare commit.
|
protected PrepareResult |
AtomixConsistentMapState.prepareAndCommit(io.atomix.copycat.server.Commit<? extends AtomixConsistentMapCommands.TransactionPrepareAndCommit> commit)
Handles an prepare and commit commit.
|
static PrepareResult |
PrepareResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrepareResult[] |
PrepareResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.