Uses of Class
org.torproject.metrics.onionoo.docs.DocumentStore
-
Packages that use DocumentStore Package Description org.torproject.metrics.onionoo.docs Documents managed by this service, including internal status files and pre-written response objects. -
-
Uses of DocumentStore in org.torproject.metrics.onionoo.docs
Methods in org.torproject.metrics.onionoo.docs that return DocumentStore Modifier and Type Method Description static DocumentStore
DocumentStoreFactory. getDocumentStore()
Returns the singleton document store instance that gets created upon first invocation of this method.Methods in org.torproject.metrics.onionoo.docs with parameters of type DocumentStore Modifier and Type Method Description static void
DocumentStoreFactory. setDocumentStore(DocumentStore documentStore)
Sets a custom singleton document store instance that will be returned byDocumentStoreFactory.getDocumentStore()
rather than creating an instance upon first invocation.
-