| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.document.mongo | |
| org.apache.jackrabbit.oak.plugins.document.util |
| Modifier and Type | Method and Description |
|---|---|
@NotNull CloseableIterable<NodeDocument> |
MongoMissingLastRevSeeker.getCandidates(long startTime) |
CloseableIterable<NodeDocument> |
MongoVersionGCSupport.getPossiblyDeletedDocs(long fromModified,
long toModified) |
| Modifier and Type | Method and 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 to
false. |
static <T> CloseableIterable<T> |
CloseableIterable.wrap(Iterable<T> iterable) |
static <T> CloseableIterable<T> |
CloseableIterable.wrap(Iterable<T> iterable,
Closeable closeable) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.