Skip navigation links
smallrye-context-propagation 1.0.7.redhat-00002
A B C D E F G I M N P R S T U W 

A

ActiveContextState - Class in io.smallrye.context.impl
 
ActiveContextState(SmallRyeContextManager, List<ThreadContextSnapshot>) - Constructor for class io.smallrye.context.impl.ActiveContextState
 
addDiscoveredContextManagerExtensions() - Method in class io.smallrye.context.SmallRyeContextManager.Builder
 
addDiscoveredThreadContextProviders() - Method in class io.smallrye.context.SmallRyeContextManager.Builder
 
ALL_REMAINING_ARRAY - Static variable in class io.smallrye.context.SmallRyeContextManager
 
awaitTermination(long, TimeUnit) - Method in class io.smallrye.context.SmallRyeManagedExecutor
 

B

begin() - Method in class io.smallrye.context.impl.CapturedContextState
 
build() - Method in class io.smallrye.context.SmallRyeContextManager.Builder
 
build() - Method in class io.smallrye.context.SmallRyeManagedExecutor.Builder
 
build() - Method in class io.smallrye.context.SmallRyeThreadContext.Builder
 
Builder() - Constructor for class io.smallrye.context.SmallRyeContextManager.Builder
 
Builder(SmallRyeContextManager) - Constructor for class io.smallrye.context.SmallRyeManagedExecutor.Builder
 
Builder(SmallRyeContextManager) - Constructor for class io.smallrye.context.SmallRyeThreadContext.Builder
 

C

captureContext(ThreadContextProviderPlan) - Method in class io.smallrye.context.SmallRyeContextManager
 
CapturedContextState - Class in io.smallrye.context.impl
 
CapturedContextState(SmallRyeContextManager, ThreadContextProviderPlan, Map<String, String>) - Constructor for class io.smallrye.context.impl.CapturedContextState
 
cleared(String...) - Method in class io.smallrye.context.SmallRyeManagedExecutor.Builder
 
cleared(String...) - Method in class io.smallrye.context.SmallRyeThreadContext.Builder
 
clearedProviders - Variable in class io.smallrye.context.impl.ThreadContextProviderPlan
 
completedFuture(U) - Method in class io.smallrye.context.SmallRyeManagedExecutor
 
completedStage(U) - Method in class io.smallrye.context.SmallRyeManagedExecutor
 
contextualCallable(Callable<R>) - Method in class io.smallrye.context.SmallRyeThreadContext
 
contextualConsumer(BiConsumer<T, U>) - Method in class io.smallrye.context.SmallRyeThreadContext
 
contextualConsumer(Consumer<T>) - Method in class io.smallrye.context.SmallRyeThreadContext
 
contextualFunction(BiFunction<T, U, R>) - Method in class io.smallrye.context.SmallRyeThreadContext
 
contextualFunction(Function<T, R>) - Method in class io.smallrye.context.SmallRyeThreadContext
 
Contextualized - Interface in io.smallrye.context.impl
 
contextualRunnable(Runnable) - Method in class io.smallrye.context.SmallRyeThreadContext
 
contextualSupplier(Supplier<R>) - Method in class io.smallrye.context.SmallRyeThreadContext
 
currentContextExecutor() - Method in class io.smallrye.context.SmallRyeThreadContext
 

D

DefaultValues - Class in io.smallrye.context.impl
Holds default values for ManagedExecutor and ThreadContext.
DefaultValues() - Constructor for class io.smallrye.context.impl.DefaultValues
 

E

endContext() - Method in class io.smallrye.context.impl.ActiveContextState
 
execute(Runnable) - Method in class io.smallrye.context.SmallRyeManagedExecutor
 

F

failedFuture(Throwable) - Method in class io.smallrye.context.SmallRyeManagedExecutor
 
failedStage(Throwable) - Method in class io.smallrye.context.SmallRyeManagedExecutor
 
forClassLoader(ClassLoader) - Method in class io.smallrye.context.SmallRyeContextManager.Builder
 

G

