|
Move Method private addMutation(mutations Map<ImmutableBytesPtr,MultiMutation>, row ImmutableBytesPtr, m Mutation) : void from class org.apache.phoenix.index.PhoenixTransactionalIndexer to private addMutation(mutations Map<ImmutableBytesPtr,MultiMutation>, row ImmutableBytesPtr, m Mutation) : void from class org.apache.phoenix.execute.PhoenixTxIndexMutationGenerator |
From |
To |
|
Move Method private getIndexUpdates(env RegionCoprocessorEnvironment, indexMetaData PhoenixIndexMetaData, mutationIterator Iterator<Mutation>, txRollbackAttribute byte[]) : Collection<Pair<Mutation,byte[]>> from class org.apache.phoenix.index.PhoenixTransactionalIndexer to public getIndexUpdates(htable Table, mutationIterator Iterator<Mutation>) : Collection<Pair<Mutation,byte[]>> from class org.apache.phoenix.execute.PhoenixTxIndexMutationGenerator |
From |
To |
|
Move Method private processRollback(env RegionCoprocessorEnvironment, indexMetaData PhoenixIndexMetaData, txRollbackAttribute byte[], scanner ResultScanner, tx PhoenixTransactionContext, mutableColumns Set<ColumnReference>, indexUpdates Collection<Pair<Mutation,byte[]>>, mutations Map<ImmutableBytesPtr,MultiMutation>) : void from class org.apache.phoenix.index.PhoenixTransactionalIndexer to private processRollback(indexMetaData PhoenixIndexMetaData, txRollbackAttribute byte[], scanner ResultScanner, mutableColumns Set<ColumnReference>, indexUpdates Collection<Pair<Mutation,byte[]>>, mutations Map<ImmutableBytesPtr,MultiMutation>) : void from class org.apache.phoenix.execute.PhoenixTxIndexMutationGenerator |
From |
To |
|
Move Method private generateDeletes(indexMetaData PhoenixIndexMetaData, indexUpdates Collection<Pair<Mutation,byte[]>>, attribValue byte[], state TxTableState) : void from class org.apache.phoenix.index.PhoenixTransactionalIndexer to private generateDeletes(indexMetaData PhoenixIndexMetaData, indexUpdates Collection<Pair<Mutation,byte[]>>, attribValue byte[], state TxTableState) : void from class org.apache.phoenix.execute.PhoenixTxIndexMutationGenerator |
From |
To |
|
Move Method private processMutation(env RegionCoprocessorEnvironment, indexMetaData PhoenixIndexMetaData, txRollbackAttribute byte[], scanner ResultScanner, txnContext PhoenixTransactionContext, upsertColumns Set<ColumnReference>, indexUpdates Collection<Pair<Mutation,byte[]>>, mutations Map<ImmutableBytesPtr,MultiMutation>, mutationsToFindPreviousValue Map<ImmutableBytesPtr,MultiMutation>) : void from class org.apache.phoenix.index.PhoenixTransactionalIndexer to private processMutation(indexMetaData PhoenixIndexMetaData, txRollbackAttribute byte[], scanner ResultScanner, upsertColumns Set<ColumnReference>, indexUpdates Collection<Pair<Mutation,byte[]>>, mutations Map<ImmutableBytesPtr,MultiMutation>, mutationsToFindPreviousValue Map<ImmutableBytesPtr,MultiMutation>) : void from class org.apache.phoenix.execute.PhoenixTxIndexMutationGenerator |
From |
To |
|
Move Method private generatePuts(indexMetaData PhoenixIndexMetaData, indexUpdates Collection<Pair<Mutation,byte[]>>, state TxTableState) : boolean from class org.apache.phoenix.index.PhoenixTransactionalIndexer to private generatePuts(indexMetaData PhoenixIndexMetaData, indexUpdates Collection<Pair<Mutation,byte[]>>, state TxTableState) : boolean from class org.apache.phoenix.execute.PhoenixTxIndexMutationGenerator |
From |
To |