Class SystemKeyspaceMigrator41


  • public class SystemKeyspaceMigrator41
    extends java.lang.Object
    Migrate 3.0 versions of some tables to 4.1. In this case it's just extra columns and some keys that are changed.

    Can't just add the additional columns because they are primary key columns and C* doesn't support changing key columns even if it's just clustering columns.

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void migrate()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • migrate

        public static void migrate()