Uses of Class
org.apache.jackrabbit.oak.plugins.document.util.CloseableIterable
-
Packages that use CloseableIterable Package Description org.apache.jackrabbit.oak.plugins.document.mongo org.apache.jackrabbit.oak.plugins.document.util -
-
Uses of CloseableIterable in org.apache.jackrabbit.oak.plugins.document.mongo
Methods in org.apache.jackrabbit.oak.plugins.document.mongo that return CloseableIterable Modifier and Type Method Description <T extends Document>
CloseableIterable<T>MongoDocumentTraverser. getAllDocuments(Collection<T> collection, TraversingRange traversingRange, Predicate<String> filter)
@NotNull CloseableIterable<NodeDocument>
MongoMissingLastRevSeeker. getCandidates(long startTime)
CloseableIterable<NodeDocument>
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 CloseableIterable Modifier and Type Method Description static <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>
CloseableIterable. wrap(Iterable<T> iterable)
static <T> CloseableIterable<T>
CloseableIterable. wrap(Iterable<T> iterable, Closeable closeable)
-