Klasse ReconciliationService
java.lang.Object
de.delinkedde.areashopreborn.application.ReconciliationService
Compares authoritative estate records with their WorldGuard protection representation.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungReconciliationService(Database database, EstateRepository repository, WorldGuardGateway worldGuard, ThreadBridge threads) Creates the reconciliation service.ReconciliationService(Database database, EstateRepository repository, WorldGuardGateway worldGuard, ThreadBridge threads, int batchSize, int maximumReportDetails) Creates a bounded reconciliation service. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungChecks one region or all managed regions and optionally repairs safe differences.
-
Konstruktordetails
-
ReconciliationService
public ReconciliationService(Database database, EstateRepository repository, WorldGuardGateway worldGuard, ThreadBridge threads) Creates the reconciliation service.- Parameter:
database- asynchronous database executorrepository- estate repositoryworldGuard- WorldGuard adapterthreads- server-thread bridge
-
ReconciliationService
public ReconciliationService(Database database, EstateRepository repository, WorldGuardGateway worldGuard, ThreadBridge threads, int batchSize, int maximumReportDetails) Creates a bounded reconciliation service.- Parameter:
database- asynchronous database executorrepository- estate repositoryworldGuard- WorldGuard adapterthreads- server-thread bridgebatchSize- maximum regions loaded per SQLite pagemaximumReportDetails- maximum findings retained in memory
-
-
Methodendetails
-
reconcile
Checks one region or all managed regions and optionally repairs safe differences.Missing regions, wrong priorities, leftover WorldGuard parents, and access domains can be repaired because none of them changes the protected volume. A geometry mismatch is only reported: replacing a shape could silently hand over or remove protected land.
- Parameter:
target- region name, protection identifier, orallfix- whether safe repairs should be applied- Gibt zurück:
- future containing the consistency report
-