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