Class TBMigrator.TBStreamMigrator

  • Enclosing class:
    TBMigrator

    public static final class TBMigrator.TBStreamMigrator
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TBStreamMigrator​(java.io.File srcTBLocation, java.io.File dstTBLocation, boolean restore, java.lang.String streamsRegexp, DataCacheOptions dataCacheOptions, boolean compare, StreamComparer.ComparerType comparerType, boolean skipNonDurable, java.lang.String hdfs)  
    • Method Summary

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

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

      • TBStreamMigrator

        public TBStreamMigrator​(java.io.File srcTBLocation,
                                java.io.File dstTBLocation,
                                boolean restore,
                                java.lang.String streamsRegexp,
                                DataCacheOptions dataCacheOptions,
                                boolean compare,
                                StreamComparer.ComparerType comparerType,
                                boolean skipNonDurable,
                                java.lang.String hdfs)
    • Method Detail

      • migrate

        public void migrate()
                     throws java.io.IOException
        Throws:
        java.io.IOException