Toggle navigation
Home
org.apache.hadoop.hbase.client.HTableInterface to org.apache.hadoop.hbase.client.Table
No. of Instances - 3
No. of Commits - 1
No. of Projects - {'drill'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: External -> External
Mapping:
Update argument list (Method invocation)
batch
to
batch
batch
to
batch
batch
to
batch
batch
to
batch
batch
to
batch
batch
to
batch
batch
to
batch
batch
to
batch
batch
to
batch
batch
to
batch
batch
to
batch
batch
to
batch
batch
to
batch
batchCoprocessorService
to
batchCoprocessorService
checkAndPut
to
checkAndPut
Add or Remove Method invocation
writerTable.getTableName()
to
writerTable.getName()
TableName.valueOf(tableName)
to
tableName
tableName
to
TableName.valueOf(tableName)
writerTable.getTableName()
to
writerTable.getName()
hTable.batch(incrementBatch)
to
hTable.batch(incrementBatch,null)
htable.getTableName()
to
htable.getName()
this.tableFactory
to
TableName.valueOf(this.tableName)
htable.incrementColumnValue(rowName,familyName,qualifier,amount,writeToWAL)
to
table.incrementColumnValue(rowName,familyName,qualifier,amount,writeToWAL ? Durability.SKIP_WAL : Durability.USE_DEFAULT)
tablePool.getTable(tableNameBytes)
to
connection.getTable(TableName.valueOf(tableNameBytes))
tableNameBytes
to
TableName.valueOf(tableNameBytes)
Wrap or Un-wrap
getTable
to
getTable
doAs
to
doAs
Cascading Type Change (Similar)
HTableInterface
to
Table
HTableInterface
to
Table
HTableInterface
to
Table
HTableInterface
to
Table
HTableInterface
to
Table
HTableInterface
to
Table
HTableInterface
to
Table
HTableInterface
to
Table
HTableInterface
to
Table
HTableInterface
to
Table
HTableInterface
to
Table
HTableInterface
to
Table
HTableInterface
to
Table
HTableInterface
to
Table
HTableInterface
to
Table
HTableInterface
to
Table
HTableInterface
to
Table
Rename Variable
htable
to
table
htable
to
table
htable
to
table
htable
to
table
htable
to
table
htable
to
table
htable
to
table
htable
to
table
htable
to
table
htable
to
table
htable
to
table
htable
to
table
htable
to
table
htable
to
table
htable
to
table
htable
to
table
htable
to
table
table
to
hbaseTable
table
to
hbaseTable
table
to
hbaseTable
table
to
hbaseTable
table
to
hbaseTable
table
to
hbaseTable
table
to
hbaseTable
table
to
hbaseTable
table
to
hbaseTable
table
to
hbaseTable
Other
!=
to
==
Cascading Type Change (Different)
Boolean[]
to
boolean[]
PrivilegedAction<HTableInterface>
to
PrivilegedAction<Table>
Rename Method invocation
exists
to
existsAll