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.KeyspacesDiff
SchemaTransformation.SchemaTransformationResult. diff
static Keyspaces.KeyspacesDiff
Keyspaces.KeyspacesDiff. NONE
Methods in org.apache.cassandra.schema that return Keyspaces.KeyspacesDiff Modifier and Type Method Description static Keyspaces.KeyspacesDiff
Keyspaces. 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)
-