Interface CrossClusterSearchConnectionProperties.Builder

    • Method Detail

      • 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:
        SkipUnavailableStatus, SkipUnavailableStatus
      • skipUnavailable

        CrossClusterSearchConnectionProperties.Builder skipUnavailable​(SkipUnavailableStatus 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:
        SkipUnavailableStatus, SkipUnavailableStatus