Package | Description |
---|---|
org.torproject.metrics.onionoo.server |
Server classes that process client requests.
|
Modifier and Type | Method and Description |
---|---|
static NodeIndexer |
NodeIndexerFactory.getNodeIndexer()
Returns the singleton node indexer instance that gets created upon
first invocation of this method.
|
Modifier and Type | Method and Description |
---|---|
static void |
NodeIndexerFactory.setNodeIndexer(NodeIndexer nodeIndexer)
Sets a custom singleton node indexer instance that will be returned
by
NodeIndexerFactory.getNodeIndexer() rather than creating an instance upon
first invocation. |