Uses of Interface
org.apache.jackrabbit.oak.plugins.document.DocumentStoreStatsCollector
-
Packages that use DocumentStoreStatsCollector Package Description org.apache.jackrabbit.oak.plugins.document org.apache.jackrabbit.oak.plugins.document.mongo org.apache.jackrabbit.oak.plugins.document.rdb Implementations ofDocumentStoreandBlobStorefor relational databases. -
-
Uses of DocumentStoreStatsCollector in org.apache.jackrabbit.oak.plugins.document
Classes in org.apache.jackrabbit.oak.plugins.document that implement DocumentStoreStatsCollector Modifier and Type Class Description classDocumentStoreStatsDocument Store statistics helper class.Methods in org.apache.jackrabbit.oak.plugins.document that return DocumentStoreStatsCollector Modifier and Type Method Description DocumentStoreStatsCollectorDocumentNodeStoreBuilder. getDocumentStoreStatsCollector()Methods in org.apache.jackrabbit.oak.plugins.document with parameters of type DocumentStoreStatsCollector Modifier and Type Method Description TDocumentNodeStoreBuilder. setDocumentStoreStatsCollector(DocumentStoreStatsCollector documentStoreStatsCollector) -
Uses of DocumentStoreStatsCollector in org.apache.jackrabbit.oak.plugins.document.mongo
Methods in org.apache.jackrabbit.oak.plugins.document.mongo with parameters of type DocumentStoreStatsCollector Modifier and Type Method Description voidMongoDocumentStore. setStatsCollector(DocumentStoreStatsCollector stats) -
Uses of DocumentStoreStatsCollector in org.apache.jackrabbit.oak.plugins.document.rdb
Methods in org.apache.jackrabbit.oak.plugins.document.rdb with parameters of type DocumentStoreStatsCollector Modifier and Type Method Description voidRDBDocumentStore. setStatsCollector(DocumentStoreStatsCollector stats)
-