Interface PrefixesReceivedCounters
-
public interface PrefixesReceivedCounters
Expose Prefixes Received Count.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getPrefixedReceivedCount(@NonNull TablesKey tablesKey)
Prefixes received from Peer count (AdjRinIn Count) pet Table.Set<TablesKey>
getTableKeys()
list of supported tables per Peer.boolean
isSupported(@NonNull TablesKey tablesKey)
table supported per Peer.
-
-
-
Method Detail
-
getPrefixedReceivedCount
long getPrefixedReceivedCount(@NonNull TablesKey tablesKey)
Prefixes received from Peer count (AdjRinIn Count) pet Table.- Parameters:
tablesKey
- table- Returns:
- count
-
isSupported
boolean isSupported(@NonNull TablesKey tablesKey)
table supported per Peer.- Parameters:
tablesKey
- table type- Returns:
- true if supported
-
-