import "i_pm.idl";


Definition at line 21 of file i_pm.idl.
Public Member Functions | |
| void | RefreshCfg () raises (i_IvdException) |
| i_ClientConf_t | RegisterHSM (in i_HSM a_ihsm, in char a_pathSeparator) raises (i_IvdException) |
| void | UnRegisterHSM () raises (i_IvdException) |
| void | RegisterFSID (in string a_majorMinor) raises (i_IvdException) |
| void | UnRegisterFSID (in string a_majorMinor) raises (i_IvdException) |
| i_FSC | GetFSC () raises (i_IvdException) |
| i_HSM | GetHSM () raises (i_IvdException) |
| i_ResourceManager | GetRM () raises (i_IvdException) |
| i_JobID_t | CheckFSCvsIVDFS (in i_Count_t a_numFilesPerBatch, in short a_sysLoadPct, in i_UIMessageServer a_uims) raises (i_IvdException) |
| i_JobID_t | CheckFSCvsMedia (in i_StringList_t a_volumes, in boolean a_autoCorrect, in boolean a_removeMissingOnMedia, in i_UIMessageServer a_uims) raises (i_IvdException) |
| i_JobID_t | LimitedCheckFSCvsMedia (in i_StringList_t a_media, in i_VolNumList_t a_volumes, in boolean a_autoCorrect, in boolean a_removeMissingOnMedia, in i_UIMessageServer a_uims) raises (i_IvdException) |
| i_JobID_t | Migrate (in i_JobRequestList_t a_files, in i_MigID_t a_migrationID, in i_ColID_t a_majColId, in i_ColID_t a_minColId, in i_BitFlag_t a_flags) raises (i_IvdException) |
| i_JobID_t | AllocateNewJobIDforEffRecall () raises (i_IvdException) |
| i_JobID_t | Recall (in i_Recall_t a_file) raises (i_IvdException) |
| i_JobID_t | EfficientRecall (in i_RecallList_t a_files, in i_JobID_t a_mainJobID) raises (i_IvdException) |
| i_JobID_t | FSCRecovery (in i_StringList_t a_volumes, in i_UIMessageServer a_uims) raises (i_IvdException) |
| i_JobID_t | IVDFSRecover (in i_UIMessageServer a_uims) raises (i_IvdException) |
| i_JobID_t | ReorgScan (in i_Time_t a_date, in long a_numOfGenerations, in i_UIMessageServer a_uims) raises (i_IvdException) |
| Invoke creating of reorg scan job. | |
| i_JobID_t | Reorg (in string a_barcode, in i_VolNumList_t a_volumes, in i_UIMessageServer a_uims) raises (i_IvdException) |
| Invokes a maintenance job for reorganization on the partition mgr. | |
| i_JobIDList_t | ReorgByColId (in long long a_majColId, in long long a_minColId) raises (i_IvdException) |
| i_JobID_t | TrigDeletion (in i_UIMessageServer a_uims) raises (i_IvdException) |
| Invokes a job for deletion of expired files. | |
| i_JobID_t | CopyContents (in string a_barcode, in i_VolNumList_t a_volumes, in boolean a_best_effort, in i_UIMessageServer a_uims) raises (i_IvdException) |
| Invokes a maintenance job for copy-content on the partition mgr. | |
| void | AbortJob (in i_JobID_t a_jobId) raises (i_IvdException) |
| void | AbortAllJobs () raises (i_IvdException) |
| i_Job | GetJob (in i_JobID_t a_jobId) raises (i_IvdException) |
| i_JobList_t | GetAllJobs () raises (i_IvdException) |
| i_JobParamsSeq_t | GetAllJobsParam () raises (i_IvdException) |
| i_Count_t | GetJobCount () raises (i_IvdException) |
| i_Status_t | GetJobStatus (in i_JobID_t a_jobId) raises (i_IvdException) |
| i_Time_t | GetExpirationAge (in string a_path) |
| Queries for file(s) expiration age. | |
| void | ReleaseVolEntries (in unsigned long mediumKey, in unsigned long volumeNr) raises (i_IvdException) |
| Releases reorganized files. | |
| boolean | RecoveryMode () raises (i_IvdException) |
| boolean | RecoveryNeeded () raises (i_IvdException) |
| i_BitFlag_t | GetStatus (out string a_mountPoint, out i_BitFlag_t a_activity) raises (i_IvdException) |
| boolean | ReplicationNeeded () raises (i_IvdException) |
| Replication interfaces. | |
| i_PartitionManager | GetReplicationPM () raises (i_IvdException) |
| boolean | RecallOnlyMode () raises (i_IvdException) |
| void | AddMajorCol (in i_MajorCol_t a_majorCol) raises (i_IvdException) |
| void | UpdateMajorCol (in i_MajorCol_t a_majorCol) raises (i_IvdException) |
| void i_PartitionManager::RefreshCfg | ( | ) | raises (i_IvdException) |
| i_ClientConf_t i_PartitionManager::RegisterHSM | ( | in i_HSM | a_ihsm, | |
| in char | a_pathSeparator | |||
| ) | raises (i_IvdException) |
| void i_PartitionManager::UnRegisterHSM | ( | ) | raises (i_IvdException) |
| void i_PartitionManager::RegisterFSID | ( | in string | a_majorMinor | ) | raises (i_IvdException) |
| void i_PartitionManager::UnRegisterFSID | ( | in string | a_majorMinor | ) | raises (i_IvdException) |
| i_FSC i_PartitionManager::GetFSC | ( | ) | raises (i_IvdException) |
| i_HSM i_PartitionManager::GetHSM | ( | ) | raises (i_IvdException) |
| i_ResourceManager i_PartitionManager::GetRM | ( | ) | raises (i_IvdException) |
| i_JobID_t i_PartitionManager::CheckFSCvsIVDFS | ( | in i_Count_t | a_numFilesPerBatch, | |
| in short | a_sysLoadPct, | |||
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| i_JobID_t i_PartitionManager::CheckFSCvsMedia | ( | in i_StringList_t | a_volumes, | |
| in boolean | a_autoCorrect, | |||
| in boolean | a_removeMissingOnMedia, | |||
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| i_JobID_t i_PartitionManager::LimitedCheckFSCvsMedia | ( | in i_StringList_t | a_media, | |
| in i_VolNumList_t | a_volumes, | |||
| in boolean | a_autoCorrect, | |||
| in boolean | a_removeMissingOnMedia, | |||
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| i_JobID_t i_PartitionManager::Migrate | ( | in i_JobRequestList_t | a_files, | |
| in i_MigID_t | a_migrationID, | |||
| in i_ColID_t | a_majColId, | |||
| in i_ColID_t | a_minColId, | |||
| in i_BitFlag_t | a_flags | |||
| ) | raises (i_IvdException) |
| i_JobID_t i_PartitionManager::AllocateNewJobIDforEffRecall | ( | ) | raises (i_IvdException) |
| i_JobID_t i_PartitionManager::Recall | ( | in i_Recall_t | a_file | ) | raises (i_IvdException) |
| i_JobID_t i_PartitionManager::EfficientRecall | ( | in i_RecallList_t | a_files, | |
| in i_JobID_t | a_mainJobID | |||
| ) | raises (i_IvdException) |
| i_JobID_t i_PartitionManager::FSCRecovery | ( | in i_StringList_t | a_volumes, | |
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
| i_JobID_t i_PartitionManager::IVDFSRecover | ( | in i_UIMessageServer | a_uims | ) | raises (i_IvdException) |
| i_JobID_t i_PartitionManager::ReorgScan | ( | in i_Time_t | a_date, | |
| in long | a_numOfGenerations, | |||
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
Invoke creating of reorg scan job.
| i_JobID_t i_PartitionManager::Reorg | ( | in string | a_barcode, | |
| in i_VolNumList_t | a_volumes, | |||
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
Invokes a maintenance job for reorganization on the partition mgr.
| i_JobIDList_t i_PartitionManager::ReorgByColId | ( | in long long | a_majColId, | |
| in long long | a_minColId | |||
| ) | raises (i_IvdException) |
| i_JobID_t i_PartitionManager::TrigDeletion | ( | in i_UIMessageServer | a_uims | ) | raises (i_IvdException) |
Invokes a job for deletion of expired files.
| i_JobID_t i_PartitionManager::CopyContents | ( | in string | a_barcode, | |
| in i_VolNumList_t | a_volumes, | |||
| in boolean | a_best_effort, | |||
| in i_UIMessageServer | a_uims | |||
| ) | raises (i_IvdException) |
Invokes a maintenance job for copy-content on the partition mgr.
| void i_PartitionManager::AbortJob | ( | in i_JobID_t | a_jobId | ) | raises (i_IvdException) |
| void i_PartitionManager::AbortAllJobs | ( | ) | raises (i_IvdException) |
| i_Job i_PartitionManager::GetJob | ( | in i_JobID_t | a_jobId | ) | raises (i_IvdException) |
| i_JobList_t i_PartitionManager::GetAllJobs | ( | ) | raises (i_IvdException) |
| i_JobParamsSeq_t i_PartitionManager::GetAllJobsParam | ( | ) | raises (i_IvdException) |
| i_Count_t i_PartitionManager::GetJobCount | ( | ) | raises (i_IvdException) |
| i_Status_t i_PartitionManager::GetJobStatus | ( | in i_JobID_t | a_jobId | ) | raises (i_IvdException) |
| i_Time_t i_PartitionManager::GetExpirationAge | ( | in string | a_path | ) |
Queries for file(s) expiration age.
| void i_PartitionManager::ReleaseVolEntries | ( | in unsigned long | mediumKey, | |
| in unsigned long | volumeNr | |||
| ) | raises (i_IvdException) |
Releases reorganized files.
| boolean i_PartitionManager::RecoveryMode | ( | ) | raises (i_IvdException) |
| boolean i_PartitionManager::RecoveryNeeded | ( | ) | raises (i_IvdException) |
| i_BitFlag_t i_PartitionManager::GetStatus | ( | out string | a_mountPoint, | |
| out i_BitFlag_t | a_activity | |||
| ) | raises (i_IvdException) |
| boolean i_PartitionManager::ReplicationNeeded | ( | ) | raises (i_IvdException) |
Replication interfaces.
| i_PartitionManager i_PartitionManager::GetReplicationPM | ( | ) | raises (i_IvdException) |
| boolean i_PartitionManager::RecallOnlyMode | ( | ) | raises (i_IvdException) |
| void i_PartitionManager::AddMajorCol | ( | in i_MajorCol_t | a_majorCol | ) | raises (i_IvdException) |
| void i_PartitionManager::UpdateMajorCol | ( | in i_MajorCol_t | a_majorCol | ) | raises (i_IvdException) |
1.5.6