Interface CrossClusterSearchConnectionProperties.Builder

  • Method Details

    • skipUnavailable

      CrossClusterSearchConnectionProperties.Builder skipUnavailable(String skipUnavailable)

      The status of the SkipUnavailable setting for the outbound connection. This feature allows you to specify some clusters as optional and ensure that your cross-cluster queries return partial results despite failures on one or more remote clusters.

      Parameters:
      skipUnavailable - The status of the SkipUnavailable setting for the outbound connection. This feature allows you to specify some clusters as optional and ensure that your cross-cluster queries return partial results despite failures on one or more remote clusters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • skipUnavailable

      The status of the SkipUnavailable setting for the outbound connection. This feature allows you to specify some clusters as optional and ensure that your cross-cluster queries return partial results despite failures on one or more remote clusters.

      Parameters:
      skipUnavailable - The status of the SkipUnavailable setting for the outbound connection. This feature allows you to specify some clusters as optional and ensure that your cross-cluster queries return partial results despite failures on one or more remote clusters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: