| Package | Description |
|---|---|
| org.onosproject.store.service |
Distributed core state management services.
|
| Modifier and Type | Method and Description |
|---|---|
Transaction.State |
Transaction.state()
Returns the current state of this transaction.
|
static Transaction.State |
Transaction.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transaction.State[] |
Transaction.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Transaction |
Transaction.transition(Transaction.State newState)
Returns a new transaction that is created by transitioning this one to the specified state.
|
Copyright © 2015. All rights reserved.