Package | Description |
---|---|
org.wso2.carbon.apimgt.migration.client | |
org.wso2.carbon.apimgt.migration.client.sp_migration |
Modifier and Type | Method and Description |
---|---|
static void |
MigrationExecutor.execute(MigrationExecutor.Arguments arguments) |
void |
MigrationClient.statsMigration()
This method is used to migrate API stats database.
|
void |
MigrateFrom210.statsMigration() |
void |
MigrateFrom320.statsMigration() |
void |
MigrateFrom310.statsMigration() |
void |
ScopeRoleMappingPopulationClient.statsMigration() |
void |
MigrateFrom200.statsMigration() |
Modifier and Type | Method and Description |
---|---|
void |
DBManager.initialize(String migrateFromVersion) |
void |
DBManagerImpl.initialize(String migrateFromVersion)
This method initializes the datasources required for the migration of the stats dbs
|
void |
DBManager.migrateDestinationSummaryTable() |
void |
DBManagerImpl.migrateDestinationSummaryTable()
This method migrates the data related to the API_DESTINATION_SUMMARY table
|
void |
DBManager.migrateExecutionTimeDaySummaryTable() |
void |
DBManagerImpl.migrateExecutionTimeDaySummaryTable()
This method migrates the data related to the API_EXE_TME_DAY_SUMMARY table
|
void |
DBManager.migrateExecutionTimeHourSummaryTable() |
void |
DBManagerImpl.migrateExecutionTimeHourSummaryTable()
This method migrates the data related to the API_EXE_TIME_HOUR_SUMMARY table
|
void |
DBManager.migrateExecutionTimeMinuteSummaryTable() |
void |
DBManagerImpl.migrateExecutionTimeMinuteSummaryTable()
This method migrates the data related to the API_EXE_TIME_MIN_SUMMARY table
|
void |
DBManager.migrateFaultSummaryTable() |
void |
DBManagerImpl.migrateFaultSummaryTable()
This method migrates the data related to the API_FAULT_SUMMARY table
|
void |
DBManager.migrateGeoLocationSummaryTable() |
void |
DBManagerImpl.migrateGeoLocationSummaryTable()
This method migrates the data related to the API_REQ_GEO_LOC_SUMMARY table
|
void |
DBManager.migrateLastAccessTimeSummaryTable() |
void |
DBManagerImpl.migrateLastAccessTimeSummaryTable()
This method migrates the data related to the API_LAST_ACCESS_TIME_SUMMARY table
|
void |
DBManager.migrateRequestSummaryTable() |
void |
DBManagerImpl.migrateRequestSummaryTable()
This method migrates the data related to the API_REQUEST_SUMMARY table
|
void |
DBManager.migrateResourceUsageSummaryTable() |
void |
DBManagerImpl.migrateResourceUsageSummaryTable()
This method migrates the data related to the API_RESOURCE_USAGE_SUMMARY table
|
void |
DBManager.migrateThrottledOutRequestCountSummaryTable() |
void |
DBManagerImpl.migrateThrottledOutRequestCountSummaryTable()
This method migrates the data related to the API_THROTTLED_OUT_SUMMARY table for success counts
|
void |
DBManager.migrateThrottledOutSummaryTable() |
void |
DBManagerImpl.migrateThrottledOutSummaryTable()
This method migrates the data related to the API_THROTTLED_OUT_SUMMARY table
|
void |
DBManager.migrateUserBrowserSummaryTable() |
void |
DBManagerImpl.migrateUserBrowserSummaryTable()
This method migrates the data related to the API_REQ_USR_BROW_SUMMARY table
|
void |
DBManager.migrateVersionUsageSummaryTable() |
void |
DBManagerImpl.migrateVersionUsageSummaryTable()
This method migrates the data related to the API_VERSION_USAGE_SUMMARY table
|
void |
DBManager.sortGraphQLOperation() |
void |
DBManagerImpl.sortGraphQLOperation()
This method sort the graph QL operation stored as API Resource Template into an alphabetical order
|
void |
APIMStatMigrationClient.statsMigration() |
Copyright © 2024 WSO2. All rights reserved.