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  "CDC_Partitions_Metadata_<databaseId>_<uuid>". | 
public static java.lang.String generatePartitionMetadataTableName(java.lang.String databaseId)
"CDC_Partitions_Metadata_<databaseId>_<uuid>".databaseId - The database id where the table will be created