| Package | Description | 
|---|---|
| org.apache.cassandra.config | |
| org.apache.cassandra.cql3.statements | |
| org.apache.cassandra.schema | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Schema. updateKeyspace(java.lang.String ksName,
              KeyspaceParams newParams) | 
| Modifier and Type | Method and Description | 
|---|---|
| KeyspaceParams | KeyspaceAttributes. asAlteredKeyspaceParams(KeyspaceParams previous) | 
| KeyspaceParams | KeyspaceAttributes. asNewKeyspaceParams() | 
| Modifier and Type | Method and Description | 
|---|---|
| KeyspaceParams | KeyspaceAttributes. asAlteredKeyspaceParams(KeyspaceParams previous) | 
| Modifier and Type | Field and Description | 
|---|---|
| KeyspaceParams | KeyspaceMetadata. params | 
| Modifier and Type | Method and Description | 
|---|---|
| static KeyspaceParams | KeyspaceParams. create(boolean durableWrites,
      java.util.Map<java.lang.String,java.lang.String> replication) | 
| static KeyspaceParams | KeyspaceParams. local() | 
| static KeyspaceParams | KeyspaceParams. nts(java.lang.Object... args) | 
| static KeyspaceParams | KeyspaceParams. simple(int replicationFactor) | 
| static KeyspaceParams | KeyspaceParams. simpleTransient(int replicationFactor) | 
| Modifier and Type | Method and Description | 
|---|---|
| static KeyspaceMetadata | KeyspaceMetadata. create(java.lang.String name,
      KeyspaceParams params) | 
| static KeyspaceMetadata | KeyspaceMetadata. create(java.lang.String name,
      KeyspaceParams params,
      Tables tables) | 
| static KeyspaceMetadata | KeyspaceMetadata. create(java.lang.String name,
      KeyspaceParams params,
      Tables tables,
      Views views,
      Types types,
      Functions functions) | 
| static Mutation.SimpleBuilder | SchemaKeyspace. makeCreateKeyspaceMutation(java.lang.String name,
                          KeyspaceParams params,
                          long timestamp) | 
| KeyspaceMetadata | KeyspaceMetadata. withSwapped(KeyspaceParams params) | 
Copyright © 2018 The Apache Software Foundation