Class DataClayInstance
- java.lang.Object
- 
- es.bsc.dataclay.util.management.metadataservice.DataClayInstance
 
- 
 public class DataClayInstance extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description DataClayInstance()Empty constructor of the DataClayInstanceDataClayInstance(DataClayInstanceID newdcID, String[] newhosts, Integer[] newports)Basic constructor for dataClay instances.DataClayInstance(DataClayInstanceID newdcID, String newhost, Integer newport)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DataClayInstanceIDgetDcID()List<String>getHosts()List<Integer>getPorts()voidsetDcID(DataClayInstanceID newdcID)voidsetHosts(List<String> hosts)voidsetPorts(List<Integer> ports)StringtoString()
 
- 
- 
- 
Constructor Detail- 
DataClayInstancepublic DataClayInstance() Empty constructor of the DataClayInstance
 - 
DataClayInstancepublic DataClayInstance(DataClayInstanceID newdcID, String newhost, Integer newport) 
 - 
DataClayInstancepublic DataClayInstance(DataClayInstanceID newdcID, String[] newhosts, Integer[] newports) Basic constructor for dataClay instances. For each host must be a port.- Parameters:
- newdcID- id of the dataClay instance
- newhosts- hosts of the main service of the dataClay instance
- newports- ports of the main service of the dataClay instance
 
 
- 
 - 
Method Detail- 
getDcIDpublic DataClayInstanceID getDcID() 
 - 
setDcIDpublic void setDcID(DataClayInstanceID newdcID) 
 
- 
 
-