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