| Package | Description |
|---|---|
| org.onosproject.store.service |
Distributed core state management services.
|
| Modifier and Type | Method and Description |
|---|---|
static ReadRequest |
ReadRequest.get(String tableName,
String key)
Creates a read request,
which will retrieve the specified key from the table.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReadRequest> |
BatchReadRequest.getAsList()
Returns the requests in this batch as a list.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchReadRequest |
BatchReadRequest.create(List<ReadRequest> readRequests)
Creates a new BatchReadRequest object from the specified list of read requests.
|
Copyright © 2015. All rights reserved.