Toggle navigation
Home
org.apache.hadoop.hbase.TableName to org.apache.hadoop.hbase.TableName[]
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'hbase'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Other
TABLE_NAME
to
TABLE_NAMES[0]
TABLE_NAME
to
TABLE_NAMES[0]
TABLE_NAME
to
TABLE_NAMES[0]
TABLE_NAME
to
TABLE_NAMES[0]
TABLE_NAME
to
TABLE_NAMES[0]
TABLE_NAME
to
TABLE_NAMES[0]
TABLE_NAME
to
TABLE_NAMES[0]
TABLE_NAME
to
TABLE_NAMES[0]
TABLE_NAME
to
TABLE_NAMES[0]
TABLE_NAME
to
TABLE_NAMES[0]
TABLE_NAME
to
TABLE_NAMES[0]
TABLE_NAME
to
TABLE_NAMES[0]
TABLE_NAME
to
TABLE_NAMES[0]
TABLE_NAME
to
TABLE_NAMES[0]
TABLE_NAME
to
TABLE_NAMES[0]
Rename Variable
TABLE_NAME
to
TABLE_NAMES
TABLE_NAME
to
TABLE_NAMES
TABLE_NAME
to
TABLE_NAMES
TABLE_NAME
to
TABLE_NAMES
TABLE_NAME
to
TABLE_NAMES
TABLE_NAME
to
TABLE_NAMES
TABLE_NAME
to
TABLE_NAMES
TABLE_NAME
to
TABLE_NAMES
TABLE_NAME
to
TABLE_NAMES
TABLE_NAME
to
TABLE_NAMES
TABLE_NAME
to
TABLE_NAMES
TABLE_NAME
to
TABLE_NAMES
TABLE_NAME
to
TABLE_NAMES
TABLE_NAME
to
TABLE_NAMES
TABLE_NAME
to
TABLE_NAMES
TABLE_NAME
to
TABLE_NAMES
TABLE_NAME
to
TABLE_NAMES
TABLE_NAME
to
TABLE_NAMES
TABLE_NAME
to
TABLE_NAMES
Add or Remove Method invocation
FSUtils.getTableDir(FSUtils.getRootDir(conf),TABLE_NAME)
to
FSUtils.getTableDir(FSUtils.getRootDir(conf),TABLE_NAMES[0])
admin.getTableRegions(TABLE_NAME).get(0).getEncodedName()
to
admin.getTableRegions(TABLE_NAMES[0]).get(0).getEncodedName()
conn.getRegionLocator(TABLE_NAME)
to
Arrays.asList(new HFileOutputFormat2.TableInfo(table.getTableDescriptor(),conn.getRegionLocator(TABLE_NAMES[0])))
util.createTable(TABLE_NAME,FAMILIES)
to
util.createTable(TABLE_NAMES[0],FAMILIES)
conn.getRegionLocator(TABLE_NAME)
to
conn.getRegionLocator(TABLE_NAMES[0])
FSUtils.getTableDir(FSUtils.getRootDir(conf),TABLE_NAME)
to
FSUtils.getTableDir(FSUtils.getRootDir(conf),TABLE_NAMES[0])
admin.getTableRegions(TABLE_NAME).get(0).getEncodedName()
to
admin.getTableRegions(TABLE_NAMES[0]).get(0).getEncodedName()
Update argument list (Method invocation)
runIncrementalPELoad
to
runIncrementalPELoad