|
Change Parameter Type values : Map<ImmutableBytesPtr,RowMutationState> to values : Map<ImmutableBytesPtr,Map<PColumn,byte[]>> in method private addRowMutations(tableRef TableRef, values Map<ImmutableBytesPtr,Map<PColumn,byte[]>>, timestamp long, includeMutableIndexes boolean) : Iterator<Pair<byte[],List<Mutation>>> in class org.apache.phoenix.execute.MutationState |
From |
To |
|
Change Parameter Type uncommittedStatementIndexes : int[] to uncommittedState : MutationState in method public CommitException(e Exception, uncommittedState MutationState, committedState MutationState) in class org.apache.phoenix.execute.CommitException |
From |
To |
|
Change Parameter Type maxSize : long to maxSize : int in method public MutationState(maxSize int, connection PhoenixConnection) in class org.apache.phoenix.execute.MutationState |
From |
To |
|
Change Parameter Type mutation : Map<ImmutableBytesPtr,RowMutationState> to mutation : Map<ImmutableBytesPtr,Map<PColumn,byte[]>> in method private setValues(values byte[][], pkSlotIndex int[], columnIndexes int[], table PTable, mutation Map<ImmutableBytesPtr,Map<PColumn,byte[]>>) : void in class org.apache.phoenix.compile.UpsertCompiler |
From |
To |
|
Change Variable Type valuesMap : Map<ImmutableBytesPtr,RowMutationState> to valuesMap : Map<ImmutableBytesPtr,Map<PColumn,byte[]>> in method public commit() : void in class org.apache.phoenix.execute.MutationState |
From |
To |
|
Change Variable Type mutation : Map<ImmutableBytesPtr,RowMutationState> to mutation : Map<ImmutableBytesPtr,Map<PColumn,byte[]>> in method private upsertSelect(statement PhoenixStatement, tableRef TableRef, projector RowProjector, iterator ResultIterator, columnIndexes int[], pkSlotIndexes int[]) : MutationState in class org.apache.phoenix.compile.UpsertCompiler |
From |
To |
|
Change Variable Type existingRows : Map<ImmutableBytesPtr,RowMutationState> to existingRows : Map<ImmutableBytesPtr,Map<PColumn,byte[]>> in method public join(newMutation MutationState) : void in class org.apache.phoenix.execute.MutationState |
From |
To |
|
Change Variable Type indexMutations : Map<ImmutableBytesPtr,RowMutationState> to indexMutations : Map<ImmutableBytesPtr,Map<PColumn,byte[]>> in method private deleteRows(statement PhoenixStatement, targetTableRef TableRef, indexTableRef TableRef, iterator ResultIterator, projector RowProjector, sourceTableRef TableRef) : MutationState in class org.apache.phoenix.compile.DeleteCompiler |
From |
To |
|
Change Variable Type entry : Map.Entry<TableRef,Map<ImmutableBytesPtr,RowMutationState>> to entry : Map.Entry<TableRef,Map<ImmutableBytesPtr,Map<PColumn,byte[]>>> in method public commit() : void in class org.apache.phoenix.execute.MutationState |
From |
To |
|
Change Variable Type rowEntry : Map.Entry<ImmutableBytesPtr,RowMutationState> to rowEntry : Map.Entry<ImmutableBytesPtr,Map<PColumn,byte[]>> in method private addRowMutations(tableRef TableRef, values Map<ImmutableBytesPtr,Map<PColumn,byte[]>>, timestamp long, includeMutableIndexes boolean) : Iterator<Pair<byte[],List<Mutation>>> in class org.apache.phoenix.execute.MutationState |
From |
To |
|
Change Variable Type iterator : Iterator<Map.Entry<ImmutableBytesPtr,RowMutationState>> to iterator : Iterator<Map.Entry<ImmutableBytesPtr,Map<PColumn,byte[]>>> in method private addRowMutations(tableRef TableRef, values Map<ImmutableBytesPtr,Map<PColumn,byte[]>>, timestamp long, includeMutableIndexes boolean) : Iterator<Pair<byte[],List<Mutation>>> in class org.apache.phoenix.execute.MutationState |
From |
To |
|
Change Variable Type current : Map.Entry<TableRef,Map<ImmutableBytesPtr,RowMutationState>> to current : Map.Entry<TableRef,Map<ImmutableBytesPtr,Map<PColumn,byte[]>>> in method public toMutations(includeMutableIndexes boolean) : Iterator<Pair<byte[],List<Mutation>>> in class org.apache.phoenix.execute.MutationState |
From |
To |
|
Change Variable Type mutation : Map<ImmutableBytesPtr,RowMutationState> to mutation : Map<ImmutableBytesPtr,Map<PColumn,byte[]>> in method public execute() : MutationState in class org.apache.phoenix.compile.UpsertCompiler.compile |
From |
To |
|
Change Variable Type entry : Map.Entry<TableRef,Map<ImmutableBytesPtr,RowMutationState>> to entry : Map.Entry<TableRef,Map<ImmutableBytesPtr,Map<PColumn,byte[]>>> in method public join(newMutation MutationState) : void in class org.apache.phoenix.execute.MutationState |
From |
To |
|
Change Variable Type entry : Map.Entry<TableRef,Map<ImmutableBytesPtr,RowMutationState>> to entry : Map.Entry<TableRef,Map<ImmutableBytesPtr,Map<PColumn,byte[]>>> in method private validate() : long[] in class org.apache.phoenix.execute.MutationState |
From |
To |
|
Change Variable Type iterator : Iterator<Map.Entry<TableRef,Map<ImmutableBytesPtr,RowMutationState>>> to iterator : Iterator<Map.Entry<TableRef,Map<ImmutableBytesPtr,Map<PColumn,byte[]>>>> in method public toMutations(includeMutableIndexes boolean) : Iterator<Pair<byte[],List<Mutation>>> in class org.apache.phoenix.execute.MutationState |
From |
To |
|
Change Variable Type valueEntry : RowMutationState to valueEntry : Map<PColumn,byte[]> in method private validate() : long[] in class org.apache.phoenix.execute.MutationState |
From |
To |
|
Change Variable Type rowEntry : Map.Entry<ImmutableBytesPtr,RowMutationState> to rowEntry : Map.Entry<ImmutableBytesPtr,Map<PColumn,byte[]>> in method private validate() : long[] in class org.apache.phoenix.execute.MutationState |
From |
To |
|
Change Variable Type mutation : Map<ImmutableBytesPtr,RowMutationState> to mutation : Map<ImmutableBytesPtr,Map<PColumn,byte[]>> in method public execute() : MutationState in class org.apache.phoenix.compile.DeleteCompiler.compile.add |
From |
To |
|
Change Variable Type mutations : Map<ImmutableBytesPtr,RowMutationState> to mutations : Map<ImmutableBytesPtr,Map<PColumn,byte[]>> in method private deleteRows(statement PhoenixStatement, targetTableRef TableRef, indexTableRef TableRef, iterator ResultIterator, projector RowProjector, sourceTableRef TableRef) : MutationState in class org.apache.phoenix.compile.DeleteCompiler |
From |
To |
|
Change Variable Type iterator : Iterator<Map.Entry<TableRef,Map<ImmutableBytesPtr,RowMutationState>>> to iterator : Iterator<Map.Entry<TableRef,Map<ImmutableBytesPtr,Map<PColumn,byte[]>>>> in method public commit() : void in class org.apache.phoenix.execute.MutationState |
From |
To |
|
Change Variable Type rowEntry : Map.Entry<ImmutableBytesPtr,RowMutationState> to rowEntry : Map.Entry<ImmutableBytesPtr,Map<PColumn,byte[]>> in method public join(newMutation MutationState) : void in class org.apache.phoenix.execute.MutationState |
From |
To |