Uses of Interface
org.opendaylight.genius.infra.ManagedNewTransactionRunner
-
Packages that use ManagedNewTransactionRunner Package Description org.opendaylight.genius.infra Incubator package for new infrastructure utility code which will be proposed into upstream projects once merged and proven to be useful here for a while.org.opendaylight.genius.itm.servicebinding -
-
Uses of ManagedNewTransactionRunner in org.opendaylight.genius.infra
Classes in org.opendaylight.genius.infra that implement ManagedNewTransactionRunner Modifier and Type Class Description class
ManagedNewTransactionRunnerImpl
Deprecated, for removal: This API element is subject to removal in a future version.UseManagedNewTransactionRunnerImpl
instead.class
RetryingManagedNewTransactionRunner
Deprecated.UseRetryingManagedNewTransactionRunner
instead. -
Uses of ManagedNewTransactionRunner in org.opendaylight.genius.itm.servicebinding
Methods in org.opendaylight.genius.itm.servicebinding with parameters of type ManagedNewTransactionRunner Modifier and Type Method Description static void
BindServiceUtils. bindDefaultEgressDispatcherService(ManagedNewTransactionRunner txRunner, java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>> futures, java.lang.String tunType, java.lang.String portNo, java.lang.String interfaceName, org.opendaylight.yangtools.yang.common.Uint16 ifIndex)
static void
BindServiceUtils. bindDefaultEgressDispatcherService(ManagedNewTransactionRunner txRunner, java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>> futures, java.lang.String interfaceName, java.util.Map<org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.InstructionKey,org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.instruction.list.Instruction> instructions)
static void
BindServiceUtils. unbindService(java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>> futures, ManagedNewTransactionRunner txRunner, java.lang.String interfaceName)
-