Toggle navigation
Home
org.apache.hadoop.hbase.master.balancer.BalancerRegionLoad to org.apache.hadoop.hbase.RegionLoad
No. of Instances - 24
No. of Commits - 1
No. of Projects - {'hbase'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Cascading Type Change (Different)
HashMap<String,Deque<BalancerRegionLoad>>
to
HashMap<String,Deque<RegionLoad>>
ArrayDeque<BalancerRegionLoad>
to
ArrayDeque<RegionLoad>
Add or Remove Method invocation
rl.getStorefileSizeMB()
to
rl.getStores()
Wrap or Un-wrap
add
to
add