| Home >> All >> com >> flexstor >> flexdbserver >> services >> [ archive Javadoc ] |
| | com.flexstor.flexdbserver.services.archive.packet.* (5) | | com.flexstor.flexdbserver.services.archive.sch.* (3) |
com.flexstor.flexdbserver.services.archive: Javadoc index of package com.flexstor.flexdbserver.services.archive.
Package Samples:
com.flexstor.flexdbserver.services.archive.sch
com.flexstor.flexdbserver.services.archive.packet
Classes:
ArchiveInitService: ArchiveInitService Allows the beginning of an archive to occur. Files are first verified that they actually exists on disk, then if resource forks exist for the files, they are converted to a MacBinary format. The database is then updated to set files to an in-process state (yellow light). The files are then matched to a region corresponding to a backup destination (this is taken from archive.config); a response is then sent back to the client. Configurable Properties in flexstor.properties archive.backupDataForksOnFailure: If set to true, data forks will be archived without resource forks in the ...
ArchiveResultsService: ArchiveResultsService Determines which files were successfully backed up. Successful files are set to a status of ARCHIVED in the database and failed files are rolled back. Configurable Properties in flexstor.properties appserver.tmpDir: In some cases, this location is used to convert MacBinary files, since they cannot be created on an EtherShared volume. Legal values: Any directory not being shared via Helios Configurable Properties in services.config objectname: Designates which archive interface to use. Legal values: com.flexstor.flexdbserver.services.archive.sch.SCHInterface host: The host ...
RestoreResultsService: RestoreResultsService Determines which files were successfully restored. If necessary, restored MacBinary files are separated into data and resource forks. Successful files are set to a status of ONLINE in the database and failed files are rolled back. Configurable Properties in services.config objectname: Designates which archive interface to use. Legal values: com.flexstor.flexdbserver.services.archive.sch.SCHInterface host: The host name or IP address of the machine where dbBRZ is running. Legal values: Host name or IP address; for example, 216.243.187.145 port: The port used to connect to fxmgr. ...
RestoreDispatchService: RestoreService Establishes communication with the archive interface defined in the services.config file. Restore information for the files is sent to this interface where packets are created and sent to the restore software. Configurable Properties in services.config objectname: Designates which archive interface to use. Legal values: com.flexstor.flexdbserver.services.archive.sch.SCHInterface host: The host name or IP address of the machine where dbBRZ is running. Legal values: Host name or IP address; for example, 216.243.187.145 port: The port used to connect to fxmgr. Legal values: Any valid ...
ArchiveDispatchService: ArchiveService Establishes communication with the archive interface defined in the services.config file. Archive information for the files is sent to this interface where packets are created and sent to the backup software. Configurable Properties in services.config objectname: Designates which archive interface to use. Legal values: com.flexstor.flexdbserver.services.archive.sch.SCHInterface host: The host name or IP address of the machine where dbBRZ is running Legal values: Host name or IP address; for example, 216.243.187.145 port: The port used to connect to fxmgr. Legal values: Any valid ...
RestoreInitService: RestoreInitService Allows the beginning of a restore to occur; separates files into groups based on the OPI software being used (if any). Updates file status in database to in-process (yellow light). Configurable Properties in services.config objectname: Designates which archive interface to use. Legal values: com.flexstor.flexdbserver.services.archive.sch.SCHInterface host: The host name or IP address of the machine where dbBRZ is running. Legal values: Host name or IP address; for example, 216.243.187.145 port: The port used to connect to fxmgr. Legal values: Any valid (open) port number monitor_port: ...
AcknowledgePacket: AcknowledgePacket Service Response Packet When a byte array is read from the inputStream (connection to third party archive module) A SREP is created to access the different areas of the byte array
IPacket: IPacket Provides the constants used for accessing specific offsets in the packets used to communicate with the third party archive software
IArchFlexdbErrorKeys: Key definitions for Error codes returned by flexstor.DB Arguments to ArchFlexdbErrorKeys are: - Error code - Resource Id
ArchInterface: ArchInterface defines a few common methods that each implementation of an archive Module (SMarch, SCH, etc..) will share.
TrackingService: TrackingService Query archive/restore transactions for status.
PreSortedRestoreService: PreSortedRestoreService Description.
IArchTPIErrorKeys: Key definitions for Error codes returned by the Third Party Archive Software
ArchFlexdbErrorKeys: Error Key class used by ArchInterface and TransMng
ArchTPIErrorKeys: Error Key class used by ArchInterface
ArchiveModule
ArchiveService
ArchiveServices
ArchiveUtil
RestoreService
ArchStatusDBRequest
Packet
PacketData
PacketException
ClassLookup
| Home | Contact Us | Privacy Policy | Terms of Service |