Uses of Class
org.apache.cassandra.schema.Views
-
Packages that use Views Package Description org.apache.cassandra.schema -
-
Uses of Views in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as Views Modifier and Type Field Description Views
KeyspaceMetadata. views
Methods in org.apache.cassandra.schema that return Views Modifier and Type Method Description Views
Views.Builder. build()
static Views
Views. none()
Views
Views. with(ViewMetadata view)
Create a MaterializedViews instance with the provided materialized view addedViews
Views. without(java.lang.String name)
Creates a MaterializedViews instance with the materializedView with the provided name removedViews
Views. withSwapped(ViewMetadata view)
Methods in org.apache.cassandra.schema with parameters of type Views Modifier and Type Method Description static KeyspaceMetadata
KeyspaceMetadata. create(java.lang.String name, KeyspaceParams params, Tables tables, Views views, Types types, UserFunctions functions)
KeyspaceMetadata
KeyspaceMetadata. withSwapped(Views views)
-