Class StaticClusterSize
- java.lang.Object
-
- com.google.cloud.bigtable.admin.v2.models.StaticClusterSize
-
public abstract class StaticClusterSize extends Object
-
-
Constructor Summary
Constructors Constructor Description StaticClusterSize()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract int
getClusterSize()
static StaticClusterSize
of(int clusterSize)
-
-
-
Method Detail
-
of
public static StaticClusterSize of(int clusterSize)
-
getClusterSize
public abstract int getClusterSize()
-
-