Class NodeTypeShapeConfig.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • shape

        public NodeTypeShapeConfig.Builder shape​(String shape)
        Shape of the node.

        This has to be specified when starting the cluster. Defaults to wn0 for homogeneous clusters and remains empty for heterogeneous clusters. If provided, all nodes in the node type will adopt the specified shape; otherwise, nodes retain their original shapes.

        Parameters:
        shape - the value to set
        Returns:
        this builder