|
Change Variable Type metrics : Deque<MetricsSnapshotInterface> to metrics : Queue<MetricsSnapshotInterface> in method public getDuration(logChannelId String, metric Metrics) : List<MetricsDuration> in class org.pentaho.di.core.metrics.MetricsUtil |
From |
To |
|
Change Variable Type list : Deque<MetricsSnapshotInterface> to list : Queue<MetricsSnapshotInterface> in method public addSnapshot(logChannel LogChannelInterface, snapshot MetricsSnapshotInterface) : void in class org.pentaho.di.core.logging.MetricsRegistry |
From |
To |
|
Change Variable Type list : Deque<MetricsSnapshotInterface> to list : Queue<MetricsSnapshotInterface> in method public getSnapshotList(logChannelId String) : Queue<MetricsSnapshotInterface> in class org.pentaho.di.core.logging.MetricsRegistry |
From |
To |
|
Change Variable Type metrics : Deque<MetricsSnapshotInterface> to metrics : Queue<MetricsSnapshotInterface> in method public getDurations(logChannelId String) : List<MetricsDuration> in class org.pentaho.di.core.metrics.MetricsUtil |
From |
To |
|
Change Variable Type snapshotList : Deque<MetricsSnapshotInterface> to snapshotList : Queue<MetricsSnapshotInterface> in method protected writeMetricsInformation() : void in class org.pentaho.di.trans.Trans |
From |
To |
|
Change Variable Type metricsList : Deque<MetricsSnapshotInterface> to metricsList : Queue<MetricsSnapshotInterface> in method public snap(metric MetricsInterface, subject String, value long...) : void in class org.pentaho.di.core.logging.LogChannel |
From |
To |