Toggle navigation
Home
org.apache.hadoop.hbase.client.HTable to org.apache.hadoop.hbase.client.Table
No. of Instances - 273
No. of Commits - 14
No. of Projects - {'hbase', 'pheonix', 'drill', 'camel'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: External -> External
Mapping:
Update argument list (Method invocation)
batch
to
batch
runIncrementalPELoad
to
runIncrementalPELoad
Add or Remove Method invocation
Bytes.compareTo(targetHTable.getTableName(),region.getTableDesc().getTableName().getName())
to
Bytes.compareTo(targetHTable.getName(),region.getTableDesc().getTableName().getName())
Bytes.toString(index1.getTableName())
to
index1.getName().getNameAsString()
Bytes.toString(table.getTableName())
to
table.getName()
Bytes.toString(table.getTableName())
to
table.getName()
Bytes.toString(table.getTableName())
to
table.getName()
table
to
table.getTableDescriptor()
bulkload.doBulkLoad(hfilePath,table)
to
bulkload.doBulkLoad(hfilePath,(HTable)table)
Bytes
to
table.getName()
Bytes
to
table.getName()
Bytes
to
table.getName()
table.getTableName()
to
table.getName()
Bytes
to
table.getName()
table.getTableName()
to
table.getName()
HTU.createTable(hdt,new byte[][]{f},HTU.getConfiguration())
to
HTU.createTable(hdt,new byte[][]{f},null)
table.getPool()
to
HTable.getDefaultExecutor(HTU.getConfiguration())
TableName.valueOf(TABLE_NAME)
to
TABLE_NAME
HTU.createTable(htd,new byte[][]{f},HTU.getConfiguration())
to
HTU.createTable(htd,new byte[][]{f},null)
table.exists(gets)
to
table.existsAll(gets)
table.exists(gets)
to
table.existsAll(gets)
table.getPool().isShutdown()
to
((HTable)table).getPool().isShutdown()
table.getPool().isShutdown()
to
((HTable)table).getPool().isShutdown()
table.getPool().isShutdown()
to
((HTable)table).getPool().isShutdown()
Cascading Type Change (Different)
HashMap<ImmutableBytesWritable,HTable>
to
HashMap<ImmutableBytesWritable,Table>
Boolean[]
to
boolean[]
Boolean[]
to
boolean[]
Cascading Type Change (Similar)
HTable
to
Table
Rename Method invocation
exists
to
existsAll
exists
to
existsAll