| Package | Description |
|---|---|
| org.springframework.data.cassandra.core.cql |
CQL core support.
|
| org.springframework.data.cassandra.core.cql.keyspace |
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX. |
| Modifier and Type | Method and Description |
|---|---|
static KeyspaceIdentifier |
KeyspaceIdentifier.ksId(CharSequence identifier)
Deprecated.
since 2.0, use
of(CharSequence). |
static KeyspaceIdentifier |
KeyspaceIdentifier.of(CharSequence identifier)
Factory method for
KeyspaceIdentifier. |
| Modifier and Type | Method and Description |
|---|---|
int |
KeyspaceIdentifier.compareTo(KeyspaceIdentifier that) |
| Modifier and Type | Method and Description |
|---|---|
KeyspaceIdentifier |
KeyspaceDescriptor.getName()
Returns the name of the table.
|
KeyspaceIdentifier |
KeyspaceActionSpecification.getName() |
| Modifier and Type | Method and Description |
|---|---|
static AlterKeyspaceSpecification |
AlterKeyspaceSpecification.alterKeyspace(KeyspaceIdentifier name)
Entry point into the
AlterKeyspaceSpecification's fluent API given name to alter a keyspace. |
static CreateKeyspaceSpecification |
CreateKeyspaceSpecification.createKeyspace(KeyspaceIdentifier name)
Entry point into the
CreateKeyspaceSpecification's fluent API given name to create a keyspace. |
static DropKeyspaceSpecification |
DropKeyspaceSpecification.dropKeyspace(KeyspaceIdentifier name)
Create a new
DropKeyspaceSpecification for the given name. |
| Constructor and Description |
|---|
KeyspaceActionSpecification(KeyspaceIdentifier name) |
KeyspaceOptionsSpecification(KeyspaceIdentifier name) |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.