interface ESStatisticsServer
Modifier and Type | Method and Description |
---|---|
org.elasticsearch.client.Client |
getClient()
Retrieves the elasticsearch client to be used for connecting to the server
|
void |
start(String confDir)
Initializes the Statistics Server
|
void |
stop()
Destroys the Statistics Server
|
void start(String confDir)
confDir
- Path of the base configuration directory to be used by this statistics servervoid stop()
org.elasticsearch.client.Client getClient()
Copyright © 2016–2019 AdroitLogic. All rights reserved.