Package org.apache.cassandra.schema
Class SchemaTransformation.SchemaTransformationResult
- java.lang.Object
-
- org.apache.cassandra.schema.SchemaTransformation.SchemaTransformationResult
-
- Enclosing interface:
- SchemaTransformation
public static class SchemaTransformation.SchemaTransformationResult extends java.lang.Object
The result of applying (on this node) a given schema transformation.
-
-
Field Summary
Fields Modifier and Type Field Description DistributedSchema
after
DistributedSchema
before
Keyspaces.KeyspacesDiff
diff
-
Constructor Summary
Constructors Constructor Description SchemaTransformationResult(DistributedSchema before, DistributedSchema after, Keyspaces.KeyspacesDiff diff)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
before
public final DistributedSchema before
-
after
public final DistributedSchema after
-
diff
public final Keyspaces.KeyspacesDiff diff
-
-
Constructor Detail
-
SchemaTransformationResult
public SchemaTransformationResult(DistributedSchema before, DistributedSchema after, Keyspaces.KeyspacesDiff diff)
-
-