|
Rename Variable threads : int to corePoolSize : int in method public getExecutor(context ThreadPoolContext) : Executor in class com.shinemo.mpush.tools.thread.threadpool.fixed.FixedThreadPool |
From |
To |
|
Rename Variable alive : int to keepAliveSeconds : int in method public getExecutor(context ThreadPoolContext) : Executor in class com.shinemo.mpush.tools.thread.threadpool.cached.CachedThreadPool |
From |
To |
|
Rename Variable cores : int to corePoolSize : int in method public getExecutor(context ThreadPoolContext) : Executor in class com.shinemo.mpush.tools.thread.threadpool.cached.CachedThreadPool |
From |
To |
|
Rename Variable queues : int to queueCapacity : int in method public getExecutor(context ThreadPoolContext) : Executor in class com.shinemo.mpush.tools.thread.threadpool.fixed.FixedThreadPool |
From |
To |
|
Rename Variable queues : int to queueCapacity : int in method public getExecutor(context ThreadPoolContext) : Executor in class com.shinemo.mpush.tools.thread.threadpool.cached.CachedThreadPool |
From |
To |
|
Rename Variable threads : int to maxPoolSize : int in method public getExecutor(context ThreadPoolContext) : Executor in class com.shinemo.mpush.tools.thread.threadpool.cached.CachedThreadPool |
From |
To |
|
Rename Parameter threads : int to maxPoolSize : int in method public create(name String, corePoolSize int, maxPoolSize int, keepAliveSeconds int) : CachedThreadPoolContext in class com.shinemo.mpush.tools.thread.threadpool.cached.CachedThreadPoolContext |
From |
To |
|
Rename Parameter alive : int to keepAliveSeconds : int in method public CachedThreadPoolContext(name String, corePoolSize int, maxPoolSize int, keepAliveSeconds int) in class com.shinemo.mpush.tools.thread.threadpool.cached.CachedThreadPoolContext |
From |
To |
|
Rename Parameter cores : int to corePoolSize : int in method public CachedThreadPoolContext(name String, corePoolSize int, maxPoolSize int, keepAliveSeconds int) in class com.shinemo.mpush.tools.thread.threadpool.cached.CachedThreadPoolContext |
From |
To |
|
Rename Parameter cores : int to corePoolSize : int in method public ThreadPoolContext(name String, corePoolSize int, maxPoolSize int, queueCapacity int, keepAliveSeconds int) in class com.shinemo.mpush.tools.thread.threadpool.ThreadPoolContext |
From |
To |
|
Rename Parameter alive : int to keepAliveSeconds : int in method public create(name String, corePoolSize int, maxPoolSize int, keepAliveSeconds int) : CachedThreadPoolContext in class com.shinemo.mpush.tools.thread.threadpool.cached.CachedThreadPoolContext |
From |
To |
|
Rename Parameter threads : int to maxPoolSize : int in method public CachedThreadPoolContext(name String, corePoolSize int, maxPoolSize int, keepAliveSeconds int) in class com.shinemo.mpush.tools.thread.threadpool.cached.CachedThreadPoolContext |
From |
To |
|
Rename Parameter cores : int to corePoolSize : int in method public create(name String, corePoolSize int, maxPoolSize int, keepAliveSeconds int) : CachedThreadPoolContext in class com.shinemo.mpush.tools.thread.threadpool.cached.CachedThreadPoolContext |
From |
To |