Package org.apache.cassandra.schema
Class SchemaTransformation.SchemaTransformationResult
java.lang.Object
org.apache.cassandra.schema.SchemaTransformation.SchemaTransformationResult
- Enclosing interface:
- SchemaTransformation
The result of applying (on this node) a given schema transformation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal DistributedSchemafinal DistributedSchemafinal Keyspaces.KeyspacesDiff -
Constructor Summary
ConstructorsConstructorDescriptionSchemaTransformationResult(DistributedSchema before, DistributedSchema after, Keyspaces.KeyspacesDiff diff) -
Method Summary
-
Field Details
-
before
-
after
-
diff
-
-
Constructor Details
-
SchemaTransformationResult
public SchemaTransformationResult(DistributedSchema before, DistributedSchema after, Keyspaces.KeyspacesDiff diff)
-
-
Method Details