public interface DiscovererAPI<T extends org.gcube.rest.commons.resourceawareservice.resources.StatefulResource>
| Modifier and Type | Method and Description |
|---|---|
Map<String,Set<String>> |
discoverResourceIDs(Set<String> endpoints,
Class<T> clazz,
String scope) |
Map<String,Set<T>> |
discoverResources(Set<String> endpoints,
Class<T> clazz,
String scope) |
Set<String> |
discoverRunningInstances(String serviceClass,
String serviceName,
String endpointKey,
String scope) |
Set<String> discoverRunningInstances(String serviceClass, String serviceName, String endpointKey, String scope)
Map<String,Set<T>> discoverResources(Set<String> endpoints, Class<T> clazz, String scope) throws DiscovererException
DiscovererExceptionCopyright © 2014. All Rights Reserved.