See: Description
| Interface | Description |
|---|---|
| KeyspacePopulator |
Strategy used to populate, initialize, or clean up a Cassandra keyspace.
|
| Class | Description |
|---|---|
| CompositeKeyspacePopulator |
Composite
KeyspacePopulator that delegates to a list of given KeyspacePopulator implementations,
executing all scripts. |
| ResourceKeyspacePopulator |
Populates, initializes, or cleans up a keyspace using CQL scripts defined in external resources.
|
| ScriptUtils |
Generic utility methods for working with CQL scripts.
|
| SessionFactoryInitializer |
| Exception | Description |
|---|---|
| CannotReadScriptException |
Thrown by
ScriptUtils if a CQL script cannot be read. |
| ScriptException |
Root of the hierarchy of data access exceptions that are related to processing of CQL scripts.
|
| ScriptParseException |
Thrown by
ScriptUtils if a CQL script cannot be properly parsed. |
| ScriptStatementFailedException |
Thrown by
ScriptUtils if a statement in an CQL script failed when executing it against the target database. |
| UncategorizedScriptException |
Thrown when we cannot determine anything more specific than "something went wrong while processing a CQL script": for
example, a
Exception from Cassandra that we cannot pinpoint more precisely. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.