Interface PrefixesInstalledCounters
-
@NonNullByDefault public interface PrefixesInstalledCountersExpose Prefixes Installed Count.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetPrefixedInstalledCount(TablesKey tablesKey)Prefixes received and installed from Peer count (EffRibIn Count) pet Table.longgetTotalPrefixesInstalled()total Prefixes received and installed from Peer count (EffRibIn Count).
-
-
-
Method Detail
-
getPrefixedInstalledCount
long getPrefixedInstalledCount(TablesKey tablesKey)
Prefixes received and installed from Peer count (EffRibIn Count) pet Table.- Parameters:
tablesKey- table- Returns:
- count
-
getTotalPrefixesInstalled
long getTotalPrefixesInstalled()
total Prefixes received and installed from Peer count (EffRibIn Count).- Returns:
- count
-
-