network restore.See: Description
| Class | Description |
|---|---|
| FeederManager |
Manages the multiple log file feeders that may be servicing requests from
multiple clients requesting log files.
|
| LogFileFeeder |
The LogFileFeeder supplies log files to a client.
|
| 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.
|
| NetworkBackupStatDefinition |
Per-stat Metadata for each NetworkBackup statistics.
|
| NetworkBackupStats |
Stores NetworkBackup statistics.
|
| Protocol |
The protocol used to obtain backup files from a LF Feeder.
|
| Exception | Description |
|---|---|
| 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.
|
network restore.Copyright © 2024. All rights reserved.