@ConfigurationProperties(prefix="management.health.elasticsearch", ignoreUnknownFields=false) @Deprecated public class ElasticsearchHealthIndicatorProperties extends Object
ElasticsearchHealthIndicator
.Constructor and Description |
---|
ElasticsearchHealthIndicatorProperties()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getIndices()
Deprecated.
|
Duration |
getResponseTimeout()
Deprecated.
|
void |
setIndices(List<String> indices)
Deprecated.
|
void |
setResponseTimeout(Duration responseTimeout)
Deprecated.
|
public ElasticsearchHealthIndicatorProperties()
@DeprecatedConfigurationProperty(reason="Upstream elasticsearch transport is deprecated.") @Deprecated public List<String> getIndices()
@Deprecated public void setIndices(List<String> indices)
@DeprecatedConfigurationProperty(reason="Upstream elasticsearch transport is deprecated.") @Deprecated public Duration getResponseTimeout()
@Deprecated public void setResponseTimeout(Duration responseTimeout)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.