| Modifier and Type | Method and Description |
|---|---|
Cluster |
build()
Builds a
Cluster instance based on the
previously set values. |
Cluster.Builder |
id(String id)
Returns a builder that builds
Cluster
instances with the provided cluster id and
other parameters set to the previously provided
values. |
Cluster.Builder |
name(String name)
Returns a builder that builds
Cluster
instances with the provided cluster name and
other parameters set to the previously provided
values. |
Cluster.Builder |
numArray(double[] numArray)
Returns a builder that builds
Cluster
instances with the provided cluster seeds
and other parameters set to the previously
provided values. |
Cluster.Builder |
size(long size)
Returns a builder that builds
Cluster
instances with the provided cluster size and
other parameters set to the previously provided
values. |
public Cluster.Builder numArray(double[] numArray)
Cluster
instances with the provided cluster seeds
and other parameters set to the previously
provided values.numArray - the cluster seedsCluster.Builderpublic Cluster.Builder id(String id)
Cluster
instances with the provided cluster id and
other parameters set to the previously provided
values.name - the cluster idCluster.Builderpublic Cluster.Builder name(String name)
Cluster
instances with the provided cluster name and
other parameters set to the previously provided
values.name - the cluster nameCluster.Builderpublic Cluster.Builder size(long size)
Cluster
instances with the provided cluster size and
other parameters set to the previously provided
values.size - the cluster sizeCluster.BuilderCopyright © 2021 Actian Corporation. All rights reserved.