public interface IsisLspBin
| Modifier and Type | Method and Description |
|---|---|
void |
addIsisLsp(String lspKey,
LspWrapper lspWrapper)
Adds LSP to bin for aging.
|
Map<String,LspWrapper> |
listOfLsp()
Returns all the LSPs in the bin.
|
void |
removeIsisLsp(String lspKey,
LspWrapper lspWrapper)
Removes LSP from bin.
|
Map<String,LspWrapper> listOfLsp()
void addIsisLsp(String lspKey, LspWrapper lspWrapper)
lspKey - key to add the LSPlspWrapper - LSP wrapper instancevoid removeIsisLsp(String lspKey, LspWrapper lspWrapper)
lspKey - LSP keylspWrapper - LSP wrapper instance