Package | Description |
---|---|
org.apache.cassandra.schema |
Modifier and Type | Field and Description |
---|---|
Types |
KeyspaceMetadata.types |
Modifier and Type | Method and Description |
---|---|
Types |
Types.Builder.build() |
static Types |
Types.none() |
static Types |
Types.of(UserType... types) |
Types |
Types.with(UserType type)
Create a Types instance with the provided type added
|
Types |
Types.without(java.nio.ByteBuffer name)
Creates a Types instance with the type with the provided name removed
|
Modifier and Type | Method and Description |
---|---|
static KeyspaceMetadata |
KeyspaceMetadata.create(java.lang.String name,
KeyspaceParams params,
Tables tables,
Types types,
Functions functions) |
KeyspaceMetadata |
KeyspaceMetadata.withSwapped(Types types) |
Copyright © 2015 The Apache Software Foundation