| Package | Description |
|---|---|
| org.apache.jackrabbit.mk.core | |
| org.apache.jackrabbit.mk.htree | |
| org.apache.jackrabbit.mk.model | |
| org.apache.jackrabbit.mk.store |
| Modifier and Type | Method and Description |
|---|---|
RevisionStore |
Repository.getRevisionStore() |
| Constructor and Description |
|---|
Repository(RevisionStore rs,
org.apache.jackrabbit.oak.spi.blob.BlobStore bs)
Alternate constructor, used for testing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChildNodeEntriesHTree.postPersist(RevisionStore store,
RevisionStore.PutToken token) |
void |
ChildNodeEntriesHTree.prePersist(RevisionStore store,
RevisionStore.PutToken token) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ChildNodeEntriesTree.persistDirtyBuckets(RevisionStore store,
RevisionStore.PutToken token) |
void |
MutableNode.postPersist(RevisionStore store,
RevisionStore.PutToken token) |
void |
MutableNode.prePersist(RevisionStore store,
RevisionStore.PutToken token) |
| Constructor and Description |
|---|
CommitBuilder(Id baseRevId,
String msg,
RevisionStore store) |
StagedNodeTree(RevisionStore store,
Id baseRevisionId)
Creates a new
StagedNodeTree instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRevisionStore
Default revision store implementation, passing calls to a
Persistence
and a BlobStore, respectively and providing caching. |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistHook.postPersist(RevisionStore store,
RevisionStore.PutToken token) |
void |
PersistHook.prePersist(RevisionStore store,
RevisionStore.PutToken token) |
Copyright © 2012-2015 The Apache Software Foundation. All Rights Reserved.