| Package | Description |
|---|---|
| org.onosproject.store.service |
Distributed core state management services.
|
| Modifier and Type | Method and Description |
|---|---|
ReadStatus |
ReadResult.status()
Returns the status of the read operation.
|
static ReadStatus |
ReadStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadStatus[] |
ReadStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ReadResult(ReadStatus status,
String tableName,
String key,
VersionedValue value) |
Copyright © 2015. All rights reserved.