public interface ExecutionOptions
| Modifier and Type | Method and Description |
|---|---|
DynamicType |
getDynamicMapping()
Elasticsearch dynamic behaviour.
|
int |
getIndexManagementTimeoutInMs()
Time to wait for the
required index status, in milliseconds. |
ElasticsearchIndexStatus |
getRequiredIndexStatus()
Status the index needs to be at least in, otherwise we'll fail starting up.
|
boolean |
isMultitenancyEnabled()
Whether multitenancy is enabled (
true) or not (false). |
ElasticsearchIndexStatus getRequiredIndexStatus()
DynamicType getDynamicMapping()
int getIndexManagementTimeoutInMs()
required index status, in milliseconds.boolean isMultitenancyEnabled()
true) or not (false).Copyright © 2006–2016 Hibernate. All rights reserved.