Click or drag to resize
BuilderBuild Method
Build the cluster with the configured set of initial contact points and policies. This is a shorthand for Cluster.buildFrom(this).

Namespace: Cassandra
Assembly: Cassandra (in Cassandra.dll) Version: 3.4.0
Syntax
C#
public Cluster Build()

Return Value

Type: Cluster
the newly build Cluster instance.
See Also