クラス ElasticsearchProperties
java.lang.ObjectSE
org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties
@ConfigurationProperties("spring.elasticsearch")
public class ElasticsearchProperties
extends ObjectSE
Elasticsearch の構成プロパティ。
- 導入:
- 4.0.0
- 作成者:
- Andy Wilkinson
ネストされたクラスの概要
ネストされたクラスコンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明@Nullable StringSE@Nullable StringSE@Nullable StringSEgetUris()@Nullable StringSEbooleanvoidvoidsetConnectionTimeout(DurationSE connectionTimeout) voidsetPassword(@Nullable StringSE password) voidsetPathPrefix(@Nullable StringSE pathPrefix) voidsetSocketKeepAlive(boolean socketKeepAlive) voidsetSocketTimeout(DurationSE socketTimeout) voidvoidsetUsername(@Nullable StringSE username)
コンストラクターの詳細
ElasticsearchProperties
public ElasticsearchProperties()
方法の詳細
getUris
setUris
getUsername
setUsername
getPassword
setPassword
getApiKey
setApiKey
getConnectionTimeout
setConnectionTimeout
getSocketTimeout
setSocketTimeout
isSocketKeepAlive
public boolean isSocketKeepAlive()setSocketKeepAlive
public void setSocketKeepAlive(boolean socketKeepAlive) getPathPrefix
setPathPrefix
getRestclient