Uses of Class
org.apache.cassandra.schema.Views
Packages that use Views
-
Uses of Views in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as ViewsMethods in org.apache.cassandra.schema that return ViewsModifier and TypeMethodDescriptionViews.Builder.build()static ViewsViews.none()Views.with(ViewMetadata view) Create a MaterializedViews instance with the provided materialized view addedCreates a MaterializedViews instance with the materializedView with the provided name removedViews.withSwapped(ViewMetadata view) Methods in org.apache.cassandra.schema with parameters of type ViewsModifier and TypeMethodDescriptionstatic KeyspaceMetadataKeyspaceMetadata.create(String name, KeyspaceParams params, Tables tables, Views views, Types types, UserFunctions functions) KeyspaceMetadata.withSwapped(Views views)