public class BigtableClusterName extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BIGTABLE_V1_CLUSTER_FMT |
static String |
TABLE_SEPARATOR |
Constructor and Description |
---|
BigtableClusterName(String projectId,
String zoneId,
String clusterId) |
Modifier and Type | Method and Description |
---|---|
String |
toString()
Get the cluster name.
|
String |
toTableId(String tableName)
Transforms a tableName within this cluster of the form
projects/(projectId)/zones/(zoneId)/clusters/(clusterId)/tables/(tableId) to (tableId).
|
BigtableTableName |
toTableName(String tableId) |
String |
toTableNameStr(String tableId) |
public static final String BIGTABLE_V1_CLUSTER_FMT
public static final String TABLE_SEPARATOR
public String toTableId(String tableName)
public BigtableTableName toTableName(String tableId)
Copyright © 2015. All rights reserved.