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.Builder
public 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.Builder
public 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.Builder
public 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.Builder
Copyright © 2016 Actian Corporation. All rights reserved.