getAllProviderTypes() - Method in class io.smallrye.context.SmallRyeContextManager
 
getContextManager() - Method in class io.smallrye.context.SmallRyeContextManagerProvider
 
getContextManager(ClassLoader) - Method in class io.smallrye.context.SmallRyeContextManagerProvider
 
getContextManagerBuilder() - Method in class io.smallrye.context.SmallRyeContextManagerProvider
 
getDefaultExecutorService() - Method in class io.smallrye.context.SmallRyeContextManager
 
getDefaultValues() - Method in class io.smallrye.context.SmallRyeContextManager
 
getExecutorAsync() - Method in class io.smallrye.context.impl.DefaultValues
 
getExecutorCleared() - Method in class io.smallrye.context.impl.DefaultValues
 
getExecutorPropagated() - Method in class io.smallrye.context.impl.DefaultValues
 
getExecutorQueue() - Method in class io.smallrye.context.impl.DefaultValues
 
getExtensions() - Method in class io.smallrye.context.SmallRyeContextManager
 
getInjectionPointName() - Method in class io.smallrye.context.SmallRyeManagedExecutor
 
getManager() - Static method in class io.smallrye.context.SmallRyeContextManagerProvider
 
getMaxAsync() - Method in class io.smallrye.context.SmallRyeManagedExecutor
 
getMaxQueued() - Method in class io.smallrye.context.SmallRyeManagedExecutor
 
getPlan() - Method in class io.smallrye.context.SmallRyeThreadContext
 
getProviderPlan() - Method in class io.smallrye.context.SmallRyeContextManager
 
getProviderPlan(String[], String[], String[]) - Method in class io.smallrye.context.SmallRyeContextManager
 
getThreadCleared() - Method in class io.smallrye.context.impl.DefaultValues
 
getThreadContextProviderPlan() - Method in class io.smallrye.context.SmallRyeManagedExecutor
 
getThreadPropagated() - Method in class io.smallrye.context.impl.DefaultValues
 
getThreadUnchanged() - Method in class io.smallrye.context.impl.DefaultValues
 

I

injectionPointName(String) - Method in class io.smallrye.context.SmallRyeManagedExecutor.Builder
 
injectionPointName(String) - Method in class io.smallrye.context.SmallRyeThreadContext.Builder
 
invokeAll(Collection<? extends Callable<T>>) - Method in class io.smallrye.context.SmallRyeManagedExecutor
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class io.smallrye.context.SmallRyeManagedExecutor
 
invokeAny(Collection<? extends Callable<T>>) - Method in class io.smallrye.context.SmallRyeManagedExecutor
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class io.smallrye.context.SmallRyeManagedExecutor
 
io.smallrye.context - package io.smallrye.context
 
io.smallrye.context.impl - package io.smallrye.context.impl
 
isShutdown() - Method in class io.smallrye.context.SmallRyeManagedExecutor
 
isTerminated() - Method in class io.smallrye.context.SmallRyeManagedExecutor
 

M

maxAsync(int) - Method in class io.smallrye.context.SmallRyeManagedExecutor.Builder
 
maxQueued(int) - Method in class io.smallrye.context.SmallRyeManagedExecutor.Builder
 

N

newIncompleteFuture() - Method in class io.smallrye.context.SmallRyeManagedExecutor
 
newManagedExecutorBuilder() - Method in class io.smallrye.context.SmallRyeContextManager
 
newThreadContextBuilder() - Method in class io.smallrye.context.SmallRyeContextManager
 
newThreadPoolExecutor(int, int) - Static method in class io.smallrye.context.SmallRyeManagedExecutor
 
NO_STRING - Static variable in class io.smallrye.context.SmallRyeContextManager
 

P

propagated(String...) - Method in class io.smallrye.context.SmallRyeManagedExecutor.Builder
 
propagated(String...) - Method in class io.smallrye.context.SmallRyeThreadContext.Builder
 
propagatedProviders - Variable in class io.smallrye.context.impl.ThreadContextProviderPlan
 

R

