Uses of Class
org.opendaylight.ovsdb.lib.operations.Operation
Packages that use Operation
Package
Description
-
Uses of Operation in org.opendaylight.ovsdb.hwvtepsouthbound
Method parameters in org.opendaylight.ovsdb.hwvtepsouthbound with type arguments of type OperationModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<List<OperationResult>> HwvtepConnectionInstance.transact
(DatabaseSchema dbSchema, List<Operation> operations) -
Uses of Operation in org.opendaylight.ovsdb.lib
Method parameters in org.opendaylight.ovsdb.lib with type arguments of type OperationModifier 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 Operation in org.opendaylight.ovsdb.lib.impl
Method parameters in org.opendaylight.ovsdb.lib.impl with type arguments of type OperationModifier 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 Operation in org.opendaylight.ovsdb.lib.message
Methods in org.opendaylight.ovsdb.lib.message that return types with arguments of type OperationMethods in org.opendaylight.ovsdb.lib.message with parameters of type OperationMethod parameters in org.opendaylight.ovsdb.lib.message with type arguments of type Operation -
Uses of Operation in org.opendaylight.ovsdb.lib.operations
Subclasses of Operation in org.opendaylight.ovsdb.lib.operationsModifier and TypeClassDescriptionclass
class
class
class
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>>
Methods in org.opendaylight.ovsdb.lib.operations that return OperationMethods in org.opendaylight.ovsdb.lib.operations that return types with arguments of type OperationMethods in org.opendaylight.ovsdb.lib.operations with parameters of type Operation -
Uses of Operation in org.opendaylight.ovsdb.southbound
Method parameters in org.opendaylight.ovsdb.southbound with type arguments of type OperationModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<List<OperationResult>> OvsdbConnectionInstance.transact
(DatabaseSchema dbSchema, List<Operation> operations)