E
- the type of the values in this registrypublic class ReaderRegistry<E>
extends java.lang.Object
Constructor and Description |
---|
ReaderRegistry()
Constructs an unsynchronized reader registry.
|
Modifier and Type | Method and Description |
---|---|
E |
get(long key)
Get registry entry matching the key.
|
java.lang.Long |
getKey(E value)
Reverse lookup of key based on value.
|
E |
register(long key,
E value)
Add one entry to the registry.
|
public ReaderRegistry()
Copyright 2020 Kieker Project, http://kieker-monitoring.net