public interface NMAlgoListener
Classes implementing this interface may participate in learning the status of an entity in the Node Manager data structure. The listener provides an interface to help Node Manager HA. The events propagated via this interface will result in appropriate entity shared on the Bus.
| Modifier and Type | Method and Description |
|---|---|
void |
nodeDeleted(Entity node)
Callback invoked when the end host is deleted from the data structure.
|
void |
othersNodeDeleted(Entity node)
Callback invoked when the end host is deleted from Others.
|
void |
othersVidDeleted(Entity node)
Callback invoked when all end hosts for a vid are cleared from
Others.
|
void |
vidDeleted(Entity node)
Callback invoked when all end hosts for a vid are cleared from
the data structure.
|
void nodeDeleted(Entity node)
node - the node that was removedvoid vidDeleted(Entity node)
node - the node whose vid was deleted.void othersNodeDeleted(Entity node)
node - the node that was removedvoid othersVidDeleted(Entity node)
node - the node whose vid was deleted.Copyright © 2014. All Rights Reserved.