|
Move Method private createQueryRunner(properties Map<String,String>) : DistributedQueryRunner from class com.facebook.presto.execution.TestQueues to public createQueryRunner(properties Map<String,String>) : DistributedQueryRunner from class com.facebook.presto.execution.TestQueryRunnerUtil |
From |
To |
|
Move Method private createQuery(queryRunner DistributedQueryRunner, session Session, sql String) : QueryId from class com.facebook.presto.execution.TestQueues to public createQuery(queryRunner DistributedQueryRunner, session Session, sql String) : QueryId from class com.facebook.presto.execution.TestQueryRunnerUtil |
From |
To |
|
Move Method private cancelQuery(queryRunner DistributedQueryRunner, queryId QueryId) : void from class com.facebook.presto.execution.TestQueues to public cancelQuery(queryRunner DistributedQueryRunner, queryId QueryId) : void from class com.facebook.presto.execution.TestQueryRunnerUtil |
From |
To |
|
Move Method private waitForQueryState(queryRunner DistributedQueryRunner, queryId QueryId, expectedQueryStates Set<QueryState>) : void from class com.facebook.presto.execution.TestQueues to public waitForQueryState(queryRunner DistributedQueryRunner, queryId QueryId, expectedQueryStates Set<QueryState>) : void from class com.facebook.presto.execution.TestQueryRunnerUtil |
From |
To |
|
Move Method private waitForQueryState(queryRunner DistributedQueryRunner, queryId QueryId, expectedQueryState QueryState) : void from class com.facebook.presto.execution.TestQueues to public waitForQueryState(queryRunner DistributedQueryRunner, queryId QueryId, expectedQueryState QueryState) : void from class com.facebook.presto.execution.TestQueryRunnerUtil |
From |
To |