public interface IndexDiscovererAPI<T extends IndexResource>
| Modifier and Type | Method and Description |
|---|---|
Set<T> |
discoverFulltextIndexNodeResources(String clusterID,
String indexID,
String collectionID,
String scope) |
Map<String,Set<String>> |
discoverFulltextIndexNodes(String clusterID,
String indexID,
String collectionID,
String scope) |
Set<String> |
discoverFullTextNodeRunningInstances(String scope) |
Map<String,Set<String>> discoverFulltextIndexNodes(String clusterID, String indexID, String collectionID, String scope) throws IndexDiscoverException
IndexDiscoverExceptionSet<T> discoverFulltextIndexNodeResources(String clusterID, String indexID, String collectionID, String scope) throws IndexDiscoverException
IndexDiscoverExceptionCopyright © 2016. All Rights Reserved.