6d1e8ae2a3dd79ff77695ebcf489d9fd2b0b8027
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 4 | ||
Rename Method public getHttpNotificationThreads() : int renamed to public getHttpTimeoutThreads() : int in class com.facebook.presto.execution.TaskManagerConfig | From | To | |
Rename Method public getExecutor() : ThreadPoolExecutorMBean renamed to public getTimeoutExecutor() : ThreadPoolExecutorMBean in class com.facebook.presto.server.AsyncHttpExecutionMBean | From | To | |
Rename Method public setHttpNotificationThreads(httpNotificationThreads int) : TaskManagerConfig renamed to public setHttpTimeoutThreads(httpTimeoutThreads int) : TaskManagerConfig in class com.facebook.presto.execution.TaskManagerConfig | From | To | |
Rename Method public createAsyncHttpResponseExecutor(config TaskManagerConfig) : ScheduledExecutorService renamed to public createAsyncHttpTimeoutExecutor(config TaskManagerConfig) : ScheduledExecutorService in class com.facebook.presto.server.ServerMainModule | From | To | |
Rename Attribute | 3 | ||
Rename Attribute executor : ScheduledExecutorService to timeoutExecutor : ScheduledExecutorService in class com.facebook.presto.server.TaskResource | From | To | |
Rename Attribute httpNotificationThreads : int to httpTimeoutThreads : int in class com.facebook.presto.execution.TaskManagerConfig | From | To | |
Rename Attribute executorMBean : ThreadPoolExecutorMBean to timeoutExecutor : ThreadPoolExecutorMBean in class com.facebook.presto.server.AsyncHttpExecutionMBean | From | To | |
Rename Parameter | 3 | ||
Rename Parameter executor : ScheduledExecutorService to timeoutExecutor : ScheduledExecutorService in method public TaskResource(taskManager TaskManager, sessionPropertyManager SessionPropertyManager, responseExecutor BoundedExecutor, timeoutExecutor ScheduledExecutorService) in class com.facebook.presto.server.TaskResource | From | To | |
Rename Parameter executor : ScheduledExecutorService to timeoutExecutor : ScheduledExecutorService in method public AsyncHttpExecutionMBean(responseExecutor ExecutorService, timeoutExecutor ScheduledExecutorService) in class com.facebook.presto.server.AsyncHttpExecutionMBean | From | To | |
Rename Parameter httpNotificationThreads : int to httpTimeoutThreads : int in method public setHttpTimeoutThreads(httpTimeoutThreads int) : TaskManagerConfig in class com.facebook.presto.execution.TaskManagerConfig | From | To |