Package com.gmt2001.datastore
Class DataStoreConverter
java.lang.Object
com.gmt2001.datastore.DataStoreConverter
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 Summary
Modifier and TypeMethodDescriptionstatic voidconvertDataStore(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.
-
Method Details
-
convertDataStore
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 datastoresecondaryDbInstance- - The source datastore
-