Package | Description |
---|---|
org.apache.cassandra.config | |
org.apache.cassandra.db |
Modifier and Type | Field and Description |
---|---|
static Schema |
Schema.instance |
Modifier and Type | Method and Description |
---|---|
Schema |
Schema.load(java.lang.Iterable<KeyspaceMetadata> keyspaceDefs)
Load up non-system keyspaces
|
Schema |
Schema.load(KeyspaceMetadata keyspaceDef)
Load specific keyspace into Schema
|
Schema |
Schema.loadFromDisk()
load keyspace (keyspace) definitions, but do not initialize the keyspace instances.
|
Schema |
Schema.loadFromDisk(boolean updateVersion)
Load schema definitions from disk.
|
Modifier and Type | Method and Description |
---|---|
static Keyspace |
Keyspace.clear(java.lang.String keyspaceName,
Schema schema) |
Copyright © 2018 The Apache Software Foundation