Uses of Interface
org.eclipse.jetty.util.thread.ExecutionStrategy
Packages that use ExecutionStrategy
-
Uses of ExecutionStrategy in org.eclipse.jetty.util.thread.strategy
Classes in org.eclipse.jetty.util.thread.strategy that implement ExecutionStrategyModifier and TypeClassDescriptionclassAn adaptive execution strategy that uses theInvocablestatus of both the task and the current thread to select an optimal strategy that prioritizes executing the task immediately in the current producing thread if it can be done so without thread starvation issues.classDeprecated, for removal: This API element is subject to removal in a future version.classA strategy where the thread that produces will always run the resulting task.classA strategy where the caller thread iterates over task production, submitting each task to anExecutorfor execution.classA strategy where the caller thread iterates over task production, submitting each task to anExecutorfor execution.
AdaptiveExecutionStrategy