Package | Description |
---|---|
org.mule.modules.cassandradb | |
org.mule.modules.cassandradb.api | |
org.mule.modules.cassandradb.utils.builders |
Modifier and Type | Method and Description |
---|---|
boolean |
CassandraDBConnector.createTable(CreateTableInput input)
Creates a table(column family) in a specific keyspace; If no keyspace is specified the keyspace used for login will be used
|
Modifier and Type | Method and Description |
---|---|
boolean |
CassandraClient.createTable(CreateTableInput input) |
Modifier and Type | Method and Description |
---|---|
static com.datastax.driver.core.schemabuilder.SchemaStatement |
HelperStatements.createTable(String keyspace,
CreateTableInput input) |
Copyright © 2010–2019. All rights reserved.