K - the type of the keyV - the type of the valueD - the type of this table descriptorpublic abstract class HybridTableDescriptor<K,V,D extends HybridTableDescriptor<K,V,D>> extends BaseTableDescriptor<K,V,D>
config, tableId| Constructor and Description |
|---|
HybridTableDescriptor(java.lang.String tableId)
Constructs a table descriptor instance
|
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.List<? extends TableDescriptor<K,V,?>> |
getTableDescriptors()
Get tables contained within this table.
|
addTableConfig, getProviderFactoryClassName, getTableId, toConfig, validate, withConfigpublic HybridTableDescriptor(java.lang.String tableId)
tableId - Id of the table, it must conform to pattern [\\d\\w-_]+public abstract java.util.List<? extends TableDescriptor<K,V,?>> getTableDescriptors()