Toggle navigation
Home
org.apache.hadoop.hbase.client.HTablePool to org.apache.hadoop.hbase.client.Connection
No. of Instances - 4
No. of Commits - 2
No. of Projects - {'pheonix', 'camel'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> External
Mapping:
Rename Variable
pool
to
conn
tablePool
to
connection
tablePool
to
connection
tablePool
to
connection
tablePool
to
connection
tablePool
to
connection
tablePool
to
connection
tablePool
to
connection
Cascading Type Change (Different)
HTableInterface
to
Table
PrivilegedAction<HTableInterface>
to
PrivilegedAction<Table>
Add or Remove Method invocation
tablePool.getTable(tableNameBytes)
to
connection.getTable(TableName.valueOf(tableNameBytes))
tableNameBytes
to
TableName.valueOf(tableNameBytes)
Wrap or Un-wrap
doAs
to
doAs