public static interface HotBackupCapability.Backup
Modifier and Type | Method and Description |
---|---|
void |
endBackup()
Resume normal operation.
|
java.io.File[] |
getDataFiles()
Returns all the data files to be copied.
|
java.io.File[] |
getFiles()
Deprecated.
use getDataFiles and getLogFiles
|
long |
getLastLogNumber()
Can be called after a backup has been performed to find the last log file
that has been backed up.
|
java.io.File[] |
getLogFiles()
Returns all the transaction log files to be copied, in the exact
order in which they must be copied.
|
void endBackup() throws RepositoryException
RepositoryException
@Deprecated java.io.File[] getFiles() throws RepositoryException
RepositoryException
java.io.File[] getDataFiles() throws RepositoryException
getLogFiles()
and copy the log files
which were created while the data files were copied.RepositoryException
java.io.File[] getLogFiles() throws RepositoryException
endBackup()
.RepositoryException
long getLastLogNumber() throws RepositoryException
java.lang.IllegalStateException
- if getFiles()
was not calledRepositoryException
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.