| Package | Description |
|---|---|
| com.sleepycat.je.dbi |
INTERNAL: Underlying XxxImpl classes for Environment, Database and Cursor,
plus other misc classes (originally, dbi meant "db internal interface").
|
| com.sleepycat.je.util |
Supporting utilities.
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotManifest |
SnapshotManifest.Builder.build() |
static SnapshotManifest |
SnapshotManifest.deserialize(byte[] bytes)
Create a SnapshotManifest instance from bytes in serialized form.
|
| Constructor and Description |
|---|
Builder(SnapshotManifest base) |
LogFileInfo(String checksum,
long copyStartTimeMs,
SnapshotManifest manifest)
Create final information for a log file after it is copied.
|
| Modifier and Type | Method and Description |
|---|---|
static SnapshotManifest |
CheckSnapshot.readManifest(Path manifestPath)
Returns the manifest stored in the specified file.
|
| Constructor and Description |
|---|
CheckSnapshot(SnapshotManifest manifest,
BackupFileCopy backupCopy,
BackupArchiveLocation backupLocation)
Creates a CheckSnapshot object for checking the validity of an archived
backup snapshot.
|
Copyright © 2024. All rights reserved.