public class ISHelper<T> extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ISHelper.ISInformationCollectorBuilder<T> |
| Modifier and Type | Method and Description |
|---|---|
static List<org.gcube.rest.commons.resourceawareservice.resources.HostNode> |
discoverHostingNodes(String scope) |
static Set<org.gcube.rest.commons.resourceawareservice.resources.RunInstance> |
discoverRunningInstances(String serviceName,
String serviceClass,
String scope) |
static Set<org.gcube.rest.commons.resourceawareservice.resources.RunInstance> |
discoverRunningInstancesFilteredByEndopointKey(String serviceName,
String serviceClass,
String endpointKey,
String scope) |
static List<org.gcube.rest.commons.resourceawareservice.resources.SerInstance> |
discoverServiceInstances(String serviceName,
String serviceClass,
String scope) |
static List<org.gcube.rest.commons.resourceawareservice.resources.Resource> |
getGenericResourcesByID(String id,
String scope) |
static List<org.gcube.rest.commons.resourceawareservice.resources.Resource> |
getGenericResourcesByName(String name,
String scope) |
static List<org.gcube.rest.commons.resourceawareservice.resources.Resource> |
getGenericResourcesByType(String type,
String scope) |
static List<org.gcube.rest.commons.resourceawareservice.resources.Resource> |
getGenericResourcesByTypeAndName(String type,
String name,
String scope) |
static List<String> |
listGenericResourceIDsByType(String type,
String scope) |
List<T> |
submit() |
public static List<org.gcube.rest.commons.resourceawareservice.resources.Resource> getGenericResourcesByID(String id, String scope)
public static List<org.gcube.rest.commons.resourceawareservice.resources.Resource> getGenericResourcesByName(String name, String scope)
public static List<org.gcube.rest.commons.resourceawareservice.resources.Resource> getGenericResourcesByType(String type, String scope)
public static List<org.gcube.rest.commons.resourceawareservice.resources.Resource> getGenericResourcesByTypeAndName(String type, String name, String scope)
public static List<String> listGenericResourceIDsByType(String type, String scope)
public static Set<org.gcube.rest.commons.resourceawareservice.resources.RunInstance> discoverRunningInstances(String serviceName, String serviceClass, String scope)
public static Set<org.gcube.rest.commons.resourceawareservice.resources.RunInstance> discoverRunningInstancesFilteredByEndopointKey(String serviceName, String serviceClass, String endpointKey, String scope)
public static List<org.gcube.rest.commons.resourceawareservice.resources.SerInstance> discoverServiceInstances(String serviceName, String serviceClass, String scope)
Copyright © 2014. All Rights Reserved.