|
Move Method public testNonTxToTxTableFailure() : void from class org.apache.phoenix.tx.TransactionIT to public testNonTxToTxTableFailure() : void from class org.apache.phoenix.tx.ParameterizedTransactionIT |
From |
To |
|
Move Method private testNoStringValue(value String) : void from class org.apache.phoenix.end2end.QueryIT to private testNoStringValue(value String) : void from class org.apache.phoenix.end2end.MutableQueryIT |
From |
To |
|
Move Method public testCurrentDate() : void from class org.apache.phoenix.tx.TransactionIT to public testCurrentDate() : void from class org.apache.phoenix.tx.ParameterizedTransactionIT |
From |
To |
|
Move Method public testNullStringValue() : void from class org.apache.phoenix.end2end.QueryIT to public testNullStringValue() : void from class org.apache.phoenix.end2end.MutableQueryIT |
From |
To |
|
Move Method public testNonTxToTxTable() : void from class org.apache.phoenix.tx.TransactionIT to public testNonTxToTxTable() : void from class org.apache.phoenix.tx.ParameterizedTransactionIT |
From |
To |
|
Move Method private testRowConflicts(fullTableName String) : void from class org.apache.phoenix.tx.TransactionIT to private testRowConflicts(fullTableName String) : void from class org.apache.phoenix.tx.ParameterizedTransactionIT |
From |
To |
|
Move Method public testSumOverNullIntegerColumn() : void from class org.apache.phoenix.end2end.AggregateQueryIT to public testSumOverNullIntegerColumn() : void from class org.apache.phoenix.end2end.MutableQueryIT |
From |
To |
|
Move Method public testPointInTimeLimitedScan() : void from class org.apache.phoenix.end2end.ScanQueryIT to public testPointInTimeLimitedScan() : void from class org.apache.phoenix.end2end.MutableQueryIT |
From |
To |
|
Move Method public positionAtArrayElement(ptr ImmutableBytesWritable, arrayIndex int, baseDataType PDataType, byteSize Integer, offset int, length int, noOfElements int, first boolean) : void from class org.apache.phoenix.schema.types.PArrayDataType to public positionAtArrayElement(ptr ImmutableBytesWritable, arrayIndex int, baseDataType PDataType, byteSize Integer) : boolean from class org.apache.phoenix.schema.types.PArrayDataTypeDecoder |
From |
To |
|
Move Method public testTxnClosedCorrecty() : void from class org.apache.phoenix.tx.TransactionIT to public testTxnClosedCorrecty() : void from class org.apache.phoenix.tx.ParameterizedTransactionIT |
From |
To |
|
Move Method public testAutoCommitQueryMultiTables() : void from class org.apache.phoenix.tx.TransactionIT to public testAutoCommitQueryMultiTables() : void from class org.apache.phoenix.tx.ParameterizedTransactionIT |
From |
To |
|
Move Method public testReadOwnWrites() : void from class org.apache.phoenix.tx.TransactionIT to public testReadOwnWrites() : void from class org.apache.phoenix.tx.ParameterizedTransactionIT |
From |
To |
|
Move Method public testEmptyStringValue() : void from class org.apache.phoenix.end2end.QueryIT to public testEmptyStringValue() : void from class org.apache.phoenix.end2end.MutableQueryIT |
From |
To |
|
Move Method public testNoConflictDetectionForImmutableRows() : void from class org.apache.phoenix.tx.TransactionIT to public testNoConflictDetectionForImmutableRows() : void from class org.apache.phoenix.tx.ParameterizedTransactionIT |
From |
To |
|
Move Method public testPointInTimeScan() : void from class org.apache.phoenix.end2end.PointInTimeQueryIT to public testPointInTimeScan() : void from class org.apache.phoenix.end2end.MutableQueryIT |
From |
To |
|
Move Method public positionAtArrayElement(tuple Tuple, ptr ImmutableBytesWritable, index int, arrayExpr Expression, pDataType PDataType, maxLen Integer) : boolean from class org.apache.phoenix.schema.types.PArrayDataType to public positionAtArrayElement(tuple Tuple, ptr ImmutableBytesWritable, index int, arrayExpr Expression, pDataType PDataType, maxLen Integer) : boolean from class org.apache.phoenix.schema.types.PArrayDataTypeDecoder |
From |
To |
|
Move Method public testGroupByCondition() : void from class org.apache.phoenix.end2end.GroupByIT to public testGroupByCondition() : void from class org.apache.phoenix.end2end.MutableQueryIT |
From |
To |
|
Move Method public testCreateTableToBeTransactional() : void from class org.apache.phoenix.tx.TransactionIT to public testCreateTableToBeTransactional() : void from class org.apache.phoenix.tx.ParameterizedTransactionIT |
From |
To |
|
Move Method public testInflightPartialEval() : void from class org.apache.phoenix.tx.TransactionIT to public testInflightPartialEval() : void from class org.apache.phoenix.tx.ParameterizedTransactionIT |
From |
To |
|
Move Method public testParallelUpsertSelect() : void from class org.apache.phoenix.tx.TransactionIT to public testParallelUpsertSelect() : void from class org.apache.phoenix.tx.ParameterizedTransactionIT |
From |
To |
|
Move Method public testPointInTimeDeleteUngroupedAggregation() : void from class org.apache.phoenix.end2end.GroupByIT to public testPointInTimeDeleteUngroupedAggregation() : void from class org.apache.phoenix.end2end.MutableQueryIT |
From |
To |
|
Move Method public testAutoCommitQuerySingleTable() : void from class org.apache.phoenix.tx.TransactionIT to public testAutoCommitQuerySingleTable() : void from class org.apache.phoenix.tx.ParameterizedTransactionIT |
From |
To |
|
Move Method public testRowConflictDetected() : void from class org.apache.phoenix.tx.TransactionIT to public testRowConflictDetected() : void from class org.apache.phoenix.tx.ParameterizedTransactionIT |
From |
To |
|
Move Method public testSetStoreNullsDefaultViaConfig() : void from class org.apache.phoenix.end2end.StoreNullsIT to public testSetStoreNullsDefaultViaConfig() : void from class org.apache.phoenix.end2end.StoreNullsPropIT |
From |
To |
|
Move Method public positionAtArrayElement(ptr ImmutableBytesWritable, arrayIndex int, baseDataType PDataType, byteSize Integer) : void from class org.apache.phoenix.schema.types.PArrayDataType to public positionAtArrayElement(ptr ImmutableBytesWritable, arrayIndex int, baseDataType PDataType, byteSize Integer) : boolean from class org.apache.phoenix.schema.types.PArrayDataTypeDecoder |
From |
To |
|
Change Variable Type output : DataOutput to output : DataOutputStream in method public serialize(dataTable PTable, ptr ImmutableBytesWritable, indexes List<PTable>, connection PhoenixConnection) : void in class org.apache.phoenix.index.IndexMaintainer |
From |
To |
|
Change Variable Type ptr : ImmutableBytesWritable to ptr : ImmutableBytesPtr in method public generateIndexData(table PTable, index PTable, valuesMap Map<ImmutableBytesPtr,RowMutationState>, dataMutations List<Mutation>, kvBuilder KeyValueBuilder, connection PhoenixConnection) : List<Mutation> in class org.apache.phoenix.util.IndexUtil |
From |
To |
|
Change Variable Type seqNum : long to storageScheme : ImmutableStorageScheme in method public addColumn(table PTable, origColumnDefs List<ColumnDef>, stmtProperties ListMultimap<String,Pair<String,Object>>, ifNotExists boolean, removeTableProps boolean, namedTableNode NamedTableNode, tableType PTableType) : MutationState in class org.apache.phoenix.schema.MetaDataClient |
From |
To |
|
Change Variable Type indexColRefs : Set<ColumnReference> to indexedColInfos : Set<Pair<String,String>> in method private addIndexesFromParentTable(result MetaDataMutationResult, resolvedTimestamp Long) : boolean in class org.apache.phoenix.schema.MetaDataClient |
From |
To |
|
Change Variable Type keyValueColumns : KeyValueColumnExpression[] to colExpressions : Expression[] in method public getTupleProjector(scan Scan, dataColumns ColumnReference[]) : TupleProjector in class org.apache.phoenix.util.IndexUtil |
From |
To |
|
Change Variable Type builder : PArrayDataTypeBytesArrayBuilder to builder : PArrayDataTypeEncoder in method private split(srcBytes byte[], srcOffset int, srcLen int, outPtr ImmutableBytesWritable) : boolean in class org.apache.phoenix.expression.util.regex.JONIPattern |
From |
To |
|
Change Variable Type colRef : ColumnReference to colInfo : Pair<String,String> in method private addIndexesFromParentTable(result MetaDataMutationResult, resolvedTimestamp Long) : boolean in class org.apache.phoenix.schema.MetaDataClient |
From |
To |
|
Change Variable Type coveredColumns : Set<ColumnReference> to indexedColsInfo : Set<Pair<String,String>> in method public dropColumn(statement DropColumnStatement) : MutationState in class org.apache.phoenix.schema.MetaDataClient |
From |
To |
|
Change Variable Type localIndexColFamily : ImmutableBytesWritable to cf : ImmutableBytesPtr in method public buildUpdateMutation(kvBuilder KeyValueBuilder, valueGetter ValueGetter, dataRowKeyPtr ImmutableBytesWritable, ts long, regionStartKey byte[], regionEndKey byte[]) : Put in class org.apache.phoenix.index.IndexMaintainer |
From |
To |
|
Rename Method private getOffset(bytes byte[], arrayIndex int, useShort boolean, indexOffset int) : int renamed to package getSerializedOffset(bytes byte[], arrayIndex int, useShort boolean, indexOffset int, serializationVersion byte) : int in class org.apache.phoenix.schema.types.PArrayDataType |
From |
To |
|
Rename Method public getColumn(name String) : PColumn renamed to public getPColumnForColumnName(columnName String) : PColumn in class org.apache.phoenix.schema.PColumnFamily |
From |
To |
|
Rename Method public getColumn(name String) : PColumn renamed to public getColumnForColumnName(name String) : PColumn in class org.apache.phoenix.schema.DelegateTable |
From |
To |
|
Rename Method public getColumn(name String) : PColumn renamed to public getPColumnForColumnName(columnName String) : PColumn in class org.apache.phoenix.schema.PColumnFamilyImpl |
From |
To |
|
Rename Method public serailizeOffsetArrayIntoStream(oStream DataOutputStream, byteStream TrustedByteArrayOutputStream, noOfElements int, maxOffset int, offsetPos int[]) : int renamed to public serializeOffsetArrayIntoStream(oStream DataOutputStream, byteStream TrustedByteArrayOutputStream, noOfElements int, maxOffset int, offsetPos int[], serializationVersion byte) : int in class org.apache.phoenix.schema.types.PArrayDataType |
From |
To |
|
Rename Method public getColumnName() : byte[] renamed to public getColumnQualifier() : byte[] in class org.apache.phoenix.expression.KeyValueColumnExpression |
From |
To |
|
Rename Method public getColumn(qualifier byte[]) : PColumn renamed to public getPColumnForColumnNameBytes(columnNameBytes byte[]) : PColumn in class org.apache.phoenix.schema.PColumnFamilyImpl |
From |
To |
|
Rename Method public getColumn(qualifier byte[]) : PColumn renamed to public getPColumnForColumnNameBytes(columnNameBytes byte[]) : PColumn in class org.apache.phoenix.schema.PColumnFamily |
From |
To |
|
Rename Method public getColumn(name String) : PColumn renamed to public getColumnForColumnName(name String) : PColumn in class org.apache.phoenix.schema.PTable |
From |
To |
|
Rename Method public testArraysWithLeadingNulls() : void renamed to public testLeadingNulls() : void in class org.apache.phoenix.expression.ArrayConstructorExpressionTest |
From |
To |
|
Rename Method public testViewUsesTableIndex() : void renamed to private helpTestViewUsesTableIndex(immutable boolean) : void in class org.apache.phoenix.end2end.index.IndexExpressionIT |
From |
To |
|
Rename Method public testDropIndexedColumn() : void renamed to private helpTestDropIndexedColumn(immutable boolean) : void in class org.apache.phoenix.end2end.AlterTableIT |
From |
To |
|
Rename Method public getColumn(name String) : PColumn renamed to public getColumnForColumnName(name String) : PColumn in class org.apache.phoenix.schema.PTableImpl |
From |
To |
|
Rename Variable name : byte[] to cq : byte[] in method private initColumnsMap(conn PhoenixConnection) : void in class org.apache.phoenix.mapreduce.FormatToKeyValueReducer |
From |
To |
|
Rename Variable seqNum : long to storageScheme : ImmutableStorageScheme in method public addColumn(table PTable, origColumnDefs List<ColumnDef>, stmtProperties ListMultimap<String,Pair<String,Object>>, ifNotExists boolean, removeTableProps boolean, namedTableNode NamedTableNode, tableType PTableType) : MutationState in class org.apache.phoenix.schema.MetaDataClient |
From |
To |
|
Rename Variable tableName : byte[] to tableNameBytes : byte[] in method public testSplitWithCachedMeta() : void in class org.apache.phoenix.end2end.AggregateQueryIT |
From |
To |
|
Rename Variable indexColRefs : Set<ColumnReference> to indexedColInfos : Set<Pair<String,String>> in method private addIndexesFromParentTable(result MetaDataMutationResult, resolvedTimestamp Long) : boolean in class org.apache.phoenix.schema.MetaDataClient |
From |
To |
|
Rename Variable name : byte[] to cq : byte[] in method private findIndex(cell Cell) : int in class org.apache.phoenix.mapreduce.FormatToBytesWritableMapper |
From |
To |
|
Rename Variable keyValueColumns : KeyValueColumnExpression[] to colExpressions : Expression[] in method public getTupleProjector(scan Scan, dataColumns ColumnReference[]) : TupleProjector in class org.apache.phoenix.util.IndexUtil |
From |
To |
|
Rename Variable colRef : ColumnReference to colInfo : Pair<String,String> in method private addIndexesFromParentTable(result MetaDataMutationResult, resolvedTimestamp Long) : boolean in class org.apache.phoenix.schema.MetaDataClient |
From |
To |
|
Rename Variable name : ImmutableBytesWritable to cq : ImmutableBytesWritable in method protected reduce(key TableRowkeyPair, values Iterable<ImmutableBytesWritable>, context Reducer<TableRowkeyPair,ImmutableBytesWritable,TableRowkeyPair,KeyValue>) : void in class org.apache.phoenix.mapreduce.FormatToKeyValueReducer |
From |
To |
|
Rename Variable name : byte[] to cq : byte[] in method private initColumnIndexes() : void in class org.apache.phoenix.mapreduce.FormatToBytesWritableMapper |
From |
To |
|
Rename Variable columnByBytesBuilder : ImmutableSortedMap.Builder<byte[],PColumn> to columnNamesByBytesBuilder : ImmutableSortedMap.Builder<byte[],PColumn> in method public PColumnFamilyImpl(name PName, columns List<PColumn>) in class org.apache.phoenix.schema.PColumnFamilyImpl |
From |
To |
|
Rename Variable columnByStringBuilder : ImmutableMap.Builder<String,PColumn> to columnNamesByStringBuilder : ImmutableMap.Builder<String,PColumn> in method public PColumnFamilyImpl(name PName, columns List<PColumn>) in class org.apache.phoenix.schema.PColumnFamilyImpl |
From |
To |
|
Rename Variable coveredColumns : Set<ColumnReference> to indexedColsInfo : Set<Pair<String,String>> in method public dropColumn(statement DropColumnStatement) : MutationState in class org.apache.phoenix.schema.MetaDataClient |
From |
To |
|
Rename Variable columnToDropRef : ColumnReference to colDropRef : ColumnReference in method public dropColumn(statement DropColumnStatement) : MutationState in class org.apache.phoenix.schema.MetaDataClient |
From |
To |
|
Rename Variable localIndexColFamily : ImmutableBytesWritable to cf : ImmutableBytesPtr in method public buildUpdateMutation(kvBuilder KeyValueBuilder, valueGetter ValueGetter, dataRowKeyPtr ImmutableBytesWritable, ts long, regionStartKey byte[], regionEndKey byte[]) : Put in class org.apache.phoenix.index.IndexMaintainer |
From |
To |
|
Rename Variable cq : String to colName : String in method private addIndexesFromParentTable(result MetaDataMutationResult, resolvedTimestamp Long) : boolean in class org.apache.phoenix.schema.MetaDataClient |
From |
To |
|
Rename Variable indexColumns : Set<ColumnReference> to coveredCols : Set<ColumnReference> in method public dropColumn(statement DropColumnStatement) : MutationState in class org.apache.phoenix.schema.MetaDataClient |
From |
To |