public interface IStatisticsDataHandler
| Modifier and Type | Method and Description |
|---|---|
org.elasticsearch.client.RestHighLevelClient |
getClient()
Returns the underlying elasticsearch client
|
boolean |
isLoggingEnabled()
Returns true if the statistics module is enabled otherwise false
|
org.elasticsearch.action.index.IndexResponse |
persist(Map<String,Object> dataMap)
Persist the date to the database
|
org.elasticsearch.action.index.IndexResponse persist(Map<String,Object> dataMap) throws org.elasticsearch.ElasticsearchGenerationException, IOException
dataMap - keys are property names and the values are the objectsIOException - If an error occursorg.elasticsearch.ElasticsearchGenerationException - If an error occursboolean isLoggingEnabled()
org.elasticsearch.client.RestHighLevelClient getClient()
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.