public interface IsisLsdbAge
| Modifier and Type | Method and Description |
|---|---|
void |
addLspBin(int binNumber,
IsisLspBin lspBin)
Adds LSP to bin.
|
int |
age2Bin(int x)
Returns the bin number.
|
int |
ageCounter()
Returns the age counter.
|
int |
ageCounterRollOver()
Returns the age counter rollover.
|
IsisLspBin |
getLspBin(int binKey)
Returns the LSP bin instance.
|
void |
removeLspFromBin(LspWrapper lspWrapper)
Removes LSP from bin.
|
void |
startDbAging()
Starts the aging timer thread which gets invokes every second.
|
void startDbAging()
int ageCounter()
int ageCounterRollOver()
int age2Bin(int x)
x - can be either age or ageCounterIsisLspBin getLspBin(int binKey)
binKey - key to searchvoid addLspBin(int binNumber,
IsisLspBin lspBin)
binNumber - key to store in binlspBin - LSP bin instancevoid removeLspFromBin(LspWrapper lspWrapper)
lspWrapper - LSP wrapper instance