|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.util.List |
getCEList()
return all CE names |
java.lang.String |
getCloseCE(java.lang.String seHost)
Return the close CE information based on an SE host |
java.lang.String |
getCloseSE(java.lang.String ce)
Return list the close SE hosts based on a CE string |
ComputingElementInfo |
getComputingElementInfoById(java.lang.String ce)
Return the CE-Info object based on a host name. |
java.net.URI |
getLocalReplicaCatalogLocation()
return the local LRC instance for the system |
java.net.URI |
getMetadataCatalogLocation()
return the single RMC instance for the system |
java.util.Iterator |
getProtocols(java.lang.String name,
java.lang.String seID)
get all protocols for a given SE |
java.net.URI |
getRemoteReplicaCatalogLocation(java.lang.String seHost)
return the (remote) LRC endpoint for this SE identifyer (host). |
java.net.URI |
getReplicaLocationIndexLocation()
return the local RLI instance |
java.net.URI |
getReplicaOptimizationLocation()
return the local ROS instance for the system |
java.util.List |
getSEList()
return all SE names |
StorageElementInfo |
getStorageElementInfoByHost(java.lang.String host)
Return the SE-Info object based on a host name. |
StorageResource |
getStorageResourceByHost(java.lang.String seHost)
Return the storage resource associated with a given host. |
boolean |
haveCE(java.lang.String host)
Check whether a given host is a valid CE |
boolean |
haveSE(java.lang.String seHost)
Check whether a given host is in our list of SEs |
void |
printInfo(InfoPrinter p)
Print the information used by the replica manager, as obtained from the info service specified by the configuration file, to the given InfoPrinter . |
Method Detail |
public boolean haveSE(java.lang.String seHost) throws InfoServiceException
InfoServiceException
public boolean haveCE(java.lang.String host) throws InfoServiceException
host
-
InfoServiceException
public java.lang.String getCloseCE(java.lang.String seHost) throws ConfigurationException, InfoServiceException
seHost
-
ConfigurationException
InfoServiceException
public java.lang.String getCloseSE(java.lang.String ce) throws ConfigurationException, InfoServiceException
ce
-
ConfigurationException
InfoServiceException
public java.net.URI getLocalReplicaCatalogLocation() throws InfoServiceException
InfoServiceException
public java.net.URI getRemoteReplicaCatalogLocation(java.lang.String seHost) throws InfoServiceException
InfoServiceException
public java.net.URI getMetadataCatalogLocation() throws InfoServiceException
InfoServiceException
public java.net.URI getReplicaLocationIndexLocation() throws InfoServiceException
InfoServiceException
public java.net.URI getReplicaOptimizationLocation() throws InfoServiceException
InfoServiceException
public StorageResource getStorageResourceByHost(java.lang.String seHost) throws InfoServiceException, StorageResourceException
seHost
-
InfoServiceException
StorageResourceException
public ComputingElementInfo getComputingElementInfoById(java.lang.String ce) throws InfoServiceException
ce
- the ce id
InfoServiceException
ComputingElementInfo
public StorageElementInfo getStorageElementInfoByHost(java.lang.String host) throws InfoServiceException
host
- the host
InfoServiceException
StorageElementInfo
public void printInfo(InfoPrinter p) throws InfoServiceException, ConfigurationException
InfoPrinter
.
p
- The InfoPrinter object to print to.
InfoServiceException
ConfigurationException
public java.util.Iterator getProtocols(java.lang.String name, java.lang.String seID) throws InfoServiceException
InfoServiceException
public java.util.List getSEList() throws InfoServiceException
InfoServiceException
public java.util.List getCEList() throws InfoServiceException
InfoServiceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |