class TopicTable
(source)
TopicTable(tableCapacity: Int = MAX_TABLE_CAPACITY, queueCapacity: Int = MAX_ENTRIES_PER_TOPIC) |
fun clear(): Unit |
|
fun contains(topic: Topic): Boolean |
|
fun getNodes(topic: Topic): List<Bytes> |
|
fun isEmpty(): Boolean |
|
fun put(topic: Topic, enr: Bytes): Long
Puts a topic in a table |