Please enable JavaScript.
Coggle requires JavaScript to display documents.
Java Executor Framework (Class implementations (ExecuterService…
Java Executor
Framework
Extends Executor
Uses different interfaces
Callable
two way task
returns response
Runnable
One way task
service
Future
Async Two-way task
results
get before it is ready
Class implementations
ExecuterService
ScheduledExecuterService
task execution
periodic
fix rate
fixed delay
CompletionService
ThreadPoolExecutor
Fork\Join Pool
devide and concour
ExecutionCompletionService
Use factory
Executors
managing of threads
auto