Interface NodeConfig.Builder

    • Method Detail

      • enabled

        NodeConfig.Builder enabled​(Boolean enabled)

        A boolean value indicating whether a specific node type is active or inactive.

        Parameters:
        enabled - A boolean value indicating whether a specific node type is active or inactive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • count

        NodeConfig.Builder count​(Integer count)

        The number of nodes of a specific type within the cluster.

        Parameters:
        count - The number of nodes of a specific type within the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.