Uses of Interface
org.wildfly.clustering.function.Supplier
Packages that use Supplier
Package
Description
-
Uses of Supplier in org.wildfly.clustering.cache
Methods in org.wildfly.clustering.cache that return Supplier -
Uses of Supplier in org.wildfly.clustering.cache.infinispan
Methods in org.wildfly.clustering.cache.infinispan that return Supplier -
Uses of Supplier in org.wildfly.clustering.cache.infinispan.batch
Subinterfaces of Supplier in org.wildfly.clustering.cache.infinispan.batchClasses in org.wildfly.clustering.cache.infinispan.batch that implement SupplierModifier and TypeClassDescriptionclassclassclassA simple extendable batch with no suspend/resume behavior.classA factory that creates simple nestable batches.class -
Uses of Supplier in org.wildfly.clustering.context
Subinterfaces of Supplier in org.wildfly.clustering.contextModifier and TypeInterfaceDescriptioninterfaceContext<T>Encapsulates some context that is applicable untilContext.close().Classes in org.wildfly.clustering.context that implement SupplierModifier and TypeClassDescriptionclassAn abstract context that can accumulate actions to run on close.Methods in org.wildfly.clustering.context with parameters of type SupplierModifier and TypeMethodDescriptionstatic <C> ContextReference<C> static <C> ContextReference<C> ContextReference.of(Supplier<C> supplier, Consumer<C> consumer, UnaryOperator<C> operator) -
Uses of Supplier in org.wildfly.clustering.function
Fields in org.wildfly.clustering.function declared as SupplierMethods in org.wildfly.clustering.function that return SupplierModifier and TypeMethodDescriptionstatic <T> Supplier<T> Returns a supplier that delegates to the specified caller using the specified exception handler.static <T> Supplier<T> Supplier.empty()Returns a supplier that always returns the specified value.Supplier.handle(Function<RuntimeException, T> handler) Returns a new supplier that delegates to this supplier using the specified exception handler.default <V> Supplier<V> Returns a supplier that returns the value this function mapped via the specified function.static <T> Supplier<T> Supplier.of(T value) Returns a supplier that always returns the specified value.static <T> Supplier<T> Returns a supplier that returns null after invoking the specified task.Methods in org.wildfly.clustering.function with parameters of type SupplierModifier and TypeMethodDescriptionstatic <T> Callable<T> Callable.exceptional(Supplier<? extends Exception> exceptionProvider) Returns a callable that throws the provided exception.static <T> Callable<T> Returns a callable that delegates to the specified supplier.static <T,U> BooleanSupplier BooleanSupplier.of(BiPredicate<T, U> predicate, Supplier<T> formerSupplier, Supplier<U> latterSupplier) Returns a boolean supplier that evaluates a predicate against a supplied value.static <T> BooleanSupplierReturns a boolean supplier that evaluates a predicate against a supplied value. -
Uses of Supplier in org.wildfly.clustering.server.infinispan.manager
Classes in org.wildfly.clustering.server.infinispan.manager that implement SupplierModifier and TypeClassDescriptionclassAnIdentifierFactorythat uses aKeyAffinityServiceto pre-generate locally hashing identifiers from a supplier. -
Uses of Supplier in org.wildfly.clustering.server.local.manager
Classes in org.wildfly.clustering.server.local.manager that implement Supplier -
Uses of Supplier in org.wildfly.clustering.server.manager
Subinterfaces of Supplier in org.wildfly.clustering.server.managerModifier and TypeInterfaceDescriptioninterfaceA service that creating identifiers for a manager.Methods in org.wildfly.clustering.server.manager that return SupplierModifier and TypeMethodDescriptionManager.getBatchFactory()Returns a batcher for use by users of this manager.ManagerConfiguration.getIdentifierFactory()Returns a factory for creating identifiers for use by this manager. -
Uses of Supplier in org.wildfly.clustering.session.cache
Methods in org.wildfly.clustering.session.cache that return SupplierModifier and TypeMethodDescriptionAbstractSessionManager.getBatchFactory()DecoratedSessionManager.getBatchFactory()AbstractSessionManager.getIdentifierFactory()DecoratedSessionManager.getIdentifierFactory()DelegatingSessionManagerConfiguration.getIdentifierFactory()Constructors in org.wildfly.clustering.session.cache with parameters of type SupplierModifierConstructorDescriptionprotectedAbstractSessionManager(Supplier<SessionManager<SC>> manager, SessionManagerConfiguration<C> configuration, CacheConfiguration cacheConfiguration, SessionFactory<C, MV, AV, SC> factory, Consumer<ImmutableSession> sessionCloseTask) -
Uses of Supplier in org.wildfly.clustering.session.cache.user
Methods in org.wildfly.clustering.session.cache.user that return SupplierModifier and TypeMethodDescriptionDecoratedUserManager.getBatchFactory()DefaultUserManager.getBatchFactory()DecoratedUserManager.getIdentifierFactory()DefaultUserManager.getIdentifierFactory()Constructors in org.wildfly.clustering.session.cache.user with parameters of type SupplierModifierConstructorDescriptionDefaultUserManager(UserFactory<CV, C, T, SV, D, S> factory, IdentifierFactory<String> identifierFactory, Supplier<Batch> batchFactory) -
Uses of Supplier in org.wildfly.clustering.session.infinispan.embedded
Methods in org.wildfly.clustering.session.infinispan.embedded that return SupplierModifier and TypeMethodDescriptionInfinispanSessionManager.getBatchFactory()InfinispanSessionManager.getIdentifierFactory()Constructors in org.wildfly.clustering.session.infinispan.embedded with parameters of type SupplierModifierConstructorDescriptionInfinispanSessionManager(Supplier<SessionManager<SC>> manager, SessionManagerConfiguration<C> configuration, InfinispanSessionManagerConfiguration<SC> infinispanConfiguration, SessionFactory<C, MV, AV, SC> factory) -
Uses of Supplier in org.wildfly.clustering.session.infinispan.remote
Constructors in org.wildfly.clustering.session.infinispan.remote with parameters of type SupplierModifierConstructorDescriptionHotRodSessionManager(Supplier<SessionManager<SC>> manager, SessionManagerConfiguration<C> configuration, SessionFactory<C, MV, AV, SC> factory, HotRodSessionManagerConfiguration hotrod)