|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DumpTransferInfo | |
org.objectweb.cjdbc.controller.backup | Set of classes to wrap calls and execution of Octopus to execute backup and recovery of databases |
org.objectweb.cjdbc.controller.virtualdatabase.protocol | Differemt group messages for the distributed version of the virtual database. |
Uses of DumpTransferInfo in org.objectweb.cjdbc.controller.backup |
Methods in org.objectweb.cjdbc.controller.backup that return DumpTransferInfo | |
DumpTransferInfo |
AbstractPostgreSQLBackuper.setupServer()
|
DumpTransferInfo |
Backuper.setupServer()
Server side: setup a server and returns a DumpTransferInfo suitable for authenticated communication by a client using fetchDump(). |
DumpTransferInfo |
OctopusBackuper.setupServer()
|
DumpTransferInfo |
DerbyEmbeddedBackuper.setupServer()
|
Methods in org.objectweb.cjdbc.controller.backup with parameters of type DumpTransferInfo | |
void |
AbstractPostgreSQLBackuper.fetchDump(DumpTransferInfo dumpTransferInfo,
java.lang.String path,
java.lang.String dumpName)
|
void |
Backuper.fetchDump(DumpTransferInfo dumpTransferInfo,
java.lang.String path,
java.lang.String dumpName)
Client side: Fetch a remote dump from specified dump server. |
void |
OctopusBackuper.fetchDump(DumpTransferInfo dumpTransferInfo,
java.lang.String path,
java.lang.String dumpName)
|
void |
DerbyEmbeddedBackuper.fetchDump(DumpTransferInfo dumpTransferInfo,
java.lang.String path,
java.lang.String dumpName)
|
Uses of DumpTransferInfo in org.objectweb.cjdbc.controller.virtualdatabase.protocol |
Fields in org.objectweb.cjdbc.controller.virtualdatabase.protocol declared as DumpTransferInfo | |
private DumpTransferInfo |
InitiateDumpCopy.dumpTransferInfo
|
Methods in org.objectweb.cjdbc.controller.virtualdatabase.protocol that return DumpTransferInfo | |
DumpTransferInfo |
InitiateDumpCopy.getDumpTransferInfo()
Returns the session key to be used to authenticate the destination on the sender. |
Constructors in org.objectweb.cjdbc.controller.virtualdatabase.protocol with parameters of type DumpTransferInfo | |
InitiateDumpCopy(DumpInfo dumpInfo,
DumpTransferInfo dumpTransferInfo)
Creates a new ReplicateLogEntries message |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |