public interface MaintenanceManager
Modifier and Type | Method and Description |
---|---|
void |
runDataConsistencyCheck(boolean quickCheck)
Triggers a full data consistency check on the system.
|
void |
synchronizeAllIndices()
Resynchronizes all elasticsearch indices.
|
void |
synchronizeIndex(String index)
Resynchronizes a specific elasticsearch index.
|
void runDataConsistencyCheck(boolean quickCheck)
quickCheck
- true
if only quick checks should be performedvoid synchronizeAllIndices()
void synchronizeIndex(String index)
Copyright © 2010 - 2016 edorasware ag. All Rights Reserved.