Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<List<OperationResult>> |
HwvtepConnectionInstance.transact(DatabaseSchema dbSchema,
List<Operation> operations) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<List<OperationResult>> |
OvsdbClient.transact(DatabaseSchema dbSchema,
List<Operation> operations)
Execute the list of operations in a single Transactions.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<List<OperationResult>> |
OvsdbClientImpl.transact(DatabaseSchema dbSchema,
List<Operation> operations) |
static com.google.common.util.concurrent.ListenableFuture<List<OperationResult>> |
FutureTransformUtils.transformTransactResponse(com.google.common.util.concurrent.ListenableFuture<List<com.fasterxml.jackson.databind.JsonNode>> transactResponseFuture,
List<Operation> operations) |
Modifier and Type | Method and Description |
---|---|
List<OperationResult> |
TransactResponse.getResult() |
Modifier and Type | Method and Description |
---|---|
void |
TransactResponse.setResult(List<OperationResult> result) |
Modifier and Type | Method and Description |
---|---|
OperationResult |
Operation.getResult() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<List<OperationResult>> |
TransactionBuilder.execute() |
Modifier and Type | Method and Description |
---|---|
void |
Operation.setResult(OperationResult result) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<List<OperationResult>> |
OvsdbConnectionInstance.transact(DatabaseSchema dbSchema,
List<Operation> operations) |
Copyright © 2018 OpenDaylight. All rights reserved.