public interface InformationCollector
| Modifier and Type | Method and Description |
|---|---|
List<org.gcube.rest.commons.resourceawareservice.resources.HostNode> |
discoverHostingNodes(String scope) |
Set<org.gcube.rest.commons.resourceawareservice.resources.RunInstance> |
discoverRunningInstances(String serviceName,
String serviceClass,
String scope) |
Set<org.gcube.rest.commons.resourceawareservice.resources.RunInstance> |
discoverRunningInstancesFilteredByEndopointKey(String serviceName,
String serviceClass,
String endpointKey,
String scope) |
List<org.gcube.rest.commons.resourceawareservice.resources.SerInstance> |
discoverServiceInstances(String serviceName,
String serviceClass,
String scope) |
List<org.gcube.rest.commons.resourceawareservice.resources.Resource> |
getGenericResourcesByID(String id,
String scope) |
List<org.gcube.rest.commons.resourceawareservice.resources.Resource> |
getGenericResourcesByName(String name,
String scope) |
List<org.gcube.rest.commons.resourceawareservice.resources.Resource> |
getGenericResourcesByType(String type,
String scope) |
List<org.gcube.rest.commons.resourceawareservice.resources.Resource> |
getGenericResourcesByTypeAndName(String type,
String name,
String scope) |
List<String> |
listGenericResourceIDsByType(String type,
String scope) |
List<org.gcube.rest.commons.resourceawareservice.resources.Resource> getGenericResourcesByID(String id, String scope)
List<org.gcube.rest.commons.resourceawareservice.resources.Resource> getGenericResourcesByName(String name, String scope)
List<org.gcube.rest.commons.resourceawareservice.resources.Resource> getGenericResourcesByType(String type, String scope)
List<org.gcube.rest.commons.resourceawareservice.resources.Resource> getGenericResourcesByTypeAndName(String type, String name, String scope)
Set<org.gcube.rest.commons.resourceawareservice.resources.RunInstance> discoverRunningInstances(String serviceName, String serviceClass, String scope)
Set<org.gcube.rest.commons.resourceawareservice.resources.RunInstance> discoverRunningInstancesFilteredByEndopointKey(String serviceName, String serviceClass, String endpointKey, String scope)
List<org.gcube.rest.commons.resourceawareservice.resources.SerInstance> discoverServiceInstances(String serviceName, String serviceClass, String scope)
Copyright © 2018. All Rights Reserved.