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 ViewsKeyspaceMetadata. viewsMethods in org.apache.cassandra.schema that return Views Modifier and Type Method Description ViewsViews.Builder. build()static ViewsViews. none()ViewsViews. with(ViewMetadata view)Create a MaterializedViews instance with the provided materialized view addedViewsViews. without(java.lang.String name)Creates a MaterializedViews instance with the materializedView with the provided name removedViewsViews. withSwapped(ViewMetadata view)Methods in org.apache.cassandra.schema with parameters of type Views Modifier and Type Method Description static KeyspaceMetadataKeyspaceMetadata. create(java.lang.String name, KeyspaceParams params, Tables tables, Views views, Types types, Functions functions)KeyspaceMetadataKeyspaceMetadata. withSwapped(Views views)
-