クラス ElasticsearchProperties

java.lang.ObjectSE
org.springframework.boot.elasticsearch.autoconfigure.ElasticsearchProperties

@ConfigurationProperties("spring.elasticsearch") public class ElasticsearchProperties extends ObjectSE
Elasticsearch の構成プロパティ。
導入:
4.0.0
作成者:
Andy Wilkinson
  • コンストラクターの詳細

    • ElasticsearchProperties

      public ElasticsearchProperties()
  • メソッドの詳細

    • getUris

      public ListSE<StringSE> getUris()
    • setUris

      public void setUris(ListSE<StringSE> uris)
    • getUsername

      public @Nullable StringSE getUsername()
    • setUsername

      public void setUsername(@Nullable StringSE username)
    • getPassword

      public @Nullable StringSE getPassword()
    • setPassword

      public void setPassword(@Nullable StringSE password)
    • getApiKey

      public @Nullable StringSE getApiKey()
    • setApiKey

      public void setApiKey(@Nullable StringSE apiKey)
    • getConnectionTimeout

      public DurationSE getConnectionTimeout()
    • setConnectionTimeout

      public void setConnectionTimeout(DurationSE connectionTimeout)
    • getSocketTimeout

      public DurationSE getSocketTimeout()
    • setSocketTimeout

      public void setSocketTimeout(DurationSE socketTimeout)
    • isSocketKeepAlive

      public boolean isSocketKeepAlive()
    • setSocketKeepAlive

      public void setSocketKeepAlive(boolean socketKeepAlive)
    • getPathPrefix

      public @Nullable StringSE getPathPrefix()
    • setPathPrefix

      public void setPathPrefix(@Nullable StringSE pathPrefix)
    • getRestclient

      public ElasticsearchProperties.Restclient getRestclient()