Uses of Class
org.apache.jackrabbit.oak.plugins.document.util.CloseableIterable
Packages that use CloseableIterable
Package
Description
-
Uses of CloseableIterable in org.apache.jackrabbit.oak.plugins.document.mongo
Methods in org.apache.jackrabbit.oak.plugins.document.mongo that return CloseableIterableModifier and TypeMethodDescription<T extends Document>
CloseableIterable<T>MongoDocumentTraverser.getAllDocuments(Collection<T> collection, TraversingRange traversingRange, Predicate<String> filter) @NotNull CloseableIterable<NodeDocument>MongoMissingLastRevSeeker.getCandidates(long startTime) MongoVersionGCSupport.getPossiblyDeletedDocs(long fromModified, long toModified) -
Uses of CloseableIterable in org.apache.jackrabbit.oak.plugins.document.util
Methods in org.apache.jackrabbit.oak.plugins.document.util that return CloseableIterableModifier and TypeMethodDescriptionstatic <T> CloseableIterable<T>Utils.abortingIterable(Iterable<T> iterable, Predicate<T> p) Wraps the given iterable and aborts iteration over elements when the predicate on an element evaluates tofalse.static <T> CloseableIterable<T>static <T> CloseableIterable<T>