Skip to content
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

ReplicaManager class deprecated

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).
Clone this wiki locally