| Package | Description |
|---|---|
| org.onosproject.store.service |
Distributed core state management services.
|
| Modifier and Type | Method and Description |
|---|---|
AtomicValueEvent.Type |
AtomicValueEvent.type()
Returns the type of the event.
|
static AtomicValueEvent.Type |
AtomicValueEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtomicValueEvent.Type[] |
AtomicValueEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AtomicValueEvent(String name,
AtomicValueEvent.Type type,
V value)
Creates a new event object.
|
Copyright © 2015. All rights reserved.