Package | Description |
---|---|
org.apache.cassandra.schema |
Modifier and Type | Field and Description |
---|---|
Tables |
KeyspaceMetadata.tables |
Modifier and Type | Method and Description |
---|---|
Tables |
Tables.Builder.build() |
Tables |
Tables.filter(java.util.function.Predicate<TableMetadata> predicate) |
static Tables |
Tables.none() |
static Tables |
Tables.of(java.lang.Iterable<TableMetadata> tables) |
static Tables |
Tables.of(TableMetadata... tables) |
Tables |
Tables.with(TableMetadata table)
Create a Tables instance with the provided table added
|
Tables |
Tables.without(java.lang.String name)
Creates a Tables instance with the table with the provided name removed
|
Tables |
Tables.without(TableMetadata table) |
Tables |
Tables.withSwapped(TableMetadata table) |
Tables |
Tables.withUpdatedUserType(UserType udt) |
Modifier and Type | Method and Description |
---|---|
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 KeyspaceMetadata |
KeyspaceMetadata.virtual(java.lang.String name,
Tables tables) |
KeyspaceMetadata |
KeyspaceMetadata.withSwapped(Tables regular) |
Copyright © 2009-2022 The Apache Software Foundation