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