Class DataStoreConverter

java.lang.Object
com.gmt2001.datastore.DataStoreConverter

@Deprecated(since="3.9.0.0", forRemoval=true) public final class DataStoreConverter extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
No replacement planned
Final class that is used to convert datastores.
Author:
ScaniaTV
  • Method Details

    • convertDataStore

      public static void convertDataStore(DataStore primaryDbInstance, DataStore secondaryDbInstance)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Method that converts a datastore to another one.
      Parameters:
      primaryDbInstance - - The destination datastore
      secondaryDbInstance - - The source datastore