| Package | Description |
|---|---|
| org.springframework.data.cassandra.config |
Spring Data Cassandra
factory beans and configuration. |
| org.springframework.data.cassandra.core.cql.keyspace |
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX. |
| Modifier and Type | Method and Description |
|---|---|
KeyspaceOption.ReplicationStrategy |
KeyspaceActionSpecificationFactoryBean.getReplicationStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyspaceActionSpecificationFactoryBean.setReplicationStrategy(KeyspaceOption.ReplicationStrategy replicationStrategy) |
| Modifier and Type | Field and Description |
|---|---|
static KeyspaceOption.ReplicationStrategy |
KeyspaceAttributes.DEFAULT_REPLICATION_STRATEGY |
| Modifier and Type | Method and Description |
|---|---|
KeyspaceOption.ReplicationStrategy |
KeyspaceAttributes.getReplicationStrategy() |
static KeyspaceOption.ReplicationStrategy |
KeyspaceOption.ReplicationStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyspaceOption.ReplicationStrategy[] |
KeyspaceOption.ReplicationStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyspaceAttributes.setReplicationStrategy(KeyspaceOption.ReplicationStrategy replicationStrategy) |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.