Package | Description |
---|---|
org.apache.cassandra.schema |
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.simple(java.lang.String 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) |
KeyspaceMetadata |
KeyspaceMetadata.withSwapped(KeyspaceParams params) |
Copyright © 2009-2021 The Apache Software Foundation