22#include "data/BackendInterface.hpp"
23#include "migration/cassandra/CassandraMigrationBackend.hpp"
24#include "migration/impl/MigrationInspectorBase.hpp"
25#include "migration/impl/MigrationManagerBase.hpp"
26#include "migration/impl/MigratorsRegister.hpp"
32template <
typename BackendType>
36using MigrationProcesser = CassandraSupportedMigrators<migration::cassandra::CassandraMigrationBackend>;
40using MigrationQuerier = CassandraSupportedMigrators<data::BackendInterface>;
44namespace migration::cassandra {
The migration inspector implementation for Cassandra. It will report the migration status for Cassand...
Definition MigrationInspectorBase.hpp:40
The migration manager implementation for Cassandra. It will run the migration for the Cassandra datab...
Definition MigrationManagerBase.hpp:39
The register of migrators. It will dispatch the migration to the corresponding migrator....
Definition MigratorsRegister.hpp:67