Uses of Interface
org.wildfly.clustering.context.Context
Packages that use Context
Package
Description
-
Uses of Context in org.wildfly.clustering.cache.batch
Methods in org.wildfly.clustering.cache.batch that return ContextModifier and TypeMethodDescriptionSuspendedBatch.resumeWithContext()Resumes this batch untilclose().default Context<SuspendedBatch> Batch.suspendWithContext()Suspends this batch untilclose(). -
Uses of Context in org.wildfly.clustering.context
Classes in org.wildfly.clustering.context that implement ContextModifier and TypeClassDescriptionclassAn abstract context that can accumulate actions to run on close.Fields in org.wildfly.clustering.context declared as ContextMethods in org.wildfly.clustering.context that return ContextModifier and TypeMethodDescriptionstatic <T> Context<T> Context.empty()Returns an empty context.static <T> Context<T> Returns a context that provides the specified value and invokes the specified action on close.Methods in org.wildfly.clustering.context that return types with arguments of type ContextModifier and TypeMethodDescriptionReturns a context provider for the specified value.Method parameters in org.wildfly.clustering.context with type arguments of type ContextModifier and TypeMethodDescriptionstatic <C> ContextualExecutorContextualExecutor.withContextProvider(Supplier<Context<C>> provider) static <C> ContextualizerContextualizer.withContextProvider(Supplier<Context<C>> provider) -
Uses of Context in org.wildfly.clustering.marshalling
Methods in org.wildfly.clustering.marshalling that return types with arguments of type ContextModifier and TypeMethodDescriptionAbstractByteBufferMarshaller.getContextClassLoaderProvider()default Supplier<Context<ClassLoader>> ByteBufferMarshaller.getContextClassLoaderProvider()Returns a provider of context to use during read/write operations.