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 TablesKeyspaceMetadata. tablesMethods in org.apache.cassandra.schema that return Tables Modifier and Type Method Description TablesTables.Builder. build()TablesTables. filter(java.util.function.Predicate<TableMetadata> predicate)static TablesTables. none()static TablesTables. of(java.lang.Iterable<TableMetadata> tables)static TablesTables. of(TableMetadata... tables)TablesTables. with(TableMetadata table)Create a Tables instance with the provided table addedTablesTables. without(java.lang.String name)Creates a Tables instance with the table with the provided name removedTablesTables. without(TableMetadata table)TablesTables. withSwapped(TableMetadata table)TablesTables. withUpdatedUserType(UserType udt)Methods in org.apache.cassandra.schema with parameters of type Tables Modifier and Type Method Description static KeyspaceMetadataKeyspaceMetadata. create(java.lang.String name, KeyspaceParams params, Tables tables)static KeyspaceMetadataKeyspaceMetadata. create(java.lang.String name, KeyspaceParams params, Tables tables, Views views, Types types, Functions functions)static KeyspaceMetadataKeyspaceMetadata. virtual(java.lang.String name, Tables tables)KeyspaceMetadataKeyspaceMetadata. withSwapped(Tables regular)
-