Uses of Enum Class
org.eclipse.jetty.util.thread.Invocable.InvocationType
Packages that use Invocable.InvocationType
Package
Description
Jetty Util : Common Utility Classes
Jetty Util : Common ThreadPool Utilities
-
Uses of Invocable.InvocationType in org.eclipse.jetty.util
Methods in org.eclipse.jetty.util that return Invocable.InvocationTypeModifier and TypeMethodDescriptionCallback.Completable.getInvocationType()Callback.Nested.getInvocationType()FutureCallback.getInvocationType()IteratingNestedCallback.getInvocationType()SharedBlockingCallback.Blocker.getInvocationType()Methods in org.eclipse.jetty.util with parameters of type Invocable.InvocationTypeModifier and TypeMethodDescriptionstatic CallbackCallback.from(CompletableFuture<?> completable, Invocable.InvocationType invocation) Creates a callback from the given incomplete CompletableFuture, with the givenblockingcharacteristic.static CallbackCallback.from(Invocable.InvocationType invocationType, Runnable completed) Creates a Callback with the giveninvocationType, that runs the givenRunnablewhen it succeeds or fails.static CallbackCallback.from(Invocable.InvocationType invocationType, Runnable success, Consumer<Throwable> failure) Creates a callback with the given InvocationType from the given success and failure lambdas.static <C> Promise.Invocable<C> Promise.from(Invocable.InvocationType invocationType, Promise<C> promise) Create anPromise.InvocableConstructors in org.eclipse.jetty.util with parameters of type Invocable.InvocationType -
Uses of Invocable.InvocationType in org.eclipse.jetty.util.thread
Subclasses with type arguments of type Invocable.InvocationType in org.eclipse.jetty.util.threadModifier and TypeClassDescriptionstatic enumThe behavior of anInvocabletask when it is called.Methods in org.eclipse.jetty.util.thread that return Invocable.InvocationTypeModifier and TypeMethodDescriptionstatic Invocable.InvocationTypeInvocable.combine(Invocable.InvocationType it1, Invocable.InvocationType it2) Combine two invocation type.static Invocable.InvocationTypeInvocable.combineTypes(Invocable.InvocationType... it) default Invocable.InvocationTypeInvocable.getInvocationType()static Invocable.InvocationTypeInvocable.getInvocationType(Object o) Get the invocation type of an Object.Invocable.Task.Abstract.getInvocationType()static Invocable.InvocationTypeReturns the enum constant of this class with the specified name.static Invocable.InvocationType[]Invocable.InvocationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jetty.util.thread with parameters of type Invocable.InvocationTypeModifier and TypeMethodDescriptionstatic Invocable.InvocationTypeInvocable.combine(Invocable.InvocationType it1, Invocable.InvocationType it2) Combine two invocation type.static Invocable.InvocationTypeInvocable.combineTypes(Invocable.InvocationType... it) static Invocable.TaskInvocable.from(Invocable.InvocationType type, Runnable task) Creates aInvocable.Taskfrom the given InvocationType and Runnable.Constructors in org.eclipse.jetty.util.thread with parameters of type Invocable.InvocationType