| Modifier and Type | Method and Description |
|---|---|
void |
FileStoreBackup.backup(SegmentReader reader,
Revisions revisions,
File destination) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileStoreBackupImpl.backup(SegmentReader reader,
Revisions revisions,
File destination) |
| Constructor and Description |
|---|
FileStoreBackupRestoreImpl(SegmentNodeStore store,
Revisions revisions,
SegmentReader reader,
File file,
Executor executor) |
| Modifier and Type | Method and Description |
|---|---|
static SegmentNodeStore.SegmentNodeStoreBuilder |
SegmentNodeStore.builder(Revisions revisions,
SegmentReader reader,
SegmentWriter writer,
org.apache.jackrabbit.oak.spi.blob.BlobStore blobStore) |
SegmentNodeState |
SegmentReader.readHeadState(Revisions revisions)
Read the current head state based on the head of
revisions |
SegmentNodeState |
CachingSegmentReader.readHeadState(Revisions revisions) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReadOnlyRevisions |
class |
TarRevisions
This implementation of
Revisions is backed by a
journal file where the current head is persisted
by calling TarRevisions.flush(Callable). |
| Modifier and Type | Method and Description |
|---|---|
abstract Revisions |
AbstractFileStore.getRevisions() |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryStoreRevisions
This is a simple in memory
Revisions implementation. |
| Modifier and Type | Method and Description |
|---|---|
Revisions |
MemoryStore.getRevisions() |
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.