Uses of Class
org.apache.cassandra.schema.ViewMetadata
-
Packages that use ViewMetadata Package Description org.apache.cassandra.db.view org.apache.cassandra.schema -
-
Uses of ViewMetadata in org.apache.cassandra.db.view
Methods in org.apache.cassandra.db.view that return ViewMetadata Modifier and Type Method Description ViewMetadataView. getDefinition()Methods in org.apache.cassandra.db.view that return types with arguments of type ViewMetadata Modifier and Type Method Description static java.lang.Iterable<ViewMetadata>View. findAll(java.lang.String keyspace, java.lang.String baseTable)Methods in org.apache.cassandra.db.view with parameters of type ViewMetadata Modifier and Type Method Description voidViewManager. 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 Constructor Description View(ViewMetadata definition, ColumnFamilyStore baseCfs) -
Uses of ViewMetadata in org.apache.cassandra.schema
Methods in org.apache.cassandra.schema that return ViewMetadata Modifier and Type Method Description ViewMetadataViewMetadata. copy(TableMetadata newMetadata)ViewMetadataViews.Builder. get(java.lang.String name)ViewMetadataViews. getNullable(java.lang.String name)Get the view with the specified nameViewMetadataSchema. getView(java.lang.String keyspaceName, java.lang.String viewName)ViewMetadataViewMetadata. withAddedRegularColumn(ColumnMetadata column)ViewMetadataViewMetadata. withRenamedPrimaryKeyColumn(ColumnIdentifier from, ColumnIdentifier to)ViewMetadataViewMetadata. withUpdatedUserType(UserType udt)Methods in org.apache.cassandra.schema that return types with arguments of type ViewMetadata Modifier and Type Method Description java.lang.Iterable<ViewMetadata>Views. forTable(TableId tableId)java.util.Optional<ViewMetadata>Views. get(java.lang.String name)Get the materialized view with the specified namejava.util.Iterator<ViewMetadata>Views. iterator()java.util.stream.Stream<ViewMetadata>Views. stream()java.util.stream.Stream<ViewMetadata>Views. stream(TableId tableId)Methods in org.apache.cassandra.schema with parameters of type ViewMetadata Modifier and Type Method Description static 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.BuilderViews.Builder. put(ViewMetadata view)ViewsViews. with(ViewMetadata view)Create a MaterializedViews instance with the provided materialized view addedViewsViews. withSwapped(ViewMetadata view)Method parameters in org.apache.cassandra.schema with type arguments of type ViewMetadata Modifier and Type Method Description Views.BuilderViews.Builder. put(java.lang.Iterable<ViewMetadata> views)
-