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 RenameColumnFamily
          Deprecated. 
 class RenameKeyspace
          Deprecated. 
 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)
           
 



Copyright © 2010 The Apache Software Foundation