register() - Static method in class io.smallrye.context.SmallRyeContextManagerProvider
Deprecated.
Should be removed in favour of SPI
registerContextManager(ContextManager, ClassLoader) - Method in class io.smallrye.context.SmallRyeContextManagerProvider
 
releaseContextManager(ContextManager) - Method in class io.smallrye.context.SmallRyeContextManagerProvider
 
runAsync(Runnable) - Method in class io.smallrye.context.SmallRyeManagedExecutor
 

S

shutdown() - Method in class io.smallrye.context.SmallRyeManagedExecutor
 
shutdownNow() - Method in class io.smallrye.context.SmallRyeManagedExecutor
 
SmallRyeContextManager - Class in io.smallrye.context
 
SmallRyeContextManager.Builder - Class in io.smallrye.context
 
SmallRyeContextManagerProvider - Class in io.smallrye.context
 
SmallRyeContextManagerProvider() - Constructor for class io.smallrye.context.SmallRyeContextManagerProvider
 
SmallRyeManagedExecutor - Class in io.smallrye.context
 
SmallRyeManagedExecutor(int, int, SmallRyeThreadContext, ExecutorService, String) - Constructor for class io.smallrye.context.SmallRyeManagedExecutor
 
SmallRyeManagedExecutor.Builder - Class in io.smallrye.context
 
SmallRyeThreadContext - Class in io.smallrye.context
 
SmallRyeThreadContext(SmallRyeContextManager, String[], String[], String[]) - Constructor for class io.smallrye.context.SmallRyeThreadContext
 
SmallRyeThreadContext(SmallRyeContextManager, String[], String[], String[], String) - Constructor for class io.smallrye.context.SmallRyeThreadContext
 
SmallRyeThreadContext.Builder - Class in io.smallrye.context
 
submit(Callable<T>) - Method in class io.smallrye.context.SmallRyeManagedExecutor
 
submit(Runnable, T) - Method in class io.smallrye.context.SmallRyeManagedExecutor
 
submit(Runnable) - Method in class io.smallrye.context.SmallRyeManagedExecutor
 
supplyAsync(Supplier<U>) - Method in class io.smallrye.context.SmallRyeManagedExecutor
 

T

ThreadContextProviderPlan - Class in io.smallrye.context.impl
 
ThreadContextProviderPlan(Set<ThreadContextProvider>, Set<ThreadContextProvider>, Set<ThreadContextProvider>) - Constructor for class io.smallrye.context.impl.ThreadContextProviderPlan
 
toString() - Method in class io.smallrye.context.SmallRyeManagedExecutor
 
toString() - Method in class io.smallrye.context.SmallRyeThreadContext
 

U

unchanged(String...) - Method in class io.smallrye.context.SmallRyeThreadContext.Builder
 
unchangedProviders - Variable in class io.smallrye.context.impl.ThreadContextProviderPlan
 
unregister() - Static method in class io.smallrye.context.SmallRyeContextManagerProvider
Deprecated.
Should be removed in favour of SPI

W

withContextCapture(CompletableFuture<T>) - Method in class io.smallrye.context.SmallRyeThreadContext
 
withContextCapture(CompletableFuture<T>, ManagedExecutor) - Method in class io.smallrye.context.SmallRyeThreadContext
 
withContextCapture(CompletionStage<T>) - Method in class io.smallrye.context.SmallRyeThreadContext
 
withContextManagerExtensions(ContextManagerExtension...) - Method in class io.smallrye.context.SmallRyeContextManager.Builder
 
withDefaultExecutorService(ExecutorService) - Method in class io.smallrye.context.SmallRyeContextManager.Builder
 
withExecutorService(ExecutorService) - Method in class io.smallrye.context.SmallRyeManagedExecutor.Builder
 
withThreadContextProviders(ThreadContextProvider...) - Method in class io.smallrye.context.SmallRyeContextManager.Builder
 
A B C D E F G I M N P R S T U W 
Skip navigation links
smallrye-context-propagation 1.0.7.redhat-00002

Copyright © 2019 JBoss by Red Hat. All rights reserved.