|
Change Parameter Type buffer : PartitionedOutputBuffer to buffer : OutputBuffer in method package getBufferResult(buffer OutputBuffer, bufferId OutputBufferId, sequenceId long, maxSize DataSize, maxWait Duration) : BufferResult in class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Change Parameter Type buffer : PartitionedOutputBuffer to buffer : OutputBuffer in method package assertFinished(buffer OutputBuffer) : void in class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Change Parameter Type buffer : BroadcastOutputBuffer to buffer : OutputBuffer in method package assertQueueState(buffer OutputBuffer, bufferId OutputBuffers.OutputBufferId, bufferedPages int, pagesSent int) : void in class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Change Parameter Type bufferId : OutputBufferId to bufferId : OutputBuffers.OutputBufferId in method package assertQueueClosed(buffer OutputBuffer, bufferId OutputBuffers.OutputBufferId, pagesSent int) : void in class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Change Parameter Type buffer : BroadcastOutputBuffer to buffer : OutputBuffer in method public addPage(buffer OutputBuffer, page Page) : void in class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Change Parameter Type buffer : BroadcastOutputBuffer to buffer : OutputBuffer in method package enqueuePage(buffer OutputBuffer, page Page) : ListenableFuture<?> in class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Change Parameter Type buffer : BroadcastOutputBuffer to buffer : OutputBuffer in method private getBufferInfo(buffer OutputBuffer, bufferId OutputBuffers.OutputBufferId) : BufferInfo in class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Change Parameter Type buffer : BroadcastOutputBuffer to buffer : OutputBuffer in method package assertQueueClosed(buffer OutputBuffer, bufferId OutputBuffers.OutputBufferId, pagesSent int) : void in class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Change Parameter Type bufferId : OutputBufferId to bufferId : OutputBuffers.OutputBufferId in method private getBufferInfo(buffer OutputBuffer, bufferId OutputBuffers.OutputBufferId) : BufferInfo in class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Change Parameter Type bufferId : OutputBufferId to bufferId : OutputBuffers.OutputBufferId in method package assertQueueState(buffer OutputBuffer, bufferId OutputBuffers.OutputBufferId, bufferedPages int, pagesSent int) : void in class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Change Parameter Type buffer : BroadcastOutputBuffer to buffer : OutputBuffer in method package getBufferResult(buffer OutputBuffer, bufferId OutputBufferId, sequenceId long, maxSize DataSize, maxWait Duration) : BufferResult in class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Change Parameter Type buffer : BroadcastOutputBuffer to buffer : OutputBuffer in method package assertFinished(buffer OutputBuffer) : void in class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Change Parameter Type buffer : PartitionedOutputBuffer to buffer : OutputBuffer in method package enqueuePage(buffer OutputBuffer, page Page, partition int) : ListenableFuture<?> in class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Change Parameter Type buffer : PartitionedOutputBuffer to buffer : OutputBuffer in method public addPage(buffer OutputBuffer, page Page) : void in class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Change Parameter Type buffer : PartitionedOutputBuffer to buffer : OutputBuffer in method public addPage(buffer OutputBuffer, page Page, partition int) : void in class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Change Parameter Type buffer : PartitionedOutputBuffer to buffer : OutputBuffer in method package enqueuePage(buffer OutputBuffer, page Page) : ListenableFuture<?> in class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Change Parameter Type buffer : PartitionedOutputBuffer to buffer : OutputBuffer in method private getBufferInfo(buffer OutputBuffer, bufferId OutputBuffers.OutputBufferId) : BufferInfo in class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Change Parameter Type buffer : PartitionedOutputBuffer to buffer : OutputBuffer in method package assertQueueClosed(buffer OutputBuffer, bufferId OutputBuffers.OutputBufferId, pagesSent int) : void in class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Method private createPage(i int) : Page from class com.facebook.presto.execution.buffer.TestBroadcastOutputBuffer to public createPage(i int) : Page from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Method public getBufferResult(buffer PartitionedOutputBuffer, bufferId OutputBufferId, sequenceId long, maxSize DataSize, maxWait Duration) : BufferResult from class com.facebook.presto.execution.buffer.TestPartitionedOutputBuffer to package getBufferResult(buffer OutputBuffer, bufferId OutputBufferId, sequenceId long, maxSize DataSize, maxWait Duration) : BufferResult from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Method private addPage(buffer BroadcastOutputBuffer, page Page) : void from class com.facebook.presto.execution.buffer.TestBroadcastOutputBuffer to public addPage(buffer OutputBuffer, page Page) : void from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Method private assertFutureIsDone(future Future<?>) : void from class com.facebook.presto.execution.buffer.TestArbitraryOutputBuffer to package assertFutureIsDone(future Future<?>) : void from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Method private createPage(i int) : Page from class com.facebook.presto.execution.buffer.TestPartitionedOutputBuffer to public createPage(i int) : Page from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Method private assertFinished(buffer OutputBuffer) : void from class com.facebook.presto.execution.buffer.TestArbitraryOutputBuffer to package assertFinished(buffer OutputBuffer) : void from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Method private assertQueueClosed(buffer BroadcastOutputBuffer, bufferId OutputBufferId, pagesSent int) : void from class com.facebook.presto.execution.buffer.TestBroadcastOutputBuffer to package assertQueueClosed(buffer OutputBuffer, bufferId OutputBuffers.OutputBufferId, pagesSent int) : void from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Method private getBufferInfo(buffer PartitionedOutputBuffer, bufferId OutputBufferId) : BufferInfo from class com.facebook.presto.execution.buffer.TestPartitionedOutputBuffer to private getBufferInfo(buffer OutputBuffer, bufferId OutputBuffers.OutputBufferId) : BufferInfo from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Method private addPage(buffer PartitionedOutputBuffer, page Page) : void from class com.facebook.presto.execution.buffer.TestPartitionedOutputBuffer to public addPage(buffer OutputBuffer, page Page) : void from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Method private enqueuePage(buffer BroadcastOutputBuffer, page Page) : ListenableFuture<?> from class com.facebook.presto.execution.buffer.TestBroadcastOutputBuffer to package enqueuePage(buffer OutputBuffer, page Page) : ListenableFuture<?> from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Method private sizeOfPages(count int) : DataSize from class com.facebook.presto.execution.buffer.TestClientBuffer to package sizeOfPages(count int) : DataSize from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Method private assertQueueClosed(buffer PartitionedOutputBuffer, bufferId OutputBufferId, pagesSent int) : void from class com.facebook.presto.execution.buffer.TestPartitionedOutputBuffer to package assertQueueClosed(buffer OutputBuffer, bufferId OutputBuffers.OutputBufferId, pagesSent int) : void from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Method private sizeOfPages(count int) : DataSize from class com.facebook.presto.execution.buffer.TestArbitraryOutputBuffer to package sizeOfPages(count int) : DataSize from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Method private addPage(buffer PartitionedOutputBuffer, page Page, partition int) : void from class com.facebook.presto.execution.buffer.TestPartitionedOutputBuffer to public addPage(buffer OutputBuffer, page Page, partition int) : void from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Method private assertFinished(buffer PartitionedOutputBuffer) : void from class com.facebook.presto.execution.buffer.TestPartitionedOutputBuffer to package assertFinished(buffer OutputBuffer) : void from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Method private enqueuePage(buffer PartitionedOutputBuffer, page Page) : ListenableFuture<?> from class com.facebook.presto.execution.buffer.TestPartitionedOutputBuffer to package enqueuePage(buffer OutputBuffer, page Page) : ListenableFuture<?> from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Method public sizeOfPages(count int) : DataSize from class com.facebook.presto.execution.buffer.TestBroadcastOutputBuffer to package sizeOfPages(count int) : DataSize from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Method private assertFinished(buffer BroadcastOutputBuffer) : void from class com.facebook.presto.execution.buffer.TestBroadcastOutputBuffer to package assertFinished(buffer OutputBuffer) : void from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Method private enqueuePage(buffer PartitionedOutputBuffer, page Page, partition int) : ListenableFuture<?> from class com.facebook.presto.execution.buffer.TestPartitionedOutputBuffer to package enqueuePage(buffer OutputBuffer, page Page, partition int) : ListenableFuture<?> from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Method private assertFutureIsDone(future Future<?>) : void from class com.facebook.presto.execution.buffer.TestPartitionedOutputBuffer to package assertFutureIsDone(future Future<?>) : void from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Method private assertFutureIsDone(future Future<?>) : void from class com.facebook.presto.execution.buffer.TestBroadcastOutputBuffer to package assertFutureIsDone(future Future<?>) : void from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Method public getBufferResult(buffer BroadcastOutputBuffer, bufferId OutputBufferId, sequenceId long, maxSize DataSize, maxWait Duration) : BufferResult from class com.facebook.presto.execution.buffer.TestBroadcastOutputBuffer to package getBufferResult(buffer OutputBuffer, bufferId OutputBufferId, sequenceId long, maxSize DataSize, maxWait Duration) : BufferResult from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Method private getBufferInfo(buffer BroadcastOutputBuffer, bufferId OutputBufferId) : BufferInfo from class com.facebook.presto.execution.buffer.TestBroadcastOutputBuffer to private getBufferInfo(buffer OutputBuffer, bufferId OutputBuffers.OutputBufferId) : BufferInfo from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Method package assertBufferResultEquals(types List<? extends Type>, actual BufferResult, expected BufferResult) : void from class com.facebook.presto.execution.buffer.TestClientBuffer to package assertBufferResultEquals(types List<? extends Type>, actual BufferResult, expected BufferResult) : void from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Method private assertQueueState(buffer BroadcastOutputBuffer, bufferId OutputBufferId, bufferedPages int, pagesSent int) : void from class com.facebook.presto.execution.buffer.TestBroadcastOutputBuffer to package assertQueueState(buffer OutputBuffer, bufferId OutputBuffers.OutputBufferId, bufferedPages int, pagesSent int) : void from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Method private createPage(i int) : Page from class com.facebook.presto.execution.buffer.TestClientBuffer to public createPage(i int) : Page from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Method package getFuture(future ListenableFuture<BufferResult>, maxWait Duration) : BufferResult from class com.facebook.presto.execution.buffer.TestClientBuffer to package getFuture(future ListenableFuture<BufferResult>, maxWait Duration) : BufferResult from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Method private createPage(id int) : Page from class com.facebook.presto.execution.buffer.TestArbitraryOutputBuffer to public createPage(i int) : Page from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Attribute private PAGES_SERDE : PagesSerde from class com.facebook.presto.execution.buffer.TestBroadcastOutputBuffer to package PAGES_SERDE : PagesSerde from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Attribute private BUFFERED_PAGE_SIZE : DataSize from class com.facebook.presto.execution.buffer.TestBroadcastOutputBuffer to private BUFFERED_PAGE_SIZE : DataSize from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Attribute private NO_WAIT : Duration from class com.facebook.presto.execution.buffer.TestArbitraryOutputBuffer to package NO_WAIT : Duration from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Attribute private BUFFERED_PAGE_SIZE : DataSize from class com.facebook.presto.execution.buffer.TestPartitionedOutputBuffer to private BUFFERED_PAGE_SIZE : DataSize from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Attribute private MAX_WAIT : Duration from class com.facebook.presto.execution.buffer.TestBroadcastOutputBuffer to package MAX_WAIT : Duration from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Attribute private MAX_WAIT : Duration from class com.facebook.presto.execution.buffer.TestArbitraryOutputBuffer to package MAX_WAIT : Duration from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Attribute private NO_WAIT : Duration from class com.facebook.presto.execution.buffer.TestClientBuffer to package NO_WAIT : Duration from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Attribute private PAGES_SERDE : PagesSerde from class com.facebook.presto.execution.buffer.TestPartitionedOutputBuffer to package PAGES_SERDE : PagesSerde from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Attribute private NO_WAIT : Duration from class com.facebook.presto.execution.buffer.TestPartitionedOutputBuffer to package NO_WAIT : Duration from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Attribute private PAGES_SERDE : PagesSerde from class com.facebook.presto.execution.buffer.TestClientBuffer to package PAGES_SERDE : PagesSerde from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Attribute private MAX_WAIT : Duration from class com.facebook.presto.execution.buffer.TestPartitionedOutputBuffer to package MAX_WAIT : Duration from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Attribute private NO_WAIT : Duration from class com.facebook.presto.execution.buffer.TestBroadcastOutputBuffer to package NO_WAIT : Duration from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Attribute private PAGES_SERDE : PagesSerde from class com.facebook.presto.execution.buffer.TestArbitraryOutputBuffer to package PAGES_SERDE : PagesSerde from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Attribute private BUFFERED_PAGE_SIZE : DataSize from class com.facebook.presto.execution.buffer.TestClientBuffer to private BUFFERED_PAGE_SIZE : DataSize from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |
|
Move Attribute private BUFFERED_PAGE_SIZE : DataSize from class com.facebook.presto.execution.buffer.TestArbitraryOutputBuffer to private BUFFERED_PAGE_SIZE : DataSize from class com.facebook.presto.execution.buffer.BufferTestUtils |
From |
To |