|
Change Return Type Comparator<MappedByteBufferSegmentQueue<Tuple>> to Comparator<BufferedSegmentQueue<Tuple>> in method protected getSegmentQueueComparator() : Comparator<BufferedSegmentQueue<Tuple>> in class org.apache.phoenix.execute.SortMergeJoinPlan.BufferedTupleQueue |
From |
To |
|
Change Return Type Comparator<MappedByteBufferSegmentQueue<T>> to Comparator<BufferedSegmentQueue<T>> in method protected abstract getSegmentQueueComparator() : Comparator<BufferedSegmentQueue<T>> in class org.apache.phoenix.iterate.BufferedQueue |
From |
To |
|
Change Return Type MappedByteBufferSegmentQueue<T> to BufferedSegmentQueue<T> in method protected abstract createSegmentQueue(index int, thresholdBytes int) : BufferedSegmentQueue<T> in class org.apache.phoenix.iterate.BufferedQueue |
From |
To |
|
Change Return Type List<MappedByteBufferSegmentQueue<T>> to List<BufferedSegmentQueue<T>> in method protected getSegmentQueues() : List<BufferedSegmentQueue<T>> in class org.apache.phoenix.iterate.BufferedQueue |
From |
To |
|
Change Return Type MappedByteBufferQueue.MappedByteBufferSegmentQueue<ResultEntry> to BufferedSegmentQueue<ResultEntry> in method protected createSegmentQueue(index int, thresholdBytes int) : BufferedSegmentQueue<ResultEntry> in class org.apache.phoenix.iterate.BufferedSortedQueue |
From |
To |
|
Change Return Type MappedByteBufferSegmentQueue<Tuple> to BufferedSegmentQueue<Tuple> in method protected createSegmentQueue(index int, thresholdBytes int) : BufferedSegmentQueue<Tuple> in class org.apache.phoenix.execute.SortMergeJoinPlan.BufferedTupleQueue |
From |
To |
|
Change Return Type Comparator<org.apache.phoenix.iterate.MappedByteBufferQueue.MappedByteBufferSegmentQueue<ResultEntry>> to Comparator<BufferedSegmentQueue<ResultEntry>> in method protected getSegmentQueueComparator() : Comparator<BufferedSegmentQueue<ResultEntry>> in class org.apache.phoenix.iterate.BufferedSortedQueue |
From |
To |
|
Change Variable Type q2 : MappedByteBufferSegmentQueue<Tuple> to q2 : BufferedSegmentQueue<Tuple> in method protected getSegmentQueueComparator() : Comparator<BufferedSegmentQueue<Tuple>> in class org.apache.phoenix.execute.SortMergeJoinPlan.BufferedTupleQueue |
From |
To |
|
Change Variable Type queue : MappedByteBufferSegmentQueue<T> to queue : BufferedSegmentQueue<T> in method public size() : int in class org.apache.phoenix.iterate.BufferedQueue |
From |
To |
|
Change Variable Type queue : MappedByteBufferSegmentQueue<T> to queue : BufferedSegmentQueue<T> in method public close() : void in class org.apache.phoenix.iterate.BufferedQueue |
From |
To |
|
Change Variable Type q2 : MappedByteBufferSegmentQueue<ResultEntry> to q2 : BufferedSegmentQueue<ResultEntry> in method protected getSegmentQueueComparator() : Comparator<BufferedSegmentQueue<ResultEntry>> in class org.apache.phoenix.iterate.BufferedSortedQueue |
From |
To |
|
Change Variable Type q1 : MappedByteBufferSegmentQueue<Tuple> to q1 : BufferedSegmentQueue<Tuple> in method protected getSegmentQueueComparator() : Comparator<BufferedSegmentQueue<Tuple>> in class org.apache.phoenix.execute.SortMergeJoinPlan.BufferedTupleQueue |
From |
To |
|
Change Variable Type queue : MappedByteBufferSegmentQueue<T> to queue : BufferedSegmentQueue<T> in method public clear() : void in class org.apache.phoenix.iterate.BufferedQueue |
From |
To |
|
Change Variable Type queueEntries : MappedByteBufferSortedQueue to queueEntries : BufferedSortedQueue in method private getResultIterator() : PeekingResultIterator in class org.apache.phoenix.iterate.OrderedResultIterator |
From |
To |
|
Change Variable Type queue : MappedByteBufferSegmentQueue<T> to queue : BufferedSegmentQueue<T> in method public poll() : T in class org.apache.phoenix.iterate.BufferedQueue |
From |
To |
|
Change Variable Type queue : MappedByteBufferSegmentQueue<T> to queue : BufferedSegmentQueue<T> in method private initMergedQueue() : void in class org.apache.phoenix.iterate.BufferedQueue |
From |
To |
|
Change Variable Type q1 : MappedByteBufferSegmentQueue<ResultEntry> to q1 : BufferedSegmentQueue<ResultEntry> in method protected getSegmentQueueComparator() : Comparator<BufferedSegmentQueue<ResultEntry>> in class org.apache.phoenix.iterate.BufferedSortedQueue |
From |
To |