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<Operation> |
TransactBuilder.getRequests() |
Modifier and Type | Method and Description |
---|---|
void |
TransactBuilder.addOperation(Operation operation) |
Modifier and Type | Method and Description |
---|---|
void |
TransactBuilder.addOperations(List<Operation> operation) |
Modifier and Type | Class and Description |
---|---|
class |
Abort |
class |
Assert |
class |
Comment |
class |
Commit |
class |
Delete<E extends TableSchema<E>> |
class |
Insert<E extends TableSchema<E>> |
class |
Mutate<E extends TableSchema<E>> |
class |
Select<E extends TableSchema<E>> |
class |
Update<E extends TableSchema<E>> |
Modifier and Type | Method and Description |
---|---|
Operation |
Where.build() |
Modifier and Type | Method and Description |
---|---|
List<Operation> |
TransactionBuilder.build() |
List<Operation> |
TransactionBuilder.getOperations() |
Modifier and Type | Method and Description |
---|---|
TransactionBuilder |
TransactionBuilder.add(Operation operation) |
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.