| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.document |
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentNodeStore
Implementation of a NodeStore on
DocumentStore. |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Revision |
NodeDocument.getLiveRevision(RevisionContext context,
RevisionVector readRevision,
Map<Revision,String> validRevisions,
org.apache.jackrabbit.oak.plugins.document.LastRevs lastRevs)
Get the earliest (oldest) revision where the node was alive at or before
the provided revision, if the node was alive at the given revision.
|
@NotNull Iterable<UpdateOp> |
NodeDocument.split(@NotNull RevisionContext context,
@NotNull RevisionVector head,
@NotNull Function<String,Long> binarySize)
Returns update operations to split this document.
|
| Constructor and Description |
|---|
LastRevRecoveryAgent(DocumentStore store,
RevisionContext context) |
LastRevRecoveryAgent(DocumentStore store,
RevisionContext revisionContext,
MissingLastRevSeeker seeker,
Consumer<Integer> afterRecovery) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.