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 voidTransactBuilder. addOperation(Operation operation)Method parameters in org.opendaylight.ovsdb.lib.message with type arguments of type Operation Modifier and Type Method Description voidTransactBuilder. 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 classAbortclassAssertclassCommentclassCommitclassDelete<E extends TableSchema<E>>classInsert<E extends TableSchema<E>>classMutate<E extends TableSchema<E>>classSelect<E extends TableSchema<E>>classUpdate<E extends TableSchema<E>>Methods in org.opendaylight.ovsdb.lib.operations that return Operation Modifier and Type Method Description OperationWhere. 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 TransactionBuilderTransactionBuilder. 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) 
 -