Uses of Class
org.apache.cassandra.db.migration.Migration

Packages that use Migration
org.apache.cassandra.db.migration   
 

Uses of Migration in org.apache.cassandra.db.migration
 

Subclasses of Migration in org.apache.cassandra.db.migration
 class AddColumnFamily
          Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
 class AddKeyspace
           
 class DropColumnFamily
          Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
 class DropKeyspace
           
 class UpdateColumnFamily
          todo: doesn't work with secondary indices yet.
 class UpdateKeyspace
          Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
 

Methods in org.apache.cassandra.db.migration that return Migration
static Migration Migration.deserialize(java.nio.ByteBuffer bytes, int version)
           
 



Copyright © 2012 The Apache Software Foundation