Represents a group of related Cassandra objects that are migrated together.
This utility can be used to:
This utility can be used to:
NOTE: The optional 'alternateCurrentStateKeySpace' may be given to specify where the scope's current state tracking data should be stored. It defaults to None, in which case this data is stored in the Session's keyspace. A common case would be accept the default and to ensure that none of the CQL migration scripts attempt to change the Session's keyspace (e.g., via a 'USE' statement). In that case the scope's current state data will be stored in the same keyspace all of its other data. However, you may optionally provide an explicit 'alternateCurrentStateKeySpace' if for some reason you do not want the current state stored in the Session's keyspace (e.g., if some of the CQL scripts do change the Session's keyspace via 'USE' statements).
Eric Evans
Utilities for working with CQL files.
Utilities for working with CQL files.
Eric Evans
Represents a group of related Cassandra objects that are migrated together.
Author:
Eric Evans