Package com.sleepycat.je.rep.impl.networkRestore

Class Summary
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.
NetworkBackup.BUPFilter Filter class suitable for listing backup suffix files.
NetworkBackup.JDBFilter  
NetworkBackupStatDefinition Per-stat Metadata for each NetworkBackup statistics.
Protocol The protocol used to obtain backup files from a LF Feeder.
 

Exception Summary
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-2010 Oracle. All rights reserved.