|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.db.migration.Migration
org.apache.cassandra.db.migration.AddKeyspace
public class AddKeyspace
Field Summary |
---|
Fields inherited from class org.apache.cassandra.db.migration.Migration |
---|
LAST_MIGRATION_KEY, logger, MIGRATIONS_CF, NAME_VALIDATOR_REGEX, SCHEMA_CF, timestamp |
Constructor Summary | |
---|---|
AddKeyspace(KSMetaData ksm)
|
Method Summary | |
---|---|
protected void |
applyImpl()
Class specific apply implementation where schema migration logic should be put |
java.lang.String |
toString()
|
Methods inherited from class org.apache.cassandra.db.migration.Migration |
---|
announce, apply, getLastMigrationId, isLegalName, passiveAnnounce |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AddKeyspace(KSMetaData ksm) throws ConfigurationException
ConfigurationException
Method Detail |
---|
protected void applyImpl() throws ConfigurationException, java.io.IOException
Migration
applyImpl
in class Migration
ConfigurationException
- if there is object misconfiguration.
java.io.IOException
- on any I/O related error.public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |