public class ElasticSearchInitialiser extends Object
Modifier and Type | Field and Description |
---|---|
static long |
DEFAULT_RETRY_TIMER_MS |
Constructor and Description |
---|
ElasticSearchInitialiser() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
RestClientFactory |
getRestClientFactory() |
long |
getRetryTimer() |
Map<String,String> |
getTemplateFiles() |
void |
init() |
boolean |
isInitialised() |
void |
setRestClientFactory(RestClientFactory restClientFactory) |
void |
setRetryTimer(long retryTimer) |
void |
setTemplateFiles(Map<String,String> templateFiles) |
public static final long DEFAULT_RETRY_TIMER_MS
public long getRetryTimer()
public void setRetryTimer(long retryTimer)
public RestClientFactory getRestClientFactory()
public void setRestClientFactory(RestClientFactory restClientFactory)
public boolean isInitialised()
public void init()
public void destroy()
Copyright © 2020. All rights reserved.