Class DataMigrationExample

java.lang.Object
org.apache.iotdb.DataMigrationExample

public class DataMigrationExample extends Object
Migrate all data belongs to a path from one IoTDB to another IoTDB Each thread migrate one series, the concurrent thread can be configured by CONCURRENCY

This example is migrating all timeseries from a local IoTDB with 6667 port to a local IoTDB with 6668 port

  • Constructor Details

    • DataMigrationExample

      public DataMigrationExample()
  • Method Details