Class Remote

java.lang.Object
org.springframework.data.elasticsearch.core.reindex.Remote

public class Remote extends Object
Remote info (@see https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-reindex.html#source)
Since:
4.4
Author:
Sijia Liu
  • Method Details

    • getHost

      public String getHost()
    • getUsername

      public @Nullable String getUsername()
    • getPassword

      public @Nullable String getPassword()
    • getSocketTimeout

      public @Nullable Duration getSocketTimeout()
    • getConnectTimeout

      public @Nullable Duration getConnectTimeout()
    • getScheme

      public String getScheme()
    • getPort

      public int getPort()
    • getPathPrefix

      public @Nullable String getPathPrefix()
    • builder

      public static Remote.RemoteBuilder builder(String scheme, String host, int port)