|
||||||||||
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, lastVersion, logger, MIGRATIONS_CF, MIGRATIONS_KEY, NAME_VALIDATOR_REGEX, newVersion, rm, schema, SCHEMA_CF |
Constructor Summary | |
---|---|
protected |
AddKeyspace()
Required no-arg constructor |
|
AddKeyspace(KSMetaData ksm)
|
Method Summary | |
---|---|
void |
applyModels()
keep in mind that applyLive might happen on another machine |
void |
subdeflate(Migration mi)
Deflate this Migration into an Avro object. |
void |
subinflate(Migration mi)
Inflate this Migration from an Avro object: called after the required no-arg constructor. |
java.lang.String |
toString()
|
Methods inherited from class org.apache.cassandra.db.migration.Migration |
---|
announce, apply, deserialize, getLastMigrationId, getLocalMigrations, getVersion, isLegalName, passiveAnnounce, serialize, toUTF8Bytes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected AddKeyspace()
public AddKeyspace(KSMetaData ksm) throws ConfigurationException, java.io.IOException
ConfigurationException
java.io.IOException
Method Detail |
---|
public void applyModels() throws java.io.IOException
Migration
java.io.IOException
public void subdeflate(Migration mi)
Migration
subdeflate
in class Migration
public void subinflate(Migration mi)
Migration
subinflate
in class Migration
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 |