Uses of Class
org.apache.jackrabbit.oak.spi.filter.PathFilter
-
-
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 PathFilter Modifier and Type Method Description MongoRegexPathFilterFactory.MongoFilterPaths
MongoRegexPathFilterFactory. buildMongoFilter(List<PathFilter> pathFilters)
MongoRegexPathFilterFactory.MongoFilterPaths
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 PathFilter Constructor Description 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)
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 PathFilter Modifier and Type Method Description static 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 PathFilter Modifier and Type Method Description static SortedSet<String>
PathIteratorFilter. 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 PathFilter Modifier and Type Method Description SecondaryStoreBuilder
SecondaryStoreBuilder. pathFilter(PathFilter filter)
Constructors in org.apache.jackrabbit.oak.plugins.document.secondary with parameters of type PathFilter Constructor Description SecondaryStoreCache(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 PathFilter Modifier and Type Method Description static PathFilter
PathFilter. from(@NotNull NodeBuilder defn)
Constructs the predicate based on given definition state.
-