Toggle navigation
Home
org.apache.hadoop.hbase.client.HBaseAdmin to com.thinkaurelius.titan.diskstorage.hbase.AdminMask
No. of Instances - 4
No. of Commits - 1
No. of Projects - {'titan'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
adm.getTableDescriptor(tableName.getBytes())
to
adm.getTableDescriptor(tableName)
getServerCount(adm)
to
adm.getEstimatedRegionServerCount()
Convert Class instance creation to method invocation
HBaseAdmin
to
getAdmin