Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.flow.transaction.rev150304.FlowCapableTransactionService
Packages that use FlowCapableTransactionService
Package
Description
-
Uses of FlowCapableTransactionService in org.opendaylight.openflowplugin.applications.frsync.impl.strategy
Methods in org.opendaylight.openflowplugin.applications.frsync.impl.strategy with parameters of type FlowCapableTransactionServiceModifier and TypeMethodDescriptionSyncPlanPushStrategyIncrementalImpl.setTransactionService
(FlowCapableTransactionService transactionService) -
Uses of FlowCapableTransactionService in org.opendaylight.openflowplugin.applications.frsync.util
Methods in org.opendaylight.openflowplugin.applications.frsync.util with parameters of type FlowCapableTransactionServiceModifier and TypeMethodDescriptionstatic com.google.common.util.concurrent.AsyncFunction<org.opendaylight.yangtools.yang.common.RpcResult<Void>,
org.opendaylight.yangtools.yang.common.RpcResult<Void>> ReconcileUtil.chainBarrierFlush
(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Node> nodeIdent, FlowCapableTransactionService flowCapableTransactionService) Flushes a chain barrier. -
Uses of FlowCapableTransactionService in org.opendaylight.openflowplugin.impl.services.sal
Classes in org.opendaylight.openflowplugin.impl.services.sal that implement FlowCapableTransactionServiceConstructors in org.opendaylight.openflowplugin.impl.services.sal with parameters of type FlowCapableTransactionServiceModifierConstructorDescriptionSalFlowsBatchServiceImpl
(SalFlowService salFlowService, FlowCapableTransactionService transactionService) SalGroupsBatchServiceImpl
(SalGroupService salGroupService, FlowCapableTransactionService transactionService) SalMetersBatchServiceImpl
(SalMeterService salMeterService, FlowCapableTransactionService transactionService) -
Uses of FlowCapableTransactionService in org.opendaylight.openflowplugin.impl.util
Methods in org.opendaylight.openflowplugin.impl.util with parameters of type FlowCapableTransactionServiceModifier and TypeMethodDescriptionstatic <T> com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<T>>
BarrierUtil.chainBarrier
(com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<T>> input, NodeRef nodeRef, FlowCapableTransactionService transactionService, com.google.common.base.Function<org.apache.commons.lang3.tuple.Pair<org.opendaylight.yangtools.yang.common.RpcResult<T>, org.opendaylight.yangtools.yang.common.RpcResult<SendBarrierOutput>>, org.opendaylight.yangtools.yang.common.RpcResult<T>> compositeTransform) Chain a barrier message - regardless of previous result and use givenFunction
to combine original result and barrier result.