|
Change Parameter Type context : StatementContext to mutationState : MutationState in method public TableResultIterator(mutationState MutationState, scan Scan, tableRef TableRef, scanMetrics CombinableMetric) in class org.apache.phoenix.iterate.TableResultIterator |
From |
To |
|
Change Parameter Type context : StatementContext to mutationState : MutationState in method public TableResultIterator(mutationState MutationState, tableRef TableRef, scan Scan, scanMetrics CombinableMetric) in class org.apache.phoenix.iterate.TableResultIterator |
From |
To |
|
Change Parameter Type mutations : List<Mutation> to mutations : List<? extends Mutation> in method public useIndexMetadataCache(connection PhoenixConnection, mutations List<? extends Mutation>, indexMetaDataByteLength int) : boolean in class org.apache.phoenix.index.IndexMetaDataCacheClient |
From |
To |
|
Change Parameter Type context : StatementContext to mutationState : MutationState in method public TableResultIterator(mutationState MutationState, tableRef TableRef, scan Scan, scanMetrics CombinableMetric, creationMode ScannerCreation) in class org.apache.phoenix.iterate.TableResultIterator |
From |
To |
|
Change Parameter Type mutations : List<Mutation> to mutations : List<? extends Mutation> in method public newScanRanges(mutations List<? extends Mutation>) : ScanRanges in class org.apache.phoenix.util.ScanUtil |
From |
To |
|
Change Parameter Type mutations : List<Mutation> to mutations : List<? extends Mutation> in method public addIndexMetadataCache(mutations List<? extends Mutation>, ptr ImmutableBytesWritable, txState byte[]) : ServerCache in class org.apache.phoenix.index.IndexMetaDataCacheClient |
From |
To |
|
Change Variable Type family : String to entry : Map.Entry<String,Map<String,Object>> in method private setTTLForNewCFs(familyProps Map<String,Map<String,Object>>, table PTable, tableDesc HTableDescriptor, newTTL Integer) : void in class org.apache.phoenix.query.ConnectionQueryServicesImpl |
From |
To |
|
Change Variable Type tenantId : PName to tenantId : byte[] in method private setMetaDataOnMutations(tableRef TableRef, mutations List<? extends Mutation>, indexMetaDataPtr ImmutableBytesWritable) : ServerCache in class org.apache.phoenix.execute.MutationState |
From |
To |
|
Change Variable Type sqlE : SQLException to tx : Transaction in method private reset() : void in class org.apache.phoenix.execute.MutationState |
From |
To |
|
Rename Method private setTTLToEmptyCFTTL(familyProps Map<String,Map<String,Object>>, table PTable, tableDesc HTableDescriptor) : void renamed to private setTTLForNewCFs(familyProps Map<String,Map<String,Object>>, table PTable, tableDesc HTableDescriptor, newTTL Integer) : void in class org.apache.phoenix.query.ConnectionQueryServicesImpl |
From |
To |
|
Rename Method public hasInvalidIndexConfiguration() : boolean renamed to public isMutableIndexWALCodecInstalled() : boolean in class org.apache.phoenix.query.ConnectionQueryServicesImpl |
From |
To |
|
Rename Method public getTable(key PTableKey) : PTable renamed to public getTableRef(key PTableKey) : PTableRef in class org.apache.phoenix.schema.PMetaDataImpl |
From |
To |
|
Rename Method private validate() : long[] renamed to private validateAll() : long[] in class org.apache.phoenix.execute.MutationState |
From |
To |
|
Rename Method public testUpdateCache() : void renamed to public helpTestUpdateCache(isTransactional boolean, scn Long) : void in class org.apache.phoenix.rpc.UpdateCacheIT |
From |
To |
|
Rename Method public checkThatAllStatementTypesMaintainOrderInConnection() : void renamed to public testStatementOrderMaintainedInConnection() : void in class org.apache.phoenix.execute.PartialCommitIT |
From |
To |
|
Rename Method public hasInvalidIndexConfiguration() : boolean renamed to public isMutableIndexWALCodecInstalled() : boolean in class org.apache.phoenix.query.ConnectionQueryServices |
From |
To |
|
Rename Method public getTable(key PTableKey) : PTable renamed to public getTableRef(key PTableKey) : PTableRef in class org.apache.phoenix.schema.PMetaData |
From |
To |
|
Rename Method public testWriteFailureDisablesIndex(localIndex boolean) : void renamed to public helpTestWriteFailureDisablesIndex(localIndex boolean) : void in class org.apache.phoenix.end2end.index.MutableIndexFailureIT |
From |
To |
|
Rename Method public rollback(connection PhoenixConnection) : void renamed to private clear() : void in class org.apache.phoenix.execute.MutationState |
From |
To |
|
Rename Method public hasInvalidIndexConfiguration() : boolean renamed to public isMutableIndexWALCodecInstalled() : boolean in class org.apache.phoenix.query.DelegateConnectionQueryServices |
From |
To |
|
Inline Method private modifyColumnFamilyDescriptor(hcd HColumnDescriptor, family Pair<byte[],Map<String,Object>>) : void inlined to private generateTableDescriptor(tableName byte[], existingDesc HTableDescriptor, tableType PTableType, tableProps Map<String,Object>, families List<Pair<byte[],Map<String,Object>>>, splits byte[][]) : HTableDescriptor in class org.apache.phoenix.query.ConnectionQueryServicesImpl |
From |
To |
|
Inline Method private getApplicablePlans(statement PhoenixStatement, select SelectStatement, resolver ColumnResolver, targetColumns List<? extends PDatum>, parallelIteratorFactory ParallelIteratorFactory, stopAtBestPlan boolean) : List<QueryPlan> inlined to public getApplicablePlans(dataPlan QueryPlan, statement PhoenixStatement, select SelectStatement, resolver ColumnResolver, targetColumns List<? extends PDatum>, parallelIteratorFactory ParallelIteratorFactory) : List<QueryPlan> in class org.apache.phoenix.optimize.QueryOptimizer |
From |
To |
|
Rename Variable pollingNotNeeded : boolean to pollingNeeded : boolean in method public addColumn(tableMetaData List<Mutation>, table PTable, stmtProperties Map<String,List<Pair<String,Object>>>, colFamiliesForPColumnsToBeAdded Set<String>) : MetaDataMutationResult in class org.apache.phoenix.query.ConnectionQueryServicesImpl |
From |
To |
|
Rename Variable family : String to entry : Map.Entry<String,Map<String,Object>> in method private setTTLForNewCFs(familyProps Map<String,Map<String,Object>>, table PTable, tableDesc HTableDescriptor, newTTL Integer) : void in class org.apache.phoenix.query.ConnectionQueryServicesImpl |
From |
To |
|
Rename Variable removedProp : boolean to transactional : boolean in method private createTableInternal(statement CreateTableStatement, splits byte[][], parent PTable, viewStatement String, viewType ViewType, viewColumnConstants byte[][], isViewColumnReferenced BitSet, indexId Short, indexType IndexType) : PTable in class org.apache.phoenix.schema.MetaDataClient |
From |
To |
|
Rename Variable hasIndexMaintainers : boolean to hasIndexMetaData : boolean in method private setMetaDataOnMutations(tableRef TableRef, mutations List<? extends Mutation>, indexMetaDataPtr ImmutableBytesWritable) : ServerCache in class org.apache.phoenix.execute.MutationState |
From |
To |
|
Rename Variable fullTableName : String to testTable : String in method public testMultipleUpdatesAcrossRegions() : void in class org.apache.phoenix.end2end.index.IndexIT |
From |
To |
|
Rename Variable emptyCFTTL : int to ttl : int in method private setTTLForNewCFs(familyProps Map<String,Map<String,Object>>, table PTable, tableDesc HTableDescriptor, newTTL Integer) : void in class org.apache.phoenix.query.ConnectionQueryServicesImpl |
From |
To |
|
Rename Variable view : String to viewDDL : String in method public assertViewType(viewNames String[], viewDDLs String[], viewType ViewType) : void in class org.apache.phoenix.compile.ViewCompilerTest |
From |
To |
|
Rename Variable mutations : List<Mutation> to mutationList : List<Mutation> in method private send(tableRefIterator Iterator<TableRef>) : void in class org.apache.phoenix.execute.MutationState |
From |
To |
|
Rename Variable mutations : List<Mutation> to mutationList : List<Mutation> in method private addRowMutations(tableRef TableRef, values Map<ImmutableBytesPtr,RowMutationState>, timestamp long, includeMutableIndexes boolean, sendAll boolean) : Iterator<Pair<byte[],List<Mutation>>> in class org.apache.phoenix.execute.MutationState |
From |
To |
|
Change Return Type void to boolean in method public getIndexMaintainers(ptr ImmutableBytesWritable, connection PhoenixConnection) : boolean in class org.apache.phoenix.schema.DelegateTable |
From |
To |
|
Change Return Type PTable to PTableRef in method public getTableRef(key PTableKey) : PTableRef in class org.apache.phoenix.schema.PMetaData |
From |
To |
|
Change Return Type void to boolean in method public getIndexMaintainers(ptr ImmutableBytesWritable, connection PhoenixConnection) : boolean in class org.apache.phoenix.schema.PTable |
From |
To |
|
Change Return Type PTable to PTableRef in method public getTableRef(key PTableKey) : PTableRef in class org.apache.phoenix.schema.PMetaDataImpl |
From |
To |
|
Change Return Type HTableDescriptor to Pair<HTableDescriptor,HTableDescriptor> in method private separateAndValidateProperties(table PTable, properties Map<String,List<Pair<String,Object>>>, colFamiliesForPColumnsToBeAdded Set<String>, families List<Pair<byte[],Map<String,Object>>>, tableProps Map<String,Object>) : Pair<HTableDescriptor,HTableDescriptor> in class org.apache.phoenix.query.ConnectionQueryServicesImpl |
From |
To |
|
Change Return Type void to boolean in method public getIndexMaintainers(ptr ImmutableBytesWritable, connection PhoenixConnection) : boolean in class org.apache.phoenix.schema.PTableImpl |
From |
To |
|
Rename Parameter context : StatementContext to mutationState : MutationState in method public TableResultIterator(mutationState MutationState, tableRef TableRef, scan Scan, scanMetrics CombinableMetric, creationMode ScannerCreation) in class org.apache.phoenix.iterate.TableResultIterator |
From |
To |
|
Rename Parameter hcd : HColumnDescriptor to columnDesc : HColumnDescriptor in method private setHColumnDescriptorValue(columnDesc HColumnDescriptor, key String, value Object) : void in class org.apache.phoenix.query.ConnectionQueryServicesImpl |
From |
To |
|
Rename Parameter context : StatementContext to mutationState : MutationState in method public TableResultIterator(mutationState MutationState, scan Scan, tableRef TableRef, scanMetrics CombinableMetric) in class org.apache.phoenix.iterate.TableResultIterator |
From |
To |
|
Rename Parameter context : StatementContext to mutationState : MutationState in method public TableResultIterator(mutationState MutationState, tableRef TableRef, scan Scan, scanMetrics CombinableMetric) in class org.apache.phoenix.iterate.TableResultIterator |
From |
To |