| Modifier and Type | Method and Description |
|---|---|
void |
FileStoreBackup.backup(SegmentReader reader,
Revisions revisions,
File destination) |
void |
FileStoreRestore.restore(File source,
File destination) |
| Modifier and Type | Method and Description |
|---|---|
void |
FileStoreBackupImpl.backup(SegmentReader reader,
Revisions revisions,
File destination) |
void |
FileStoreRestoreImpl.restore(File source,
File destination) |
| Modifier and Type | Method and Description |
|---|---|
FileStore |
FileStoreBuilder.build()
Create a new
FileStore instance with the settings specified in this
builder. |
ReadOnlyFileStore |
FileStoreBuilder.buildReadOnly()
Create a new
ReadOnlyFileStore instance with the settings specified in this
builder. |
| Modifier and Type | Method and Description |
|---|---|
static String |
ConsistencyChecker.checkConsistency(File directory,
String journalFileName,
boolean fullTraversal,
long debugInterval,
long binLen)
Run a consistency check.
|
| Constructor and Description |
|---|
ConsistencyChecker(File directory,
long debugInterval)
Create a new consistency checker instance
|
RevisionHistory(File directory)
Create a new instance for a
ReadOnlyFileStore in the given directory. |
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.