|
Move And Rename Method public setLockedAncestorTable(builderForValue PTableProtos.PTable.Builder) : Builder from class org.apache.phoenix.coprocessor.generated.MetaDataProtos.GetTableRequest.Builder to public setParentTable(builderForValue PTableProtos.PTable.Builder) : Builder from class org.apache.phoenix.coprocessor.generated.MetaDataProtos.CreateTableRequest.Builder |
From |
To |
|
Move And Rename Method public setSkipAddingIndexes(value boolean) : Builder from class org.apache.phoenix.coprocessor.generated.MetaDataProtos.GetTableRequest.Builder to public setParentTable(value PTableProtos.PTable) : Builder from class org.apache.phoenix.coprocessor.generated.MetaDataProtos.CreateTableRequest.Builder |
From |
To |
|
Move And Rename Method private getLockedAncestorTableFieldBuilder() : SingleFieldBuilder<org.apache.phoenix.coprocessor.generated.PTableProtos.PTable,org.apache.phoenix.coprocessor.generated.PTableProtos.PTable.Builder,org.apache.phoenix.coprocessor.generated.PTableProtos.PTableOrBuilder> from class org.apache.phoenix.coprocessor.generated.MetaDataProtos.GetTableRequest.Builder to private getParentTableFieldBuilder() : SingleFieldBuilder<org.apache.phoenix.coprocessor.generated.PTableProtos.PTable,org.apache.phoenix.coprocessor.generated.PTableProtos.PTable.Builder,org.apache.phoenix.coprocessor.generated.PTableProtos.PTableOrBuilder> from class org.apache.phoenix.coprocessor.generated.MetaDataProtos.CreateTableRequest.Builder |
From |
To |
|
Move And Rename Method public clearLockedAncestorTable() : Builder from class org.apache.phoenix.coprocessor.generated.MetaDataProtos.GetTableRequest.Builder to public clearParentTable() : Builder from class org.apache.phoenix.coprocessor.generated.MetaDataProtos.CreateTableRequest.Builder |
From |
To |
|
Move And Rename Method private addIndexesFromParentTable(result MetaDataMutationResult, resolvedTimestamp Long, alwaysAddIndexes boolean) : boolean from class org.apache.phoenix.schema.MetaDataClient to public addIndexesFromParent(connection PhoenixConnection, view PTable, parentTable PTable, inheritedIndexes List<PTable>) : void from class org.apache.phoenix.util.ViewUtil |
From |
To |
|
Move And Rename Method public clearSkipAddingParentColumns() : Builder from class org.apache.phoenix.coprocessor.generated.MetaDataProtos.GetTableRequest.Builder to public clearViewModifiedUpdateCacheFrequency() : Builder from class org.apache.phoenix.coprocessor.generated.PTableProtos.PTable.Builder |
From |
To |
|
Move And Rename Method public setLockedAncestorTable(value PTableProtos.PTable) : Builder from class org.apache.phoenix.coprocessor.generated.MetaDataProtos.GetTableRequest.Builder to public setParentTable(value PTableProtos.PTable) : Builder from class org.apache.phoenix.coprocessor.generated.MetaDataProtos.CreateTableRequest.Builder |
From |
To |
|
Move And Rename Method private addDerivedColumnsFromAncestors(table PTable, timestamp long, clientVersion int, lockedAncestorTable PTable) : PTable from class org.apache.phoenix.coprocessor.MetaDataEndpointImpl to public addDerivedColumnsAndIndexesFromParent(connection PhoenixConnection, table PTable, parentTable PTable) : PTable from class org.apache.phoenix.util.ViewUtil |
From |
To |
|
Move And Rename Method public clearSkipAddingParentColumns() : Builder from class org.apache.phoenix.coprocessor.generated.MetaDataProtos.DropTableRequest.Builder to public clearViewModifiedUseStatsForParallelization() : Builder from class org.apache.phoenix.coprocessor.generated.PTableProtos.PTable.Builder |
From |
To |
|
Move And Rename Method public hasSkipAddingParentColumns() : boolean from class org.apache.phoenix.coprocessor.generated.MetaDataProtos.DropTableRequest to public hasParentTable() : boolean from class org.apache.phoenix.coprocessor.generated.MetaDataProtos.CreateTableRequest.Builder |
From |
To |
|
Move And Rename Method private validateColumnForAddToBaseTable(basePhysicalTable PTable, tableMetadata List<Mutation>, rowKeyMetaData byte[][], childViewsResult TableViewFinderResult, clientTimeStamp long, clientVersion int) : MetaDataMutationResult from class org.apache.phoenix.coprocessor.MetaDataEndpointImpl to public validateWithChildViews(table PTable, childViews List<PTable>, tableMetadata List<Mutation>, schemaName byte[], tableName byte[]) : MetaDataMutationResult from class org.apache.phoenix.coprocessor.AddColumnMutator |
From |
To |
|
Move And Rename Method public getLockedAncestorTableBuilder() : PTableProtos.PTable.Builder from class org.apache.phoenix.coprocessor.generated.MetaDataProtos.GetTableRequest.Builder to public getParentTableBuilder() : PTableProtos.PTable.Builder from class org.apache.phoenix.coprocessor.generated.MetaDataProtos.CreateTableRequest.Builder |
From |
To |
|
Move And Rename Method public mergeLockedAncestorTable(value PTableProtos.PTable) : Builder from class org.apache.phoenix.coprocessor.generated.MetaDataProtos.GetTableRequest.Builder to public mergeParentTable(value PTableProtos.PTable) : Builder from class org.apache.phoenix.coprocessor.generated.MetaDataProtos.CreateTableRequest.Builder |
From |
To |
|
Move And Rename Method private dropViewIndexes(region Region, basePhysicalTable PTable, locks List<RowLock>, tableMetadata List<Mutation>, mutationsForAddingColumnsToViews List<Mutation>, schemaName byte[], tableName byte[], invalidateList List<ImmutableBytesPtr>, clientTimeStamp long, childViewsResult TableViewFinderResult, tableNamesToDelete List<byte[]>, sharedTablesToDelete List<SharedTableState>, clientVersion int) : MetaDataMutationResult from class org.apache.phoenix.coprocessor.MetaDataEndpointImpl to public validateWithChildViews(table PTable, childViews List<PTable>, tableMetadata List<Mutation>, schemaName byte[], tableName byte[]) : MetaDataMutationResult from class org.apache.phoenix.coprocessor.DropColumnMutator |
From |
To |
|
Move And Rename Method public setSkipAddingParentColumns(value boolean) : Builder from class org.apache.phoenix.coprocessor.generated.MetaDataProtos.GetTableRequest.Builder to public setParentTable(value PTableProtos.PTable) : Builder from class org.apache.phoenix.coprocessor.generated.MetaDataProtos.CreateTableRequest.Builder |
From |
To |
|
Move And Rename Method public setSkipAddingParentColumns(value boolean) : Builder from class org.apache.phoenix.coprocessor.generated.MetaDataProtos.DropTableRequest.Builder to public setParentTable(value PTableProtos.PTable) : Builder from class org.apache.phoenix.coprocessor.generated.MetaDataProtos.CreateTableRequest.Builder |
From |
To |
|
Move And Rename Method public clearSkipAddingIndexes() : Builder from class org.apache.phoenix.coprocessor.generated.MetaDataProtos.GetTableRequest.Builder to public clearViewModifiedUseStatsForParallelization() : Builder from class org.apache.phoenix.coprocessor.generated.PTableProtos.PTable.Builder |
From |
To |
|
Move Method private getInteger(p Put, family byte[], qualifier byte[]) : int from class org.apache.phoenix.coprocessor.MetaDataEndpointImpl to private getInteger(p Put, family byte[], qualifier byte[]) : int from class org.apache.phoenix.coprocessor.AddColumnMutator |
From |
To |
|
Move Method private switchAttribute(table PTable, currAttribute boolean, tableMetaData List<Mutation>, attrQualifier byte[]) : boolean from class org.apache.phoenix.coprocessor.MetaDataEndpointImpl to private switchAttribute(currAttribute boolean, tableMetaData List<Mutation>, attrQualifier byte[]) : boolean from class org.apache.phoenix.coprocessor.AddColumnMutator |
From |
To |
|
Move Method private getColumn(pkCount int, rowKeyMetaData byte[][], table PTable) : PColumn from class org.apache.phoenix.coprocessor.MetaDataEndpointImpl to public getColumn(pkCount int, rowKeyMetaData byte[][], table PTable) : PColumn from class org.apache.phoenix.util.MetaDataUtil |
From |
To |
|
Move Method private addTagsToPutsForViewAlteredProperties(tableMetaData List<Mutation>, parent PTable) : void from class org.apache.phoenix.coprocessor.MetaDataEndpointImpl to public addTagsToPutsForViewAlteredProperties(tableMetaData List<Mutation>, parent PTable, extendedCellBuilder ExtendedCellBuilder) : void from class org.apache.phoenix.util.ViewUtil |
From |
To |
|
Move Method public dropChildViews(env RegionCoprocessorEnvironment, tenantIdBytes byte[], schemaName byte[], tableName byte[]) : void from class org.apache.phoenix.coprocessor.MetaDataEndpointImpl to public dropChildViews(env RegionCoprocessorEnvironment, tenantIdBytes byte[], schemaName byte[], tableName byte[]) : void from class org.apache.phoenix.util.ViewUtil |
From |
To |
|
Move Method private isDivergedView(view PTable) : boolean from class org.apache.phoenix.coprocessor.MetaDataEndpointImpl to public isDivergedView(view PTable) : boolean from class org.apache.phoenix.util.ViewUtil |
From |
To |
|
Rename Parameter basePhysicalTable : PTable to table : PTable in method public validateWithChildViews(table PTable, childViews List<PTable>, tableMetadata List<Mutation>, schemaName byte[], tableName byte[]) : MetaDataMutationResult in class org.apache.phoenix.coprocessor.DropColumnMutator |
From |
To |
|
Rename Parameter basePhysicalTable : PTable to table : PTable in method public validateWithChildViews(table PTable, childViews List<PTable>, tableMetadata List<Mutation>, schemaName byte[], tableName byte[]) : MetaDataMutationResult in class org.apache.phoenix.coprocessor.AddColumnMutator |
From |
To |
|
Rename Parameter additionalTableMetaData : List<Mutation> to tableMetaData : List<Mutation> in method private dropIndexes(env RegionCoprocessorEnvironment, table PTable, invalidateList List<ImmutableBytesPtr>, locks List<RowLock>, clientTimeStamp long, tableMetaData List<Mutation>, columnToDelete PColumn, tableNamesToDelete List<byte[]>, sharedTablesToDelete List<SharedTableState>, clientVersion int) : MetaDataMutationResult in class org.apache.phoenix.coprocessor.MetaDataEndpointImpl |
From |
To |