| Package | Description |
|---|---|
| com.sleepycat.je.rep |
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE
environments.
|
| com.sleepycat.je.rep.impl.networkRestore |
INTERNAL: Protocol for
network restore. |
| Class and Description |
|---|
| NetworkBackup
This class implements a hot network backup that permits it to obtain a
consistent set of log files from any running environment that provides a
LogFileFeeder service.
|
| NetworkBackupStats
Stores NetworkBackup statistics.
|
| Class and Description |
|---|
| FeederManager
Manages the multiple log file feeders that may be servicing requests from
multiple clients requesting log files.
|
| NetworkBackup.DigestException
Exception indicating that the digest sent by the server did not match
the digest computed by the client, that is, the log file was corrupted
during transit.
|
| NetworkBackup.InsufficientVLSNRangeException
Exception indicating that the server vlsn range did not cover the VLSN
of interest.
|
| NetworkBackup.LoadThresholdExceededException |
| NetworkBackup.RejectedServerException
Exception indicating that the server could not be used for the restore.
|
| NetworkBackupStats
Stores NetworkBackup statistics.
|
| Protocol.FileInfoResp |
| Protocol.FileReq
Requests that a specific file be sent to the client.
|
| Protocol.FileStart
The message starting the response triple:
FileStart byte stream FileEnd
|
Copyright © 2024. All rights reserved.