Uses of Class
org.apache.cassandra.schema.Tables
Packages that use Tables
-
Uses of Tables in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as TablesMethods in org.apache.cassandra.schema that return TablesModifier and TypeMethodDescriptionTables.Builder.build()Tables.filter(Predicate<TableMetadata> predicate) static TablesTables.none()static TablesTables.of(Iterable<TableMetadata> tables) static TablesTables.of(TableMetadata... tables) Tables.with(TableMetadata table) Create a Tables instance with the provided table addedCreates a Tables instance with the table with the provided name removedTables.without(TableMetadata table) Tables.withSwapped(TableMetadata table) Tables.withUpdatedUserType(UserType udt) Methods in org.apache.cassandra.schema with parameters of type TablesModifier and TypeMethodDescriptionstatic KeyspaceMetadataKeyspaceMetadata.create(String name, KeyspaceParams params, Tables tables) static KeyspaceMetadataKeyspaceMetadata.create(String name, KeyspaceParams params, Tables tables, Views views, Types types, UserFunctions functions) static KeyspaceMetadataKeyspaceMetadata.withSwapped(Tables regular)