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 @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(java.lang.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(java.lang.Iterable<T> iterable)static <T> CloseableIterable<T>CloseableIterable. wrap(java.lang.Iterable<T> iterable, java.io.Closeable closeable)
-