public class TableCreator extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
TABLE_PATTERN |
| Constructor and Description |
|---|
TableCreator() |
| Modifier and Type | Method and Description |
|---|---|
void |
createTableForCounter(com.datastax.driver.core.Session session,
boolean forceColumnFamilyCreation) |
void |
createTableForEntity(com.datastax.driver.core.Session session,
EntityMeta entityMeta,
boolean forceColumnFamilyCreation) |
Map<String,com.datastax.driver.core.TableMetadata> |
fetchTableMetaData(com.datastax.driver.core.KeyspaceMetadata keyspaceMeta,
String keyspaceName) |
public static final String TABLE_PATTERN
public Map<String,com.datastax.driver.core.TableMetadata> fetchTableMetaData(com.datastax.driver.core.KeyspaceMetadata keyspaceMeta, String keyspaceName)
public void createTableForEntity(com.datastax.driver.core.Session session,
EntityMeta entityMeta,
boolean forceColumnFamilyCreation)
public void createTableForCounter(com.datastax.driver.core.Session session,
boolean forceColumnFamilyCreation)
Copyright © 2012-2014. All Rights Reserved.