@Singleton public class ItmTzInstanceRecoveryHandler extends org.opendaylight.serviceutils.tools.mdsal.listener.AbstractSyncDataTreeChangeListener<StateTunnelList> implements org.opendaylight.serviceutils.srm.ServiceRecoveryInterface
| Constructor and Description |
|---|
ItmTzInstanceRecoveryHandler(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator,
org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry serviceRecoveryRegistry,
EntityOwnershipUtils entityOwnershipUtils,
org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService entityOwnershipService,
DataTreeEventCallbackRegistrar eventCallbacks,
IInterfaceManager interfaceManager,
DpnTepStateCache dpnTepStateCache) |
| Modifier and Type | Method and Description |
|---|---|
default void |
add(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T> arg0,
T arg1)
Deprecated.
|
protected org.opendaylight.controller.md.sal.binding.api.DataBroker |
getDataBroker() |
protected org.opendaylight.serviceutils.tools.mdsal.listener.DataStoreMetrics |
getDataStoreMetrics() |
default void |
onDataTreeChanged(Collection<org.opendaylight.controller.md.sal.binding.api.DataTreeModification<T>> arg0,
org.opendaylight.serviceutils.tools.mdsal.listener.DataStoreMetrics arg1)
Deprecated.
|
void |
recoverService(String entityId) |
default void |
remove(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T> arg0,
T arg1)
Deprecated.
|
default void |
update(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T> arg0,
T arg1,
T arg2)
Deprecated.
|
@Inject
public ItmTzInstanceRecoveryHandler(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
org.opendaylight.infrautils.jobcoordinator.JobCoordinator jobCoordinator,
org.opendaylight.serviceutils.srm.ServiceRecoveryRegistry serviceRecoveryRegistry,
EntityOwnershipUtils entityOwnershipUtils,
org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService entityOwnershipService,
DataTreeEventCallbackRegistrar eventCallbacks,
IInterfaceManager interfaceManager,
DpnTepStateCache dpnTepStateCache)
public void recoverService(String entityId)
recoverService in interface org.opendaylight.serviceutils.srm.ServiceRecoveryInterfaceprotected org.opendaylight.controller.md.sal.binding.api.DataBroker getDataBroker()
protected org.opendaylight.serviceutils.tools.mdsal.listener.DataStoreMetrics getDataStoreMetrics()
public void onDataTreeChanged(Collection<org.opendaylight.controller.md.sal.binding.api.DataTreeModification<T>> arg0, org.opendaylight.serviceutils.tools.mdsal.listener.DataStoreMetrics arg1)
public void add(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T> arg0,
T arg1)
public void remove(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T> arg0,
T arg1)
public void update(org.opendaylight.yangtools.yang.binding.InstanceIdentifier<T> arg0,
T arg1,
T arg2)
Copyright © 2020 OpenDaylight. All rights reserved.