Uses of Interface
org.apache.cassandra.schema.SchemaTransformation
Packages that use SchemaTransformation
-
Uses of SchemaTransformation in org.apache.cassandra.cql3.statements.schema
Classes in org.apache.cassandra.cql3.statements.schema that implement SchemaTransformationModifier and TypeClassDescriptionfinal classclassclassstatic classALTER TABLE [IF EXISTS] <table> ALTER <column> TYPE <newtype>;No longer supported.static classALTER TABLE [IF EXISTS] <table> ALTER [IF EXISTS] <column> ( MASKED WITH <newMask> | DROP MASKED )classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal class -
Uses of SchemaTransformation in org.apache.cassandra.schema
Methods in org.apache.cassandra.schema that return SchemaTransformationModifier and TypeMethodDescriptionstatic SchemaTransformationSchemaTransformations.addKeyspace(KeyspaceMetadata keyspace, boolean ignoreIfExists) Creates a schema transformation that adds the provided keyspace.static SchemaTransformationSchemaTransformations.addTable(TableMetadata table, boolean ignoreIfExists) Creates a schema transformation that adds the provided table.static SchemaTransformationstatic SchemaTransformationSchemaTransformations.addView(ViewMetadata view, boolean ignoreIfExists) Creates a schema transformation that adds the provided view.static SchemaTransformationSchemaTransformations.updateSystemKeyspace(KeyspaceMetadata keyspace, long generation) We have a set of non-local, distributed system keyspaces, e.g.Methods in org.apache.cassandra.schema with parameters of type SchemaTransformationModifier and TypeMethodDescriptionDefaultSchemaUpdateHandler.apply(SchemaTransformation transformation, boolean local) OfflineSchemaUpdateHandler.apply(SchemaTransformation transformation, boolean local) SchemaUpdateHandler.apply(SchemaTransformation transformation, boolean local) Applies schema transformation in the underlying storage and synchronizes with other nodes.Schema.transform(SchemaTransformation transformation) Schema.transform(SchemaTransformation transformation, boolean local)