Toggle navigation
Home
HTableInterface to org.apache.hadoop.hbase.client.Table
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'pheonix'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> External
Mapping:
Add or Remove Method invocation
Mockito.when(table.getTableName())
to
Mockito.when(table.getName())
tableName
to
TableName.valueOf(tableName)