public interface OpenSearchDiscovererAPI<T extends OpenSearchDataSourceResource>
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
discoverOpenSearchInstances(String scope) |
Map<String,Set<String>> |
discoverOpenSearchNodes(String collectionID,
String scope) |
Set<T> |
discoverOpenSearchResources(String collectionID,
String scope) |
Set<OpenSearchDataSourceResource> |
discoverOpenSearchResourcesLocal(String scope,
String hostname) |
Map<String,Set<String>> discoverOpenSearchNodes(String collectionID, String scope) throws OpenSearchDiscovererException
OpenSearchDiscovererExceptionSet<T> discoverOpenSearchResources(String collectionID, String scope) throws OpenSearchDiscovererException
OpenSearchDiscovererExceptionSet<OpenSearchDataSourceResource> discoverOpenSearchResourcesLocal(String scope, String hostname) throws OpenSearchDiscovererException
OpenSearchDiscovererExceptionCopyright © 2017. All Rights Reserved.