Uses of Class
org.opendaylight.ovsdb.lib.operations.Operation
Package
Description
-
Uses of Operation in org.opendaylight.ovsdb.hwvtepsouthbound
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<List<OperationResult>> HwvtepConnectionInstance.transact
(DatabaseSchema dbSchema, List<Operation> operations) -
Uses of Operation in org.opendaylight.ovsdb.lib
Modifier 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
Modifier 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
-
Uses of Operation in org.opendaylight.ovsdb.lib.operations
Modifier 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>>
-
Uses of Operation in org.opendaylight.ovsdb.southbound
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture
<List<OperationResult>> OvsdbConnectionInstance.transact
(DatabaseSchema dbSchema, List<Operation> operations)