Uses of Class
org.opendaylight.ovsdb.lib.operations.Operation
-
-
Uses of Operation in org.opendaylight.ovsdb.hwvtepsouthbound
Method parameters in org.opendaylight.ovsdb.hwvtepsouthbound with type arguments of type Operation Modifier and Type Method Description com.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 Operation 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 Operation in org.opendaylight.ovsdb.lib.impl
Method parameters in org.opendaylight.ovsdb.lib.impl with type arguments of type Operation 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 Operation in org.opendaylight.ovsdb.lib.message
Methods in org.opendaylight.ovsdb.lib.message that return types with arguments of type Operation Modifier and Type Method Description List<Operation>
TransactBuilder. getRequests()
Methods in org.opendaylight.ovsdb.lib.message with parameters of type Operation Modifier and Type Method Description void
TransactBuilder. addOperation(Operation operation)
Method parameters in org.opendaylight.ovsdb.lib.message with type arguments of type Operation Modifier and Type Method Description void
TransactBuilder. addOperations(List<Operation> operation)
-
Uses of Operation in org.opendaylight.ovsdb.lib.operations
Subclasses of Operation in org.opendaylight.ovsdb.lib.operations Modifier and Type Class 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>>
Methods in org.opendaylight.ovsdb.lib.operations that return Operation Modifier and Type Method Description Operation
Where. build()
Methods in org.opendaylight.ovsdb.lib.operations that return types with arguments of type Operation Modifier and Type Method Description List<Operation>
TransactionBuilder. build()
List<Operation>
TransactionBuilder. getOperations()
Methods in org.opendaylight.ovsdb.lib.operations with parameters of type Operation Modifier and Type Method Description TransactionBuilder
TransactionBuilder. add(Operation operation)
-
Uses of Operation in org.opendaylight.ovsdb.southbound
Method parameters in org.opendaylight.ovsdb.southbound with type arguments of type Operation Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<List<OperationResult>>
OvsdbConnectionInstance. transact(DatabaseSchema dbSchema, List<Operation> operations)
-