Toggle navigation
Home
java.util.concurrent.ThreadPoolExecutor to java.util.concurrent.ExecutorService
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'optaplanner'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Cascading Type Change (Similar)
ThreadPoolExecutor
to
ExecutorService
Update argument list (Method invocation)
createThreadPoolExecutor
to
createThreadPoolExecutor
Rename Variable
threadPoolExecutor
to
executor
threadPoolExecutor
to
executor
threadPoolExecutor
to
executor
threadPoolExecutor
to
executor
threadPoolExecutor
to
executor
io
to
ioExecutor
io
to
ioExecutor
io
to
ioExecutor
Other
receiverName + "-Worker"
to
workerType
Add or Remove Method invocation
ExecutorFactory.newFixedThreadPool(workerThreadSize,workerThreadQueueSize,workerType,true)
to
createWorker(workerType,workerThreadSize,workerThreadQueueSize,receiverName)