|
Change Parameter Type logRotationMonitor : LogRotationMonitor to logRotationMonitorSupplier : Supplier<LogRotationMonitor> in method public LogRotationMetrics(reporter EventReporter, registry MetricRegistry, monitors Monitors, logRotationMonitorSupplier Supplier<LogRotationMonitor>) in class org.neo4j.metrics.source.db.LogRotationMetrics |
From |
To |
|
Change Parameter Type storeEntityCounters : StoreEntityCounters to storeEntityCountersSupplier : Supplier<StoreEntityCounters> in method public EntityCountMetrics(registry MetricRegistry, storeEntityCountersSupplier Supplier<StoreEntityCounters>) in class org.neo4j.metrics.source.db.EntityCountMetrics |
From |
To |
|
Change Parameter Type checkPointerMonitor : CheckPointerMonitor to checkPointerMonitorSupplier : Supplier<CheckPointerMonitor> in method public CheckPointingMetrics(reporter EventReporter, registry MetricRegistry, monitors Monitors, checkPointerMonitorSupplier Supplier<CheckPointerMonitor>) in class org.neo4j.metrics.source.db.CheckPointingMetrics |
From |
To |
|
Rename Parameter storeEntityCounters : StoreEntityCounters to storeEntityCountersSupplier : Supplier<StoreEntityCounters> in method public EntityCountMetrics(registry MetricRegistry, storeEntityCountersSupplier Supplier<StoreEntityCounters>) in class org.neo4j.metrics.source.db.EntityCountMetrics |
From |
To |
|
Rename Parameter checkPointerMonitor : CheckPointerMonitor to checkPointerMonitorSupplier : Supplier<CheckPointerMonitor> in method public CheckPointingMetrics(reporter EventReporter, registry MetricRegistry, monitors Monitors, checkPointerMonitorSupplier Supplier<CheckPointerMonitor>) in class org.neo4j.metrics.source.db.CheckPointingMetrics |
From |
To |
|
Rename Parameter logRotationMonitor : LogRotationMonitor to logRotationMonitorSupplier : Supplier<LogRotationMonitor> in method public LogRotationMetrics(reporter EventReporter, registry MetricRegistry, monitors Monitors, logRotationMonitorSupplier Supplier<LogRotationMonitor>) in class org.neo4j.metrics.source.db.LogRotationMetrics |
From |
To |