public class IndexTableHandler extends Object implements TableHandler
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CREATE_INDEX_TABLE |
protected static String |
DROP_INDEX_TABLE |
static String |
INDEX_TABLE_NAME |
| Constructor and Description |
|---|
IndexTableHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
createTable(com.datastax.driver.core.Session s) |
void |
dropTable(com.datastax.driver.core.Session s) |
List<String> |
getTableNames() |
public static final String INDEX_TABLE_NAME
protected static final String CREATE_INDEX_TABLE
protected static final String DROP_INDEX_TABLE
public List<String> getTableNames()
getTableNames in interface TableHandlerpublic void createTable(com.datastax.driver.core.Session s)
createTable in interface TableHandlerpublic void dropTable(com.datastax.driver.core.Session s)
dropTable in interface TableHandlerCopyright © 2016 camunda services GmbH. All rights reserved.