Uses of Class
org.apache.cassandra.schema.Tables
-
Packages that use Tables Package Description org.apache.cassandra.schema -
-
Uses of Tables in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as Tables Modifier and Type Field Description Tables
KeyspaceMetadata. tables
Methods in org.apache.cassandra.schema that return Tables Modifier and Type Method 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 addedTables
Tables. without(java.lang.String name)
Creates a Tables instance with the table with the provided name removedTables
Tables. without(TableMetadata table)
Tables
Tables. withSwapped(TableMetadata table)
Tables
Tables. withUpdatedUserType(UserType udt)
Methods in org.apache.cassandra.schema with parameters of type Tables Modifier and Type Method 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, UserFunctions functions)
static KeyspaceMetadata
KeyspaceMetadata. virtual(java.lang.String name, Tables tables)
KeyspaceMetadata
KeyspaceMetadata. withSwapped(Tables regular)
-