public class IndexServiceClient extends Object implements IndexService
| Constructor and Description |
|---|
IndexServiceClient(String baseUrl) |
IndexServiceClient(String baseUrl,
String user,
String password) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
addIndexReRoute(String storeName,
String indexName,
String type,
Map<String,String> additionalQueryParams) |
javax.ws.rs.core.Response |
addSpatialIndex(String storeName,
String indexName) |
javax.ws.rs.core.Response |
addSpatialIndex(String storeName,
String indexName,
Boolean makeDefault,
Integer numPartitions,
String partitionStrategy,
Boolean storeTime,
String crs) |
javax.ws.rs.core.Response |
addSpatialTemporalIndex(String storeName,
String indexName) |
javax.ws.rs.core.Response |
addSpatialTemporalIndex(String storeName,
String indexName,
Boolean makeDefault,
Integer numPartitions,
String partitionStrategy,
String periodicity,
String bias,
Long maxDuplicates,
String crs) |
javax.ws.rs.core.Response |
listIndices(String storeName) |
javax.ws.rs.core.Response |
listPlugins() |
javax.ws.rs.core.Response |
removeIndex(String storeName,
String indexName) |
public IndexServiceClient(String baseUrl)
public javax.ws.rs.core.Response listPlugins()
listPlugins in interface IndexServicepublic javax.ws.rs.core.Response listIndices(String storeName)
listIndices in interface IndexServicepublic javax.ws.rs.core.Response addSpatialIndex(String storeName, String indexName)
public javax.ws.rs.core.Response addSpatialIndex(String storeName, String indexName, Boolean makeDefault, Integer numPartitions, String partitionStrategy, Boolean storeTime, String crs)
addSpatialIndex in interface IndexServicepublic javax.ws.rs.core.Response addSpatialTemporalIndex(String storeName, String indexName)
public javax.ws.rs.core.Response addSpatialTemporalIndex(String storeName, String indexName, Boolean makeDefault, Integer numPartitions, String partitionStrategy, String periodicity, String bias, Long maxDuplicates, String crs)
addSpatialTemporalIndex in interface IndexServicepublic javax.ws.rs.core.Response removeIndex(String storeName, String indexName)
removeIndex in interface IndexServicepublic javax.ws.rs.core.Response addIndexReRoute(String storeName, String indexName, String type, Map<String,String> additionalQueryParams)
addIndexReRoute in interface IndexServiceCopyright © 2013–2020. All rights reserved.