683fdc63d09f8029e26a57b20e2664cc675cc0ef
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type data : Map<RowInfo,ConcurrentCounterMap.LongAdder> to data : Map<RowInfo,Long> in method private rowKeyBaseMerge(data Map<RowInfo,Long>) : Map<RowKey,List<ColumnName>> in class com.navercorp.pinpoint.collector.dao.hbase.statistics.RowKeyMerge | From | To | |
Change Parameter Type data : Map<RowInfo,ConcurrentCounterMap.LongAdder> to data : Map<RowInfo,Long> in method public createBulkIncrement(data Map<RowInfo,Long>, rowKeyDistributorByHashPrefix RowKeyDistributorByHashPrefix) : List<Increment> in class com.navercorp.pinpoint.collector.dao.hbase.statistics.RowKeyMerge | From | To | |
Change Variable Type | 1 | ||
Change Variable Type entry : Map.Entry<RowInfo,ConcurrentCounterMap.LongAdder> to entry : Map.Entry<RowInfo,Long> in method private rowKeyBaseMerge(data Map<RowInfo,Long>) : Map<RowKey,List<ColumnName>> in class com.navercorp.pinpoint.collector.dao.hbase.statistics.RowKeyMerge | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type counter : ConcurrentCounterMap<RowInfo> to counter : AtomicLongMap<RowInfo> in class com.navercorp.pinpoint.collector.dao.hbase.HbaseMapStatisticsCalleeDao | From | To | |
Change Attribute Type counter : ConcurrentCounterMap<RowInfo> to counter : AtomicLongMap<RowInfo> in class com.navercorp.pinpoint.collector.dao.hbase.HbaseMapResponseTimeDao | From | To | |
Change Attribute Type counter : ConcurrentCounterMap<RowInfo> to counter : AtomicLongMap<RowInfo> in class com.navercorp.pinpoint.collector.dao.hbase.HbaseMapStatisticsCallerDao | From | To |