public static class SchemaTransformation.SchemaTransformationResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
DistributedSchema |
after |
DistributedSchema |
before |
Keyspaces.KeyspacesDiff |
diff |
Constructor and Description |
---|
SchemaTransformationResult(DistributedSchema before,
DistributedSchema after,
Keyspaces.KeyspacesDiff diff) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final DistributedSchema before
public final DistributedSchema after
public final Keyspaces.KeyspacesDiff diff
public SchemaTransformationResult(DistributedSchema before, DistributedSchema after, Keyspaces.KeyspacesDiff diff)
Copyright © 2009-2022 The Apache Software Foundation