Uses of Interface
org.apache.jackrabbit.oak.plugins.index.IndexingReporter
-
-
Uses of IndexingReporter in org.apache.jackrabbit.oak.index
Methods in org.apache.jackrabbit.oak.index that return IndexingReporter Modifier and Type Method Description IndexingReporterIndexHelper. getIndexReporter() -
Uses of IndexingReporter in org.apache.jackrabbit.oak.index.indexer.document.flatfile
Methods in org.apache.jackrabbit.oak.index.indexer.document.flatfile with parameters of type IndexingReporter Modifier and Type Method Description FlatFileNodeStoreBuilderFlatFileNodeStoreBuilder. withIndexingReporter(IndexingReporter reporter) -
Uses of IndexingReporter in org.apache.jackrabbit.oak.index.indexer.document.flatfile.pipelined
Methods in org.apache.jackrabbit.oak.index.indexer.document.flatfile.pipelined with parameters of type IndexingReporter Modifier and Type Method Description voidDownloadStageStatistics. publishStatistics(StatisticsProvider statisticsProvider, IndexingReporter reporter, long durationMillis)voidTransformStageStatistics. publishStatistics(StatisticsProvider statisticsProvider, IndexingReporter reporter)Constructors in org.apache.jackrabbit.oak.index.indexer.document.flatfile.pipelined with parameters of type IndexingReporter Constructor Description PipelinedMergeSortTask(Path storeDir, PathElementComparator pathComparator, Compression algorithm, BlockingQueue<Path> sortedFilesQueue, StatisticsProvider statisticsProvider, IndexingReporter reporter)PipelinedMongoDownloadTask(com.mongodb.ConnectionString mongoClientURI, MongoDocumentStore docStore, int maxBatchSizeBytes, int maxBatchNumberOfDocuments, BlockingQueue<org.bson.RawBsonDocument[]> queue, List<PathFilter> pathFilters, StatisticsProvider statisticsProvider, IndexingReporter reporter, ThreadFactory threadFactory)PipelinedMongoDownloadTask(com.mongodb.ConnectionString mongoClientURI, MongoDocumentStore docStore, int maxBatchSizeBytes, int maxBatchNumberOfDocuments, BlockingQueue<org.bson.RawBsonDocument[]> queue, List<PathFilter> pathFilters, StatisticsProvider statisticsProvider, IndexingReporter reporter, ThreadFactory threadFactory, long minModified)PipelinedStrategy(com.mongodb.ConnectionString mongoClientURI, MongoDocumentStore documentStore, DocumentNodeStore documentNodeStore, RevisionVector rootRevision, Set<String> preferredPathElements, BlobStore blobStore, File storeDir, Compression algorithm, Predicate<String> pathPredicate, List<PathFilter> pathFilters, String checkpoint, StatisticsProvider statisticsProvider, IndexingReporter indexingReporter)PipelinedTreeStoreStrategy(com.mongodb.ConnectionString mongoClientURI, MongoDocumentStore documentStore, DocumentNodeStore documentNodeStore, RevisionVector rootRevision, Set<String> preferredPathElements, BlobStore blobStore, File storeDir, Compression algorithm, Predicate<String> pathPredicate, List<PathFilter> pathFilters, String checkpoint, long minModified, StatisticsProvider statisticsProvider, IndexingReporter indexingReporter)PipelinedTreeStoreTask(TreeStore treeStore, ArrayBlockingQueue<NodeStateEntryBatch> emptyBuffersQueue, ArrayBlockingQueue<NodeStateEntryBatch> nonEmptyBuffersQueue, StatisticsProvider statisticsProvider, IndexingReporter reporter) -
Uses of IndexingReporter in org.apache.jackrabbit.oak.plugins.index
Classes in org.apache.jackrabbit.oak.plugins.index that implement IndexingReporter Modifier and Type Class Description classConsoleIndexingReporterFields in org.apache.jackrabbit.oak.plugins.index declared as IndexingReporter Modifier and Type Field Description static IndexingReporterIndexingReporter. NOOPMethods in org.apache.jackrabbit.oak.plugins.index with parameters of type IndexingReporter Modifier and Type Method Description static voidMetricsUtils. addMetric(StatisticsProvider statisticsProvider, IndexingReporter reporter, String name, long value)static voidMetricsUtils. addMetricByteSize(StatisticsProvider statisticsProvider, IndexingReporter reporter, String name, long value)
-