Uses of Class
org.gcube.dataanalysis.dataminer.poolmanager.datamodel.Host
-
-
Uses of Host in org.gcube.dataanalysis.dataminer.poolmanager.clients
Methods in org.gcube.dataanalysis.dataminer.poolmanager.clients that return Host Modifier and Type Method Description HostISClient. getDataminer(String hostname)Methods in org.gcube.dataanalysis.dataminer.poolmanager.clients that return types with arguments of type Host Modifier and Type Method Description List<Host>HAProxy. listDataMinersByCluster(String targetVREToken, String targetVRE)Collection<Host>ISClient. listDataminersInVRE() -
Uses of Host in org.gcube.dataanalysis.dataminer.poolmanager.datamodel
Methods in org.gcube.dataanalysis.dataminer.poolmanager.datamodel that return types with arguments of type Host Modifier and Type Method Description Collection<Host>Cluster. getHosts()Methods in org.gcube.dataanalysis.dataminer.poolmanager.datamodel with parameters of type Host Modifier and Type Method Description voidCluster. addHost(Host host) -
Uses of Host in org.gcube.dataanalysis.dataminer.poolmanager.datamodel.comparator
Methods in org.gcube.dataanalysis.dataminer.poolmanager.datamodel.comparator with parameters of type Host Modifier and Type Method Description intHostComparator. compare(Host h1, Host h2)
-