Uses of Class
org.apache.cassandra.schema.Keyspaces.KeyspacesDiff
-
Packages that use Keyspaces.KeyspacesDiff Package Description org.apache.cassandra.cql3.statements.schema org.apache.cassandra.schema -
-
Uses of Keyspaces.KeyspacesDiff in org.apache.cassandra.cql3.statements.schema
Methods in org.apache.cassandra.cql3.statements.schema with parameters of type Keyspaces.KeyspacesDiff Modifier and Type Method Description java.util.Set<java.lang.String>CreateTableStatement. clientWarnings(Keyspaces.KeyspacesDiff diff) -
Uses of Keyspaces.KeyspacesDiff in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as Keyspaces.KeyspacesDiff Modifier and Type Field Description Keyspaces.KeyspacesDiffSchema.TransformationResult. diffMethods in org.apache.cassandra.schema that return Keyspaces.KeyspacesDiff Modifier and Type Method Description static Keyspaces.KeyspacesDiffMigrationManager. announce(SchemaTransformation transformation, boolean locally)
-