public class MaprDBTableName extends Object implements org.cloudgraph.core.client.TableName
| Modifier and Type | Field and Description |
|---|---|
static String |
PHYSICAL_NAME_DELIMITER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static MaprDBTableName |
fromLogicalName(String qualifiedLogicalTableNamespace,
String logicalTableName,
org.cloudgraph.store.mapping.StoreMappingContext mappingContext)
Constructs a physical table name from a qualified logical namespace and
logical name
|
org.apache.hadoop.hbase.TableName |
get() |
String |
getNamespace() |
String |
getQualifiedLogicalName(org.cloudgraph.store.mapping.StoreMappingContext mappingContext) |
String |
getTableName() |
int |
hashCode() |
static MaprDBTableName |
valueOf(String qualifiedPhysicalTableNamespace,
String physicalTableName) |
public static String PHYSICAL_NAME_DELIMITER
public org.apache.hadoop.hbase.TableName get()
public String getNamespace()
getNamespace in interface org.cloudgraph.core.client.TableNamepublic String getTableName()
getTableName in interface org.cloudgraph.core.client.TableNamepublic static MaprDBTableName valueOf(String qualifiedPhysicalTableNamespace, String physicalTableName)
public static MaprDBTableName fromLogicalName(String qualifiedLogicalTableNamespace, String logicalTableName, org.cloudgraph.store.mapping.StoreMappingContext mappingContext)
mappingContext - the mapping contextpublic String getQualifiedLogicalName(org.cloudgraph.store.mapping.StoreMappingContext mappingContext)
getQualifiedLogicalName in interface org.cloudgraph.core.client.TableNameCopyright © 2023. All Rights Reserved.