| 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() | 
| static Tables | Tables. none() | 
| static Tables | Tables. of(CFMetaData... tables) | 
| static Tables | Tables. of(java.lang.Iterable<CFMetaData> tables) | 
| Tables | Tables. with(CFMetaData 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 | 
| 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) | 
| KeyspaceMetadata | KeyspaceMetadata. withSwapped(Tables regular) | 
Copyright © 2018 The Apache Software Foundation