|
Move And Rename Method public getAsProfile() : QueryProfile from class org.apache.drill.exec.work.foreman.QueryStatus to public getQueryProfile() : QueryProfile from class org.apache.drill.exec.work.foreman.QueryManager |
From |
To |
|
Move And Rename Method public markStart() : void from class org.apache.drill.exec.work.foreman.QueryStatus to package markStartTime() : void from class org.apache.drill.exec.work.foreman.QueryManager |
From |
To |
|
Move And Rename Method package add(data FragmentData) : void from class org.apache.drill.exec.work.foreman.QueryStatus to private addFragment(fragmentData FragmentData) : void from class org.apache.drill.exec.work.foreman.QueryManager |
From |
To |
|
Move And Rename Method public toString() : String from class org.apache.drill.exec.work.foreman.QueryStatus to public getFragmentStatesAsString() : String from class org.apache.drill.exec.work.foreman.QueryManager |
From |
To |
|
Move And Rename Method public getAsInfo() : QueryInfo from class org.apache.drill.exec.work.foreman.QueryStatus to private getQueryInfo() : QueryInfo from class org.apache.drill.exec.work.foreman.QueryManager |
From |
To |
|
Move Method private stopZookeeper() : void from class org.apache.drill.exec.TestWithZookeeper to public stopZookeeper() : void from class org.apache.drill.exec.ZookeeperHelper |
From |
To |
|
Move Method public setPlanText(planText String) : void from class org.apache.drill.exec.work.foreman.QueryStatus to package setPlanText(planText String) : void from class org.apache.drill.exec.work.foreman.QueryManager |
From |
To |
|
Move Method public normalizeQuery(query String) : String from class org.apache.drill.BaseTestQuery to public normalizeQuery(query String) : String from class org.apache.drill.QueryTestUtil |
From |
To |
|
Move Method private cancelExecutingFragments() : void from class org.apache.drill.exec.work.foreman.Foreman to package cancelExecutingFragments(drillbitContext DrillbitContext, rootRunner FragmentExecutor) : void from class org.apache.drill.exec.work.foreman.QueryManager |
From |
To |
|
Move Method private startZookeeper(numServers int) : void from class org.apache.drill.exec.TestWithZookeeper to public startZookeeper(numServers int) : void from class org.apache.drill.exec.ZookeeperHelper |
From |
To |
|
Move Method package updateQueryStateInStore(queryState QueryState) : QueryState from class org.apache.drill.exec.work.foreman.QueryStatus to package updateQueryStateInStore(queryState QueryState) : QueryState from class org.apache.drill.exec.work.foreman.QueryManager |
From |
To |
|
Move Attribute private profilePStore : PStore<QueryProfile> from class org.apache.drill.exec.work.foreman.QueryStatus to private profilePStore : PStore<QueryProfile> from class org.apache.drill.exec.work.foreman.QueryManager |
From |
To |
|
Move Attribute private endTime : long from class org.apache.drill.exec.work.foreman.QueryStatus to private endTime : long from class org.apache.drill.exec.work.foreman.QueryManager |
From |
To |
|
Move Attribute private fragmentDataSet : List<FragmentData> from class org.apache.drill.exec.work.foreman.QueryStatus to private fragmentDataSet : List<FragmentData> from class org.apache.drill.exec.work.foreman.QueryManager |
From |
To |
|
Move Attribute public QUERY_PROFILE : PStoreConfig<QueryProfile> from class org.apache.drill.exec.work.foreman.QueryStatus to public QUERY_PROFILE : PStoreConfig<QueryProfile> from class org.apache.drill.exec.work.foreman.QueryManager |
From |
To |
|
Move Attribute public RUNNING_QUERY_INFO : PStoreConfig<QueryInfo> from class org.apache.drill.exec.work.foreman.QueryStatus to public RUNNING_QUERY_INFO : PStoreConfig<QueryInfo> from class org.apache.drill.exec.work.foreman.QueryManager |
From |
To |
|
Move Attribute private config : DrillConfig from class org.apache.drill.exec.TestWithZookeeper to private config : DrillConfig from class org.apache.drill.exec.ZookeeperHelper |
From |
To |
|
Move Attribute private planText : String from class org.apache.drill.exec.work.foreman.QueryStatus to private planText : String from class org.apache.drill.exec.work.foreman.QueryManager |
From |
To |
|
Move Attribute private zkCluster : MiniZooKeeperCluster from class org.apache.drill.exec.TestWithZookeeper to private zkCluster : MiniZooKeeperCluster from class org.apache.drill.exec.ZookeeperHelper |
From |
To |
|
Move Attribute private startTime : long from class org.apache.drill.exec.work.foreman.QueryStatus to private startTime : long from class org.apache.drill.exec.work.foreman.QueryManager |
From |
To |
|
Move Attribute package logger : org.slf4j.Logger from class org.apache.drill.exec.TestWithZookeeper to private logger : org.slf4j.Logger from class org.apache.drill.exec.ZookeeperHelper |
From |
To |
|
Move Attribute private config : DrillConfig from class org.apache.drill.exec.opt.BasicOptimizer to private config : DrillConfig from class org.apache.drill.exec.ZookeeperHelper |
From |
To |
|
Move Attribute private foreman : Foreman from class org.apache.drill.exec.work.foreman.QueryStatus to private foreman : Foreman from class org.apache.drill.exec.work.foreman.QueryManager |
From |
To |
|
Move Attribute private testDir : File from class org.apache.drill.exec.TestWithZookeeper to private testDir : File from class org.apache.drill.exec.ZookeeperHelper |
From |
To |
|
Move Attribute private fragmentDataMap : IntObjectOpenHashMap<IntObjectOpenHashMap<FragmentData>> from class org.apache.drill.exec.work.foreman.QueryStatus to private fragmentDataMap : IntObjectOpenHashMap<IntObjectOpenHashMap<FragmentData>> from class org.apache.drill.exec.work.foreman.QueryManager |
From |
To |
|
Move Attribute private profileEStore : PStore<QueryInfo> from class org.apache.drill.exec.work.foreman.QueryStatus to private profileEStore : PStore<QueryInfo> from class org.apache.drill.exec.work.foreman.QueryManager |
From |
To |
|
Move Attribute private zkUrl : String from class org.apache.drill.exec.TestWithZookeeper to private zkUrl : String from class org.apache.drill.exec.ZookeeperHelper |
From |
To |
|
Rename Method public setFragmentManager(fragmentManager FragmentManager) : void renamed to public addFragmentManager(fragmentManager FragmentManager) : void in class org.apache.drill.exec.rpc.control.WorkEventBus |
From |
To |
|
Rename Method public getContext() : QueryContext renamed to public getQueryContext() : QueryContext in class org.apache.drill.exec.work.foreman.Foreman |
From |
To |
|
Rename Method public setFragmentStatusListener(queryId QueryId, listener FragmentStatusListener) : void renamed to public addFragmentStatusListener(queryId QueryId, listener FragmentStatusListener) : void in class org.apache.drill.exec.rpc.control.WorkEventBus |
From |
To |
|
Rename Method private p(name String) : Path renamed to private makePath(name String) : Path in class org.apache.drill.exec.store.sys.local.FilePStore |
From |
To |
|
Rename Method public status(status FragmentStatus) : void renamed to public statusUpdate(status FragmentStatus) : void in class org.apache.drill.exec.rpc.control.WorkEventBus |
From |
To |
|
Rename Method private mk(path Path) : void renamed to private mkdirs(path Path) : void in class org.apache.drill.exec.store.sys.local.FilePStore |
From |
To |
|
Rename Variable f : PlanFragment to planFragment : PlanFragment in method private setupNonRootFragments(fragments Collection<PlanFragment>) : void in class org.apache.drill.exec.work.foreman.Foreman |
From |
To |
|
Rename Variable f : Path to path : Path in method private makePath(name String) : Path in class org.apache.drill.exec.store.sys.local.FilePStore |
From |
To |
|
Rename Variable context : ServletContextHandler to servletContextHandler : ServletContextHandler in method private startJetty() : void in class org.apache.drill.exec.server.Drillbit |
From |
To |
|
Rename Variable l : FragmentStatusListener to listener : FragmentStatusListener in method public statusUpdate(status FragmentStatus) : void in class org.apache.drill.exec.rpc.control.WorkEventBus |
From |
To |
|
Rename Variable e : FragmentExecutor to fragmentExecutor : FragmentExecutor in method public run() : void in class org.apache.drill.exec.work.WorkManager.StatusThread |
From |
To |
|
Rename Variable originalThread : String to originalName : String in method public run() : void in class org.apache.drill.exec.work.foreman.Foreman |
From |
To |
|
Rename Variable h : ServletHolder to servletHolder : ServletHolder in method private startJetty() : void in class org.apache.drill.exec.server.Drillbit |
From |
To |
|
Rename Variable originalThread : String to originalThreadName : String in method public run() : void in class org.apache.drill.exec.work.fragment.FragmentExecutor |
From |
To |
|
Rename Variable t : Thread to thread : Thread in method public newThread(runnable Runnable) : Thread in class org.apache.drill.exec.rpc.NamedThreadFactory |
From |
To |
|
Rename Variable o : Optimizer to optimizer : Optimizer in method public getOptimizer(config DrillConfig) : Optimizer in class org.apache.drill.exec.opt.Optimizer |
From |
To |
|
Rename Variable size : double to totalCost : double in method private acquireQuerySemaphore(plan PhysicalPlan) : void in class org.apache.drill.exec.work.foreman.Foreman |
From |
To |
|
Rename Variable latch : CountDownLatch to endpointLatch : CountDownLatch in method private setupNonRootFragments(fragments Collection<PlanFragment>) : void in class org.apache.drill.exec.work.foreman.Foreman |
From |
To |
|
Rename Variable f : PlanFragment to planFragment : PlanFragment in method private sendRemoteFragments(assignment DrillbitEndpoint, fragments Collection<PlanFragment>, latch CountDownLatch, fragmentSubmitFailures FragmentSubmitFailures) : void in class org.apache.drill.exec.work.foreman.Foreman |
From |
To |
|
Rename Parameter r : Runnable to runnable : Runnable in method public newThread(runnable Runnable) : Thread in class org.apache.drill.exec.rpc.NamedThreadFactory |
From |
To |
|
Rename Parameter unit : TimeUnit to timeUnit : TimeUnit in method public acquire(timeout long, timeUnit TimeUnit) : DistributedLease in class org.apache.drill.exec.coord.local.LocalClusterCoordinator.LocalSemaphore |
From |
To |
|
Rename Parameter status : FragmentStatus to fragmentStatus : FragmentStatus in method private updateFragmentStatus(fragmentStatus FragmentStatus) : void in class org.apache.drill.exec.work.foreman.QueryManager |
From |
To |
|
Rename Parameter bee : WorkerBee to context : DrillbitContext in method public NonRootFragmentManager(fragment PlanFragment, context DrillbitContext) in class org.apache.drill.exec.work.fragment.NonRootFragmentManager |
From |
To |
|
Rename Parameter id : QueryId to queryId : QueryId in method public QueryManager(queryId QueryId, runQuery RunQuery, pStoreProvider PStoreProvider, stateListener StateListener, foreman Foreman) in class org.apache.drill.exec.work.foreman.QueryManager |
From |
To |
|
Rename Parameter data : FragmentData to fragmentData : FragmentData in method private addFragment(fragmentData FragmentData) : void in class org.apache.drill.exec.work.foreman.QueryManager |
From |
To |
|
Rename Parameter dContext : DrillbitContext to drillbitContext : DrillbitContext in method public Foreman(bee WorkerBee, drillbitContext DrillbitContext, connection UserClientConnection, queryId QueryId, queryRequest RunQuery) in class org.apache.drill.exec.work.foreman.Foreman |
From |
To |
|
Rename Parameter query : RunQuery to runQuery : RunQuery in method public QueryManager(queryId QueryId, runQuery RunQuery, pStoreProvider PStoreProvider, stateListener StateListener, foreman Foreman) in class org.apache.drill.exec.work.foreman.QueryManager |
From |
To |
|
Rename Parameter runner : FragmentExecutor to fragmentExecutor : FragmentExecutor in method public addFragmentRunner(fragmentExecutor FragmentExecutor) : void in class org.apache.drill.exec.work.WorkManager.WorkerBee |
From |
To |