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.
|
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 |
Copyright (c) 2004-2012 Oracle. All rights reserved.