Interface NodeConfig.Builder

    • Method Detail

      • enabled

        NodeConfig.Builder enabled​(Boolean enabled)

        A boolean that indicates whether a particular node type is enabled or not.

        Parameters:
        enabled - A boolean that indicates whether a particular node type is enabled or not.
        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 particular node type in the cluster.

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