|
Change Variable Type filesPinned : Gauge to filesPinned : Gauge<Integer> in method public getMetrics() : Response in class alluxio.master.AlluxioMasterRestServiceHandler |
From |
To |
|
Change Variable Type gauges : SortedMap<String,Gauge> to gauges : SortedMap<String,Gauge<?>> in method public getMetricsTest() : void in class alluxio.worker.AlluxioWorkerRestApiTest |
From |
To |
|
Change Variable Type blocksCached : Gauge to blocksCached : Gauge<Integer> in method public getMetrics() : Response in class alluxio.worker.AlluxioWorkerRestServiceHandler |
From |
To |
|
Change Variable Type filesPinnedGauge : Gauge to filesPinnedGauge : Gauge<?> in method public getMetricsTest() : void in class alluxio.master.AlluxioMasterRestApiTest |
From |
To |
|
Change Variable Type gauges : SortedMap<String,Gauge> to gauges : SortedMap<String,Gauge<?>> in method public getMetricsTest() : void in class alluxio.master.AlluxioMasterRestApiTest |
From |
To |
|
Change Variable Type blocksCachedGauge : Gauge to blocksCachedGauge : Gauge<?> in method public getMetricsTest() : void in class alluxio.worker.AlluxioWorkerRestApiTest |
From |
To |