Class ClusterSize
- java.lang.Object
-
- com.databricks.sdk.service.compute.ClusterSize
-
@Generated public class ClusterSize extends Object
-
-
Constructor Summary
Constructors Constructor Description ClusterSize()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)AutoScalegetAutoscale()LonggetNumWorkers()inthashCode()ClusterSizesetAutoscale(AutoScale autoscale)ClusterSizesetNumWorkers(Long numWorkers)StringtoString()
-
-
-
Method Detail
-
setAutoscale
public ClusterSize setAutoscale(AutoScale autoscale)
-
getAutoscale
public AutoScale getAutoscale()
-
setNumWorkers
public ClusterSize setNumWorkers(Long numWorkers)
-
getNumWorkers
public Long getNumWorkers()
-
-