Uses of Class
org.apache.jackrabbit.oak.spi.filter.PathFilter
Packages that use PathFilter
Package
Description
-
Uses of PathFilter in org.apache.jackrabbit.oak.index.indexer.document.flatfile.pipelined
Method parameters in org.apache.jackrabbit.oak.index.indexer.document.flatfile.pipelined with type arguments of type PathFilterModifier and TypeMethodDescriptionMongoRegexPathFilterFactory.buildMongoFilter
(List<PathFilter> pathFilters) MongoRegexPathFilterFactory.buildMongoFilter
(List<PathFilter> pathFilters, List<String> customExcludedPaths) Constructor parameters in org.apache.jackrabbit.oak.index.indexer.document.flatfile.pipelined with type arguments of type PathFilterModifierConstructorDescriptionPipelinedMongoDownloadTask
(com.mongodb.MongoClientURI mongoClientURI, MongoDocumentStore docStore, int maxBatchSizeBytes, int maxBatchNumberOfDocuments, BlockingQueue<org.bson.RawBsonDocument[]> queue, List<PathFilter> pathFilters, StatisticsProvider statisticsProvider, IndexingReporter reporter, ThreadFactory threadFactory) PipelinedMongoDownloadTask
(com.mongodb.MongoClientURI 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.MongoClientURI 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.MongoClientURI 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) -
Uses of PathFilter in org.apache.jackrabbit.oak.index.indexer.document.tree
Methods in org.apache.jackrabbit.oak.index.indexer.document.tree that return types with arguments of type PathFilterModifier and TypeMethodDescriptionstatic List<PathFilter>
PathIteratorFilter.extractPathFilters
(Set<org.apache.jackrabbit.oak.plugins.index.search.IndexDefinition> indexDefs) Extract all the path filters from a set of index definitions.Method parameters in org.apache.jackrabbit.oak.index.indexer.document.tree with type arguments of type PathFilterModifier and TypeMethodDescriptionPathIteratorFilter.getAllIncludedPaths
(List<PathFilter> pathFilters) Extract a list of included paths from a path filter. -
Uses of PathFilter in org.apache.jackrabbit.oak.plugins.document.secondary
Methods in org.apache.jackrabbit.oak.plugins.document.secondary with parameters of type PathFilterConstructors in org.apache.jackrabbit.oak.plugins.document.secondary with parameters of type PathFilterModifierConstructorDescriptionSecondaryStoreCache
(NodeStore nodeStore, NodeStateDiffer differ, PathFilter pathFilter, StatisticsProvider statisticsProvider) SecondaryStoreObserver
(NodeStore nodeStore, List<String> metaPropNames, NodeStateDiffer differ, PathFilter pathFilter, StatisticsProvider statisticsProvider, org.apache.jackrabbit.oak.plugins.document.secondary.SecondaryStoreRootObserver secondaryObserver) -
Uses of PathFilter in org.apache.jackrabbit.oak.spi.filter
Methods in org.apache.jackrabbit.oak.spi.filter that return PathFilterModifier and TypeMethodDescriptionstatic PathFilter
PathFilter.from
(@NotNull NodeBuilder defn) Constructs the predicate based on given definition state.