Uses of Class
org.opendaylight.ovsdb.lib.operations.OperationResult
-
-
Uses of OperationResult in org.opendaylight.ovsdb.hwvtepsouthbound
Methods in org.opendaylight.ovsdb.hwvtepsouthbound that return types with arguments of type OperationResult Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<List<OperationResult>>
HwvtepConnectionInstance. transact(DatabaseSchema dbSchema, List<Operation> operations)
-
Uses of OperationResult in org.opendaylight.ovsdb.lib
Methods in org.opendaylight.ovsdb.lib that return types with arguments of type OperationResult Modifier and Type Method 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. -
Uses of OperationResult in org.opendaylight.ovsdb.lib.impl
Methods in org.opendaylight.ovsdb.lib.impl that return types with arguments of type OperationResult Modifier and Type Method 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)
-
Uses of OperationResult in org.opendaylight.ovsdb.lib.message
Methods in org.opendaylight.ovsdb.lib.message that return types with arguments of type OperationResult Modifier and Type Method Description List<OperationResult>
TransactResponse. getResult()
Method parameters in org.opendaylight.ovsdb.lib.message with type arguments of type OperationResult Modifier and Type Method Description void
TransactResponse. setResult(List<OperationResult> result)
-
Uses of OperationResult in org.opendaylight.ovsdb.lib.operations
Methods in org.opendaylight.ovsdb.lib.operations that return OperationResult Modifier and Type Method Description OperationResult
Operation. getResult()
Methods in org.opendaylight.ovsdb.lib.operations that return types with arguments of type OperationResult Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<List<OperationResult>>
TransactionBuilder. execute()
Methods in org.opendaylight.ovsdb.lib.operations with parameters of type OperationResult Modifier and Type Method Description void
Operation. setResult(OperationResult result)
-
Uses of OperationResult in org.opendaylight.ovsdb.southbound
Methods in org.opendaylight.ovsdb.southbound that return types with arguments of type OperationResult Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<List<OperationResult>>
OvsdbConnectionInstance. transact(DatabaseSchema dbSchema, List<Operation> operations)
-