Uses of Class
org.apache.cassandra.schema.Keyspaces.KeyspacesDiff
-
Packages that use Keyspaces.KeyspacesDiff Package Description org.apache.cassandra.schema -
-
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.KeyspacesDiffSchemaTransformation.SchemaTransformationResult. diffstatic Keyspaces.KeyspacesDiffKeyspaces.KeyspacesDiff. NONEMethods in org.apache.cassandra.schema that return Keyspaces.KeyspacesDiff Modifier and Type Method Description static Keyspaces.KeyspacesDiffKeyspaces. diff(Keyspaces before, Keyspaces after)Constructors in org.apache.cassandra.schema with parameters of type Keyspaces.KeyspacesDiff Constructor Description SchemaTransformationResult(DistributedSchema before, DistributedSchema after, Keyspaces.KeyspacesDiff diff)
-