Uses of Class
org.opendaylight.ovsdb.lib.operations.OperationResult
Packages that use OperationResult
Package
Description
-
Uses of OperationResult in org.opendaylight.ovsdb.hwvtepsouthbound
Methods in org.opendaylight.ovsdb.hwvtepsouthbound that return types with arguments of type OperationResultModifier and TypeMethodDescriptioncom.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 OperationResultModifier and TypeMethodDescriptioncom.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 OperationResultModifier and TypeMethodDescriptioncom.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 OperationResultMethod parameters in org.opendaylight.ovsdb.lib.message with type arguments of type OperationResult -
Uses of OperationResult in org.opendaylight.ovsdb.lib.operations
Methods in org.opendaylight.ovsdb.lib.operations that return OperationResultMethods in org.opendaylight.ovsdb.lib.operations that return types with arguments of type OperationResultModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<List<OperationResult>> TransactionBuilder.execute()
Methods in org.opendaylight.ovsdb.lib.operations with parameters of type OperationResult -
Uses of OperationResult in org.opendaylight.ovsdb.southbound
Methods in org.opendaylight.ovsdb.southbound that return types with arguments of type OperationResultModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<List<OperationResult>> OvsdbConnectionInstance.transact
(DatabaseSchema dbSchema, List<Operation> operations)