Uses of Class
org.apache.cassandra.schema.ViewMetadata
Packages that use ViewMetadata
-
Uses of ViewMetadata in org.apache.cassandra.db.view
Methods in org.apache.cassandra.db.view that return ViewMetadataMethods in org.apache.cassandra.db.view that return types with arguments of type ViewMetadataMethods in org.apache.cassandra.db.view with parameters of type ViewMetadataModifier and TypeMethodDescriptionvoidViewManager.addView(ViewMetadata definition) voidView.updateDefinition(ViewMetadata definition) This updates the columns stored which are dependent on the base TableMetadata.Constructors in org.apache.cassandra.db.view with parameters of type ViewMetadata -
Uses of ViewMetadata in org.apache.cassandra.schema
Methods in org.apache.cassandra.schema that return ViewMetadataModifier and TypeMethodDescriptionViewMetadata.copy(TableMetadata newMetadata) Views.getNullable(String name) Get the view with the specified nameViewMetadata.withAddedRegularColumn(ColumnMetadata column) ViewMetadata.withNewColumnMask(ColumnIdentifier name, ColumnMask mask) ViewMetadata.withRenamedPrimaryKeyColumn(ColumnIdentifier from, ColumnIdentifier to) ViewMetadata.withUpdatedUserType(UserType udt) Methods in org.apache.cassandra.schema that return types with arguments of type ViewMetadataModifier and TypeMethodDescriptionGet the materialized view with the specified nameViews.iterator()Views.stream()Methods in org.apache.cassandra.schema with parameters of type ViewMetadataModifier and TypeMethodDescriptionstatic SchemaTransformationSchemaTransformations.addView(ViewMetadata view, boolean ignoreIfExists) Creates a schema transformation that adds the provided view.default voidSchemaChangeListener.onAlterView(ViewMetadata before, ViewMetadata after, boolean affectStatements) default voidSchemaChangeListener.onCreateView(ViewMetadata view) default voidSchemaChangeListener.onDropView(ViewMetadata view, boolean dropData) default voidSchemaChangeListener.onPreAlterView(ViewMetadata before, ViewMetadata after) Views.Builder.put(ViewMetadata view) Views.with(ViewMetadata view) Create a MaterializedViews instance with the provided materialized view addedViews.withSwapped(ViewMetadata view) Method parameters in org.apache.cassandra.schema with type arguments of type ViewMetadata