| Package | Description |
|---|---|
| org.eclipse.jetty.util.thread |
Jetty Util : Common ThreadPool Utilities
|
| org.eclipse.jetty.util.thread.strategy |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionStrategy |
ExecutionStrategy.Factory.instanceFor(ExecutionStrategy.Producer producer,
Executor executor) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecuteProduceConsume
A strategy where the thread calls produce will always run the resulting task
itself.
|
class |
ProduceConsume
A strategy where the caller thread iterates over task production, submitting each
task to an
Executor for execution. |
class |
ProduceExecuteConsume
A strategy where the caller thread iterates over task production, submitting each
task to an
Executor for execution. |
| Constructor and Description |
|---|
ExecuteProduceConsume(ExecutionStrategy.Producer producer,
Executor executor,
ExecutionStrategy lowResourceStrategy) |
Copyright © 1995-2016 Webtide. All Rights Reserved.