| Package | Description |
|---|---|
| org.springframework.data.cassandra.core.cql.keyspace |
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX. |
| Modifier and Type | Method and Description |
|---|---|
static KeyspaceOption |
KeyspaceOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyspaceOption[] |
KeyspaceOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
KeyspaceOptionsSpecification.with(KeyspaceOption option)
Convenience method that calls
with(option, null). |
CreateKeyspaceSpecification |
CreateKeyspaceSpecification.with(KeyspaceOption option) |
T |
KeyspaceOptionsSpecification.with(KeyspaceOption option,
Object value)
Sets the given table option.
|
CreateKeyspaceSpecification |
CreateKeyspaceSpecification.with(KeyspaceOption option,
Object value) |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.