org.apache.hadoop.hbase.HTableDescriptor to org.apache.hadoop.hbase.client.TableDescriptor
No. of Instances - 853
No. of Commits - 38
No. of Projects - {'hbase', 'pheonix'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
- Add or Remove Method invocation
- tableDesc.getFamily(localIndexCf) to tableDesc.getColumnFamily(localIndexCf)
- tenant1Conn.unwrap(PhoenixConnection.class).getQueryServices().getAdmin().getTableDescriptor(Bytes.toBytes(baseTable)) to tenant1Conn.unwrap(PhoenixConnection.class).getQueryServices().getAdmin().getDescriptor(TableName.valueOf(baseTable))
- tableDesc2.getFamily(Bytes.toBytes("CF")) to tableDesc2.getColumnFamily(Bytes.toBytes("CF"))
- desc.getFamily(SchemaUtil.getEmptyColumnFamily(parent)).getMaxVersions() to desc.getColumnFamily(SchemaUtil.getEmptyColumnFamily(parent)).getMaxVersions()
- TableName.valueOf(MetaDataUtil.getLocalIndexUserTableName(table.getNameAsString())) to TableName.valueOf(MetaDataUtil.getLocalIndexUserTableName(table.getTableName().getNameAsString()))
- newTableDescriptor to newTableDescriptorBuilder.build()
- dataTableDesc.getFamily(Bytes.toBytes(localIndexCf)) to dataTableDesc.getColumnFamily(Bytes.toBytes(localIndexCf))
- admin.getTableDescriptor(TableName.valueOf(physicalTableName)) to admin.getDescriptor(TableName.valueOf(physicalTableName))
- admin.getTableDescriptor(TableName.valueOf(physicalTableName)) to admin.getDescriptor(TableName.valueOf(physicalTableName))
- desc.getFamiliesKeys() to desc.getColumnFamilyNames()
- tableDesc.getFamily(SchemaUtil.getEmptyColumnFamily(table)).getTimeToLive() to tableDesc.getColumnFamily(SchemaUtil.getEmptyColumnFamily(table)).getTimeToLive()
- desc.getFamily(Bytes.toBytes("A")).getMaxVersions() to desc.getColumnFamily(Bytes.toBytes("A")).getMaxVersions()
- desc.getFamily(Bytes.toBytes("B")).getMaxVersions() to desc.getColumnFamily(Bytes.toBytes("B")).getMaxVersions()
- desc.getFamily(Bytes.toBytes("C")).getMaxVersions() to desc.getColumnFamily(Bytes.toBytes("C")).getMaxVersions()
- desc.getFamilies() to desc.getColumnFamilies()
- desc.getFamilies() to desc.getColumnFamilies()
- desc.getFamilies() to desc.getColumnFamilies()
- desc.getFamilies() to desc.getColumnFamilies()
- desc.getFamilies() to desc.getColumnFamilies()
- desc.getFamilies() to desc.getColumnFamilies()
- getTableDescriptor(tableNameBytes) to this.getTableDescriptor(tableNameBytes)
- admin.getTableDescriptor(TableName.valueOf(tableName)) to admin.getDescriptor(TableName.valueOf(tableName))
- tableDesc3.getFamily(Bytes.toBytes("CF")) to tableDesc3.getColumnFamily(Bytes.toBytes("CF"))
- table.getName() to table.getTableName().getName()
- htableDesc.getFamiliesKeys() to htableDesc.getColumnFamilyNames()
- indexDescriptor to indexDescriptorBuilder.build()
- indexDescriptor to indexDescriptorBuilder.build()
- htableDesc.getFamily(familyName).getValues() to htableDesc.getColumnFamily(familyName).getValues()
- htableDesc.getFamily(familyName).getValues() to htableDesc.getColumnFamily(familyName).getValues()
- descriptor.getName() to descriptor.getTableName().getName()
- htd.compareTo(confirmedHtd) to htd.compareTo(new HTableDescriptor(confirmedHtd))
- this.<TableDescriptor[]>newMasterCaller().action((controller,stub) -> this.<GetTableDescriptorsRequest,GetTableDescriptorsResponse,TableDescriptor[]>call(controller,stub,RequestConverter.buildGetTableDescriptorsRequest(pattern,includeSysTables),(s,c,req,done) -> s.getTableDescriptors(c,req,done),(resp) -> ProtobufUtil.getHTableDescriptorArray(resp))) to this.<TableDescriptor[]>newMasterCaller().action((controller,stub) -> this.<GetTableDescriptorsRequest,GetTableDescriptorsResponse,TableDescriptor[]>call(controller,stub,RequestConverter.buildGetTableDescriptorsRequest(pattern,includeSysTables),(s,c,req,done) -> s.getTableDescriptors(c,req,done),(resp) -> ProtobufUtil.getTableDescriptorArray(resp)))
- future.complete(failed.toArray(new HTableDescriptor[failed.size()])) to future.complete(failed.toArray(new TableDescriptor[failed.size()]))
- htd.getFamily(family) to htd.getColumnFamily(family)
- tableDescriptor.getNameAsString() to tableDescriptor.getTableName().getNameAsString()
- htableDescriptor.getNameAsString() to htableDescriptor.getTableName().getNameAsString()
- htableDescriptor.getFamilies() to htableDescriptor.getColumnFamilies()
- htableDescriptor.getFamilies().size() to htableDescriptor.getColumnFamilyCount()
- this.htableDescriptor.getFamilies().size() to this.htableDescriptor.getColumnFamilyCount()
- this.htableDescriptor.getFamilies().size() to this.htableDescriptor.getColumnFamilyCount()
- this.htableDescriptor.getFamiliesKeys() to this.htableDescriptor.getColumnFamilyNames()
- this.htableDescriptor.getFamiliesKeys() to this.htableDescriptor.getColumnFamilyNames()
- this.htableDescriptor.hasFamily(family) to this.htableDescriptor.hasColumnFamily(family)
- this.htableDescriptor.getFamiliesKeys() to this.htableDescriptor.getColumnFamilyNames()
- this.htableDescriptor.hasFamily(family) to this.htableDescriptor.hasColumnFamily(family)
- htd.getFamiliesKeys() to htd.getColumnFamilyNames()
- tableInfo.getHTableDescriptor() to tableInfo.getTableDescriptor()
- table.getTableDescriptor() to table.getDescriptor()
- tableDescriptor.getFamilies() to tableDescriptor.getColumnFamilies()
- htd.compareTo(confirmedHtd) to TableDescriptor.COMPARATOR.compare(htd,confirmedHtd)
- table.getTableDescriptor() to table.getDescriptor()
- htd.getFamilies() to htd.getColumnFamilies()
- getTableDescriptor to listTableDescriptor
- hdt.getTableName() to td
- getTableDescriptor to enableTable
- table.getTableDescriptor() to table.getDescriptor()
- freshTableDesc.hasFamily(cfd.getName()) to freshTableDesc.hasColumnFamily(cfd.getName())
- freshTableDesc.hasFamily(cfd.getName()) to freshTableDesc.hasColumnFamily(cfd.getName())
- selected.hasFamily(cfd.getName()) to selected.hasColumnFamily(cfd.getName())
- hTableDescriptor.getNameAsString().equals(snapshot.getTable()) to hTableDescriptor.getTableName().getNameAsString().equals(snapshot.getTable())
- oserver.preModifyTableHandler(ctx,tableName,htd) to oserver.preModifyTableHandler(ctx,tableName,toImmutableHTableDescriptor(htd))
- oserver.postModifyTableHandler(ctx,tableName,htd) to oserver.postModifyTableHandler(ctx,tableName,toImmutableHTableDescriptor(htd))
- oserver.postCreateTableHandler(ctx,htd,regions) to oserver.postCreateTableHandler(ctx,toImmutableHTableDescriptor(htd),regions)
- oserver.preCreateTableHandler(ctx,htd,regions) to oserver.preCreateTableHandler(ctx,toImmutableHTableDescriptor(htd),regions)
- tableDescriptor.getNameAsString() to tableDescriptor.getTableName().getNameAsString()
- ProtobufUtil.convertToTableSchema(unmodifiedHTableDescriptor) to ProtobufUtil.toTableSchema(unmodifiedTableDescriptor)
- ProtobufUtil.convertToHTableDesc(deleteCFMsg.getUnmodifiedTableSchema()) to ProtobufUtil.toTableDescriptor(deleteCFMsg.getUnmodifiedTableSchema())
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor.getColumnFamily(familyName)
- unmodifiedHTableDescriptor.getFamily(familyName) to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor.hasFamily(familyName) to unmodifiedTableDescriptor.hasColumnFamily(familyName)
- ProtobufUtil.convertToTableSchema(unmodifiedHTableDescriptor) to ProtobufUtil.toTableSchema(unmodifiedtableDescriptor)
- ProtobufUtil.convertToHTableDesc(modifyCFMsg.getUnmodifiedTableSchema()) to ProtobufUtil.toTableDescriptor(modifyCFMsg.getUnmodifiedTableSchema())
- unmodifiedHTableDescriptor.hasFamily(cfDescriptor.getName()) to unmodifiedtableDescriptor.hasColumnFamily(cfDescriptor.getName())
- parentDescriptor.getFamilies() to parentDescriptor.getColumnFamilies()
- htd.getNameAsString() to htd.getTableName().getNameAsString()
- ProtobufUtil.convertToHTableDesc(dataManifest.getTableSchema()) to ProtobufUtil.toTableDescriptor(dataManifest.getTableSchema())
- ProtobufUtil.convertToTableSchema(htd) to ProtobufUtil.toTableSchema(htd)
- htd to TableDescriptorBuilder.newBuilder(htd).addColumnFamily(cfDescriptor).build()
- htd.hasFamily(cfDescriptor.getName()) to htd.hasColumnFamily(cfDescriptor.getName())
- ProtobufUtil.convertToTableSchema(modifiedHTableDescriptor) to ProtobufUtil.toTableSchema(modifiedTableDescriptor)
- ProtobufUtil.convertToHTableDesc(restoreSnapshotMsg.getModifiedTableSchema()) to ProtobufUtil.toTableDescriptor(restoreSnapshotMsg.getModifiedTableSchema())
- htd.hasFamily(family.getBytes()) to htd.hasColumnFamily(family.getBytes())
- htd.getFamily(Bytes.toBytes(familyName)) to htd.getColumnFamily(Bytes.toBytes(familyName))
- ProtobufUtil.convertToTableSchema(unmodifiedHTableDescriptor) to ProtobufUtil.toTableSchema(unmodifiedTableDescriptor)
- ProtobufUtil.convertToHTableDesc(modifyTableMsg.getUnmodifiedTableSchema()) to ProtobufUtil.toTableDescriptor(modifyTableMsg.getUnmodifiedTableSchema())
- htd.hasFamily(family.getBytes()) to htd.hasColumnFamily(family.getBytes())
- ProtobufUtil.convertToTableSchema(hTableDescriptor) to ProtobufUtil.toTableSchema(tableDescriptor)
- ProtobufUtil.convertToHTableDesc(cloneSnapshotMsg.getTableSchema()) to ProtobufUtil.toTableDescriptor(cloneSnapshotMsg.getTableSchema())
- ProtobufUtil.convertToTableSchema(hTableDescriptor) to ProtobufUtil.toTableSchema(tableDescriptor)
- ProtobufUtil.convertToHTableDesc(state.getTableSchema()) to ProtobufUtil.toTableDescriptor(state.getTableSchema())
- ProtobufUtil.convertToTableSchema(hTableDescriptor) to ProtobufUtil.toTableSchema(tableDescriptor)
- ProtobufUtil.convertToHTableDesc(state.getTableSchema()) to ProtobufUtil.toTableDescriptor(state.getTableSchema())
- htd.hasFamily(cfDescriptor.getName()) to htd.hasColumnFamily(cfDescriptor.getName())
- TableSnapshotRegionSplit.newBuilder().setTable(ProtobufUtil.convertToTableSchema(htd)) to TableSnapshotRegionSplit.newBuilder().setTable(ProtobufUtil.toTableSchema(htd))
- ProtobufUtil.convertToHTableDesc(split.getTable()) to ProtobufUtil.toTableDescriptor(split.getTable())
- htd.getFamily(Bytes.toBytes(family[i])) to htd.getColumnFamily(Bytes.toBytes(family[i]))
- htd.getFamilies().size() to htd.getColumnFamilyCount()
- SnapshotProtos.SnapshotDescription.newBuilder().setTable(htd.getNameAsString()).setName(snapshotName).setVersion(version) to SnapshotProtos.SnapshotDescription.newBuilder().setTable(htd.getTableName().getNameAsString()).setName(snapshotName).setVersion(version)
- metaDescriptor to setInfoFamilyCachingForMeta(metaDescriptor,false)
- htd to TableDescriptorBuilder.newBuilder(htd).removeColumnFamily(familyName).build()
- htd.hasFamily(familyName) to htd.hasColumnFamily(familyName)
- MasterProcedureProtos.ModifyTableStateData.newBuilder().setUserInfo(MasterProcedureUtil.toProtoUserInfo(getUser())).setModifiedTableSchema(ProtobufUtil.convertToTableSchema(modifiedHTableDescriptor)) to MasterProcedureProtos.ModifyTableStateData.newBuilder().setUserInfo(MasterProcedureUtil.toProtoUserInfo(getUser())).setModifiedTableSchema(ProtobufUtil.toTableSchema(modifiedTableDescriptor))
- ProtobufUtil.convertToHTableDesc(modifyTableMsg.getModifiedTableSchema()) to ProtobufUtil.toTableDescriptor(modifyTableMsg.getModifiedTableSchema())
- htd.getNameAsString() to htd.getTableName().getNameAsString()
- htd.getNameAsString().equals(snapshot.getTable()) to htd.getTableName().getNameAsString().equals(snapshot.getTable())
- ProtobufUtil.convertToTableSchema(unmodifiedHTableDescriptor) to ProtobufUtil.toTableSchema(unmodifiedTableDescriptor)
- ProtobufUtil.convertToHTableDesc(addCFMsg.getUnmodifiedTableSchema()) to ProtobufUtil.toTableDescriptor(addCFMsg.getUnmodifiedTableSchema())
- unmodifiedHTableDescriptor.hasFamily(cfDescriptor.getName()) to unmodifiedTableDescriptor.hasColumnFamily(cfDescriptor.getName())
- htd.getFamilies() to htd.getColumnFamilies()
- this.metaTableDescriptor.getNameAsString() to this.metaTableDescriptor.getTableName().getNameAsString()
- htd.hasFamily(family.getBytes()) to htd.hasColumnFamily(family.getBytes())
- htd.getNameAsString() to htd.getTableName().getNameAsString()
- ProtobufUtil.convertToTableSchema(unmodifiedHTableDescriptor) to ProtobufUtil.toTableSchema(unmodifiedTableDescriptor)
- ProtobufUtil.convertToHTableDesc(modifyTableMsg.getUnmodifiedTableSchema()) to ProtobufUtil.toTableDescriptor(modifyTableMsg.getUnmodifiedTableSchema())
- TableSnapshotRegionSplit.newBuilder().setTable(ProtobufUtil.convertToTableSchema(htd)) to TableSnapshotRegionSplit.newBuilder().setTable(ProtobufUtil.toTableSchema(htd))
- ProtobufUtil.convertToHTableDesc(split.getTable()) to ProtobufUtil.toTableDescriptor(split.getTable())
- SnapshotProtos.SnapshotDescription.newBuilder().setTable(htd.getNameAsString()).setName(snapshotName).setVersion(version) to SnapshotProtos.SnapshotDescription.newBuilder().setTable(htd.getTableName().getNameAsString()).setName(snapshotName).setVersion(version)
- ProtobufUtil.convertToHTableDesc(dataManifest.getTableSchema()) to ProtobufUtil.toTableDescriptor(dataManifest.getTableSchema())
- ProtobufUtil.convertToTableSchema(htd) to ProtobufUtil.toTableSchema(htd)
- MasterProcedureProtos.ModifyTableStateData.newBuilder().setUserInfo(MasterProcedureUtil.toProtoUserInfo(getUser())).setModifiedTableSchema(ProtobufUtil.convertToTableSchema(modifiedHTableDescriptor)) to MasterProcedureProtos.ModifyTableStateData.newBuilder().setUserInfo(MasterProcedureUtil.toProtoUserInfo(getUser())).setModifiedTableSchema(ProtobufUtil.toTableSchema(modifiedTableDescriptor))
- ProtobufUtil.convertToHTableDesc(modifyTableMsg.getModifiedTableSchema()) to ProtobufUtil.toTableDescriptor(modifyTableMsg.getModifiedTableSchema())
- htd to TableDescriptorBuilder.newBuilder(htd).removeColumnFamily(familyName).build()
- htd.hasFamily(familyName) to htd.hasColumnFamily(familyName)
- ProtobufUtil.convertToTableSchema(hTableDescriptor) to ProtobufUtil.toTableSchema(tableDescriptor)
- ProtobufUtil.convertToHTableDesc(cloneSnapshotMsg.getTableSchema()) to ProtobufUtil.toTableDescriptor(cloneSnapshotMsg.getTableSchema())
- htd.getFamilies() to htd.getColumnFamilies()
- htd.getFamily(Bytes.toBytes(familyName)) to htd.getColumnFamily(Bytes.toBytes(familyName))
- ProtobufUtil.convertToTableSchema(unmodifiedHTableDescriptor) to ProtobufUtil.toTableSchema(unmodifiedtableDescriptor)
- ProtobufUtil.convertToHTableDesc(modifyCFMsg.getUnmodifiedTableSchema()) to ProtobufUtil.toTableDescriptor(modifyCFMsg.getUnmodifiedTableSchema())
- unmodifiedHTableDescriptor.hasFamily(cfDescriptor.getName()) to unmodifiedtableDescriptor.hasColumnFamily(cfDescriptor.getName())
- metaDescriptor to setInfoFamilyCachingForMeta(metaDescriptor,false)
- htd.hasFamily(family.getBytes()) to htd.hasColumnFamily(family.getBytes())
- ProtobufUtil.convertToTableSchema(modifiedHTableDescriptor) to ProtobufUtil.toTableSchema(modifiedTableDescriptor)
- ProtobufUtil.convertToHTableDesc(restoreSnapshotMsg.getModifiedTableSchema()) to ProtobufUtil.toTableDescriptor(restoreSnapshotMsg.getModifiedTableSchema())
- ProtobufUtil.convertToTableSchema(hTableDescriptor) to ProtobufUtil.toTableSchema(tableDescriptor)
- ProtobufUtil.convertToHTableDesc(state.getTableSchema()) to ProtobufUtil.toTableDescriptor(state.getTableSchema())
- this.metaTableDescriptor.getNameAsString() to this.metaTableDescriptor.getTableName().getNameAsString()
- ProtobufUtil.convertToTableSchema(hTableDescriptor) to ProtobufUtil.toTableSchema(tableDescriptor)
- ProtobufUtil.convertToHTableDesc(state.getTableSchema()) to ProtobufUtil.toTableDescriptor(state.getTableSchema())
- htd to TableDescriptorBuilder.newBuilder(htd).addColumnFamily(cfDescriptor).build()
- htd.hasFamily(cfDescriptor.getName()) to htd.hasColumnFamily(cfDescriptor.getName())
- htd.getNameAsString() to htd.getTableName().getNameAsString()
- htd.getNameAsString().equals(snapshot.getTable()) to htd.getTableName().getNameAsString().equals(snapshot.getTable())
- htd.getFamily(Bytes.toBytes(family[i])) to htd.getColumnFamily(Bytes.toBytes(family[i]))
- htd.getFamilies().size() to htd.getColumnFamilyCount()
- ProtobufUtil.convertToTableSchema(unmodifiedHTableDescriptor) to ProtobufUtil.toTableSchema(unmodifiedTableDescriptor)
- ProtobufUtil.convertToHTableDesc(deleteCFMsg.getUnmodifiedTableSchema()) to ProtobufUtil.toTableDescriptor(deleteCFMsg.getUnmodifiedTableSchema())
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor.getColumnFamily(familyName)
- unmodifiedHTableDescriptor.getFamily(familyName) to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor.hasFamily(familyName) to unmodifiedTableDescriptor.hasColumnFamily(familyName)
- htd.hasFamily(cfDescriptor.getName()) to htd.hasColumnFamily(cfDescriptor.getName())
- tableDescriptor.getNameAsString() to tableDescriptor.getTableName().getNameAsString()
- ProtobufUtil.convertToTableSchema(unmodifiedHTableDescriptor) to ProtobufUtil.toTableSchema(unmodifiedTableDescriptor)
- ProtobufUtil.convertToHTableDesc(addCFMsg.getUnmodifiedTableSchema()) to ProtobufUtil.toTableDescriptor(addCFMsg.getUnmodifiedTableSchema())
- unmodifiedHTableDescriptor.hasFamily(cfDescriptor.getName()) to unmodifiedTableDescriptor.hasColumnFamily(cfDescriptor.getName())
- parentDescriptor.getFamilies() to parentDescriptor.getColumnFamilies()
- repHBaseAdmin.getTableDescriptor(tableName) to repHBaseAdmin.getDescriptor(tableName)
- htd.getFamiliesKeys() to htd.getColumnFamilyNames()
- htd.getFamiliesKeys() to htd.getColumnFamilyNames()
- htd.getFamiliesKeys() to htd.getColumnFamilyNames()
- htd.getFamilies() to htd.getColumnFamilyNames()
- htd.getFamilies() to htd.getColumnFamilyNames()
- htd.getFamiliesKeys() to htd.getColumnFamilyNames()
- htd.getFamiliesKeys() to htd.getColumnFamilyNames()
- td.getNameAsString() to td.getTableName().getNameAsString()
- pattern.matcher(td.getNameAsString()).matches() to pattern.matcher(td.getTableName().getNameAsString()).matches()
- admin.listTables() to admin.listTableDescriptors()
- Cascading Type Change (Different)
- Collection<HColumnDescriptor> to ColumnFamilyDescriptor[]
- Collection<HColumnDescriptor> to ColumnFamilyDescriptor[]
- Collection<HColumnDescriptor> to ColumnFamilyDescriptor[]
- Collection<HColumnDescriptor> to ColumnFamilyDescriptor[]
- HTableDescriptor to TableDescriptorBuilder
- HTableDescriptor to TableDescriptorBuilder
- HTableDescriptor to TableDescriptorBuilder
- HColumnDescriptor to ColumnFamilyDescriptor
- HColumnDescriptor to ColumnFamilyDescriptor
- HTableDescriptor to TableDescriptorBuilder
- HTableDescriptor to ModifyableTableDescriptor
- HColumnDescriptor to ColumnFamilyDescriptor
- HColumnDescriptor to ColumnFamilyDescriptor
- HColumnDescriptor to ColumnFamilyDescriptor
- HColumnDescriptor to ColumnFamilyDescriptor
- HColumnDescriptor to ColumnFamilyDescriptor
- HColumnDescriptor to ColumnFamilyDescriptor
- HColumnDescriptor to ColumnFamilyDescriptor
- HColumnDescriptor to ColumnFamilyDescriptor
- Rename Method invocation
- getFamilies to getColumnFamilies
- getFamilies to getColumnFamilies
- getFamilies to getColumnFamilies
- getFamilies to getColumnFamilies
- getTableDescriptor to getDescriptor
- getTableDescriptor to getDescriptor
- getTableDescriptor to getDescriptor
- getFamily to getColumnFamily
- getFamily to getColumnFamily
- getFamiliesKeys to getColumnFamilyNames
- getFamily to getColumnFamily
- get to remove
- getFamily to getColumnFamily
- get to remove
- getFamily to getColumnFamily
- getFamiliesKeys to getColumnFamilyNames
- getFamily to getColumnFamily
- convertToHTableDesc to toTableDescriptor
- getHTableDescriptors to getTableDescriptors
- getFamily to getColumnFamily
- getFamiliesKeys to getColumnFamilyNames
- getFamily to getColumnFamily
- convertToHTableDesc to toTableDescriptor
- getFamily to getColumnFamily
- getFamily to getColumnFamily
- getHTableDescriptors to getTableDescriptors
- getFamily to getColumnFamily
- getFamiliesKeys to getColumnFamilyNames
- getTableDescriptor to getDescriptor
- getTableDescriptor to getDescriptor
- Cascading Type Change (Similar)
- HTableDescriptor to TableDescriptor
- HTableDescriptor to TableDescriptor
- HTableDescriptor to TableDescriptor
- HTableDescriptor to TableDescriptor
- HTableDescriptor[] to TableDescriptor[]
- HTableDescriptor to TableDescriptor
- HTableDescriptor to TableDescriptor
- HTableDescriptor to TableDescriptor
- HTableDescriptor to TableDescriptor
- HTableDescriptor to TableDescriptor
- HTableDescriptor to TableDescriptor
- HTableDescriptor to TableDescriptor
- HTableDescriptor to TableDescriptor
- HTableDescriptor to TableDescriptor
- HTableDescriptor to TableDescriptor
- HTableDescriptor to TableDescriptor
- HTableDescriptor to TableDescriptor
- HTableDescriptor to TableDescriptor
- Update argument list (Method invocation)
- modifyTable to modifyTable
- modifyTable to modifyTable
- modifyTable to modifyTable
- modifyTable to modifyTable
- Rename Variable
- htableDescriptor to tableDescriptor
- htableDescriptor to tableDescriptor
- htd to td
- hTableDescriptor to tableDesctiptor
- htd to td
- hTableDescriptor to tableDesctiptor
- desc to td
- desc to td
- hdt to td
- hdt to td
- hdt to td
- hdt to td
- hdt to td
- hdt to td
- hTableDesc to tableDesc
- randomHtd to randomTd
- htd to td
- htd to td
- htd to td
- htd to td
- htd to td
- htd to td
- htd to td
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- hTableDescriptor to tableDescriptor
- unmodifiedHTableDescriptor to unmodifiedtableDescriptor
- unmodifiedHTableDescriptor to unmodifiedtableDescriptor
- unmodifiedHTableDescriptor to unmodifiedtableDescriptor
- unmodifiedHTableDescriptor to unmodifiedtableDescriptor
- unmodifiedHTableDescriptor to unmodifiedtableDescriptor
- unmodifiedHTableDescriptor to unmodifiedtableDescriptor
- unmodifiedHTableDescriptor to unmodifiedtableDescriptor
- unmodifiedHTableDescriptor to unmodifiedtableDescriptor
- unmodifiedHTableDescriptor to unmodifiedtableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- newHTableDescriptor to newTableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- oldHTableDescriptor to oldTableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- unmodifiedHTableDescriptor to unmodifiedtableDescriptor
- unmodifiedHTableDescriptor to unmodifiedtableDescriptor
- unmodifiedHTableDescriptor to unmodifiedtableDescriptor
- unmodifiedHTableDescriptor to unmodifiedtableDescriptor
- unmodifiedHTableDescriptor to unmodifiedtableDescriptor
- unmodifiedHTableDescriptor to unmodifiedtableDescriptor
- unmodifiedHTableDescriptor to unmodifiedtableDescriptor
- unmodifiedHTableDescriptor to unmodifiedtableDescriptor
- unmodifiedHTableDescriptor to unmodifiedtableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- oldHTableDescriptor to oldTableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- modifiedHTableDescriptor to modifiedTableDescriptor
- newHTableDescriptor to newTableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- unmodifiedHTableDescriptor to unmodifiedTableDescriptor
- hTableDescriptor to tableDescriptor
- hTableDescriptor to tableDescriptor
- htd to td
- peerHtd to peerTableDesc
- peerHtd to peerTableDesc
- peerHtd to peerTableDesc
- localHtd to tableDesc
- localHtd to tableDesc
- htd to td
- htd to td
- htd to newDescriptor
- htd to newTd
- htd to newTd
- htd to newTd
- table to td
- table to td
- table to td
- htd to td
- htd to td
- htd to td
- htd to tableDescriptor
- htd to tableDescriptor
- Wrap or Un-wrap