public interface DatabaseInformationService
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_ID |
Modifier and Type | Method and Description |
---|---|
void |
appliquerScripts(List<IndexInformation> indexes)
Applique la liste des scripts pour une liste
|
SQLResults |
executeRequete(String sql) |
PerfDatabaseInformation |
recupereDetailPerfDatabaseInformations(String schema,
PerfDatabaseInformation request) |
List<IndexInformation> |
recupereIndexesPerf() |
List<PerfDatabaseInformation> |
recuperePerfDatabaseInformations(String schema) |
String |
recuperePlanExecution(String schema,
String request) |
SystemDatabaseInformation |
recupereSystemeDatabaseInformation() |
void |
supprimerCaches()
Execute les instructions suivantes sur la
- ALTER SYSTEM FLUSH BUFFER_CACHE;
- ALTER SYSTEM FLUSH SHARED_POOL
|
static final String SERVICE_ID
List<PerfDatabaseInformation> recuperePerfDatabaseInformations(String schema)
PerfDatabaseInformation recupereDetailPerfDatabaseInformations(String schema, PerfDatabaseInformation request)
String recuperePlanExecution(String schema, String request)
SystemDatabaseInformation recupereSystemeDatabaseInformation()
List<IndexInformation> recupereIndexesPerf()
void supprimerCaches()
indexes
- void appliquerScripts(List<IndexInformation> indexes)
indexes
- SQLResults executeRequete(String sql)
Copyright © 2016. All rights reserved.