-
Notifications
You must be signed in to change notification settings - Fork 176
Dirac v6r11
chaen edited this page Jan 15, 2014
·
19 revisions
The main point of this version is to remove the uselessly complex ReplicaManager class, and implement the RFC #17
The calls to the ReplicaManager class have to be replaced by calls :
- to the FileCatalog, if the method acts only on the FileCatalog. It is the case for all methods of the ReplicaManager which contains "Catalog" (eg. getCatalogReplicaStatus, removeCatalogReplica, etc).
- to the StorageElement if the method acts only on the StorageElement. It is the case for all methods of the ReplicaManager which contains "Storage" (eg. getStorageFileMetadata, prestageStorageFile, etc).