Toggle navigation
Home
org.apache.hadoop.hbase.HRegionInfo to org.apache.hadoop.hbase.client.RegionInfo
No. of Instances - 272
No. of Commits - 25
No. of Projects - {'hbase', 'pheonix'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
admin.getTableRegions(TableName.valueOf(table1)).get(0)
to
admin.getRegions(TableName.valueOf(table1)).get(0)
MetaTableAccessor.getTableRegions(getUtility().getZooKeeperWatcher(),admin.getConnection(),physicalTableName,false)
to
MetaTableAccessor.getTableRegions(admin.getConnection(),physicalTableName,false)
MetaTableAccessor.getTableRegions(getUtility().getZooKeeperWatcher(),admin.getConnection(),physicalTableName,false)
to
MetaTableAccessor.getTableRegions(admin.getConnection(),physicalTableName,false)
admin.getOnlineRegions(dataRs.getServerName())
to
admin.getRegions(dataRs.getServerName())
admin.getTableRegions(TableName.valueOf(table2))
to
admin.getRegions(TableName.valueOf(table2))
MetaTableAccessor.getTableRegions(getUtility().getZooKeeperWatcher(),admin.getConnection(),TableName.valueOf(localIndex ? tableName : indexName),false)
to
MetaTableAccessor.getTableRegions(admin.getConnection(),TableName.valueOf(localIndex ? tableName : indexName),false)
MetaTableAccessor.getTableRegions(getUtility().getZooKeeperWatcher(),admin.getConnection(),TableName.valueOf(localIndex ? tableName : indexName),false)
to
MetaTableAccessor.getTableRegions(admin.getConnection(),TableName.valueOf(localIndex ? tableName : indexName),false)
HTableDescriptor.getTableDir(root,toRegion.getTableName())
to
FSUtils.getTableDir(root,toRegion.getTable())
HTableDescriptor.getTableDir(root,fromRegion.getTableName())
to
FSUtils.getTableDir(root,fromRegion.getTable())
admin.getTableRegions(TableName.valueOf(table2)).get(0)
to
admin.getRegions(TableName.valueOf(table2)).get(0)
master.getAssignmentManager().getRegionStates().isRegionsInTransition()
to
master.getAssignmentManager().getRegionStates().isRegionInTransition(hri2)
MetaTableAccessor.getTableRegions(getUtility().getZooKeeperWatcher(),admin.getConnection(),physicalTableName,false)
to
MetaTableAccessor.getTableRegions(admin.getConnection(),physicalTableName,false)
hris.next().getRegionInfo()
to
hris.next().getRegion()
hris.next().getRegionInfo()
to
hris.next().getRegion()
hris.next().getRegionInfo()
to
hris.next().getRegion()
hris.next().getRegionInfo()
to
hris.next().getRegion()
hris.next().getRegionInfo()
to
hris.next().getRegion()
hris.next().getRegionInfo()
to
hris.next().getRegion()
hris.next().getRegionInfo()
to
hris.next().getRegion()
hris.next().getRegionInfo()
to
hris.next().getRegion()
hris.next().getRegionInfo()
to
hris.next().getRegion()
hris.next().getRegionInfo()
to
hris.next().getRegion()
hris.next().getRegionInfo()
to
hris.next().getRegion()
hris.next().getRegionInfo()
to
hris.next().getRegion()
hris.next().getRegionInfo()
to
hris.next().getRegion()
hris.next().getRegionInfo()
to
hris.next().getRegion()
hris.next().getRegionInfo()
to
hris.next().getRegion()
hris.next().getRegionInfo()
to
hris.next().getRegion()
hris.next().getRegionInfo()
to
hris.next().getRegion()
hris.next().getRegionInfo()
to
hris.next().getRegion()
hris.next().getRegionInfo()
to
hris.next().getRegion()
hris.next().getRegionInfo()
to
hris.next().getRegion()
wals.getWAL(info.getEncodedNameAsBytes(),info.getTable().getNamespace())
to
wals.getWAL(info)
info.getTable().getNamespace()
to
info
info.getEncodedNameAsBytes()
to
info
info.getTable().getNamespace()
to
info
info.getEncodedNameAsBytes()
to
info
wals.getWAL(primaryHri.getEncodedNameAsBytes(),primaryHri.getTable().getNamespace())
to
wals.getWAL(primaryHri)
wals.getWAL(info.getEncodedNameAsBytes(),info.getTable().getNamespace())
to
wals.getWAL(info)
wals.getWAL(info.getEncodedNameAsBytes(),info.getTable().getNamespace())
to
wals.getWAL(info)
wals.getWAL(secondaryHri.getEncodedNameAsBytes(),secondaryHri.getTable().getNamespace())
to
wals.getWAL(secondaryHri)
ADMIN.getTableRegions(tableTwo)
to
ADMIN.getRegions(tableTwo)
ADMIN.getTableRegions(tableTwo)
to
ADMIN.getRegions(tableTwo)
ADMIN.getTableRegions(tableTwo)
to
ADMIN.getRegions(tableTwo)
otherLoc.getRegionInfo()
to
otherLoc.getRegion()
UTIL.getAdmin().getTableRegions(TABLE_NAME).get(0)
to
UTIL.getAdmin().getRegions(TABLE_NAME).get(0)
admin.getTableRegions(tableName)
to
admin.getRegions(tableName)
admin.getTableRegions(t.getName())
to
admin.getRegions(t.getName())
UTIL.getAdmin().getTableRegions(TABLE_NAME).get(0)
to
UTIL.getAdmin().getRegions(TABLE_NAME).get(0)
Rename Method invocation
mergeRegions
to
mergeRegionsAsync
mergeRegions
to
mergeRegionsAsync
Cascading Type Change (Similar)
HRegionInfo
to
RegionInfo
HRegionInfo
to
RegionInfo
Cascading Type Change (Different)
List<HRegionInfo>
to
List<RegionInfo>
Update argument list (Method invocation)
sort
to
sort
getWAL
to
getWAL
getWAL
to
getWAL
debug
to
debug
Rename Variable
regioninfo
to
regionInfo
regioninfo
to
regionInfo
regioninfo
to
regionInfo
regioninfo
to
regionInfo