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