042f956bb055db9c0fadeb886d643eac9f95725b
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 21
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Variable Type | 2 | ||
| Change Variable Type entry : Entry<String,Timer> to entry : Entry<String,Counter> in method private allMetrics(instanceType MetricsSystem.InstanceType) : List<Metric> in class alluxio.metrics.MetricsSystem | From | To | |
| Change Variable Type entry : Entry<String,Counter> to entry : Entry<String,Timer> in method private allMetrics(instanceType MetricsSystem.InstanceType) : List<Metric> in class alluxio.metrics.MetricsSystem | From | To | |
| Extract Method | 2 | ||
| Extract Method private putReportedMetrics(metricSet IndexedSet<Metric>, instanceId String, reportedMetrics List<Metric>) : void extracted from public putClientMetrics(hostname String, clientId String, metrics List<Metric>) : void in class alluxio.master.metrics.MetricsStore | From | To | |
| Extract Method private putReportedMetrics(metricSet IndexedSet<Metric>, instanceId String, reportedMetrics List<Metric>) : void extracted from public putWorkerMetrics(hostname String, metrics List<Metric>) : void in class alluxio.master.metrics.MetricsStore | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter metrics : List<Metric> to reportedMetrics : List<Metric> in method private putReportedMetrics(metricSet IndexedSet<Metric>, instanceId String, reportedMetrics List<Metric>) : void in class alluxio.master.metrics.MetricsStore | From | To |