public class NameGenerator
extends java.lang.Object
| Constructor and Description | 
|---|
NameGenerator()  | 
| Modifier and Type | Method and Description | 
|---|---|
static java.lang.String | 
generatePartitionMetadataTableName(java.lang.String databaseId)
Generates an unique name for the partition metadata table in the form of  
"Metadata_<databaseId>_<uuid>". | 
public static java.lang.String generatePartitionMetadataTableName(java.lang.String databaseId)
"Metadata_<databaseId>_<uuid>".databaseId - The database id where the table will be created