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 SupplierModifier and TypeMethodDescriptionCacheConfiguration.getBatchFactory()Returns a batch factory for the associated cache. -
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 TypeClassDescriptionclassAn abstract contextual batch implementing the lifecycle of a batch.classA transactional batch.classA simple extendable batch with no suspend/resume behavior.classA factory for creating thread context batches referencing simple batches.classA factory thatThreadContextBatch.classA factory for creating thread context batches referencing transactional batches.Constructors in org.wildfly.clustering.cache.infinispan.batch with parameters of type SupplierModifierConstructorDescriptionThreadContextBatchFactory(Supplier<ContextualBatch> factory) Creates a batch factory whose batches are referenced viaThreadLocal. -
Uses of Supplier in org.wildfly.clustering.function
Fields in org.wildfly.clustering.function declared as SupplierModifier and TypeFieldDescriptionstatic final Supplier<?> Supplier.NULLA supplier that always returns nullMethods in org.wildfly.clustering.function that return SupplierModifier and TypeMethodDescriptionBooleanSupplier.boxed()Returns a boxed version of this supplier.DoubleSupplier.boxed()Returns a boxed version of this supplier.IntSupplier.boxed()Returns a boxed version of this supplier.LongSupplier.boxed()Returns a boxed version of this supplier.static <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.Returns a supplier of aMap.Entryfrom the specified key and value suppliers.Supplier.handle(Function<RuntimeException, T> handler) Returns a new supplier that delegates to this supplier using the specified exception handler.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.default <V> Supplier<V> DoubleSupplier.thenApply(DoubleFunction<V> function) Returns a supplier that applies the specified function to the value returned by this supplier.default <V> Supplier<V> IntSupplier.thenApply(IntFunction<V> function) Returns a supplier that applies the specified function to the value returned by this supplier.default <V> Supplier<V> LongSupplier.thenApply(LongFunction<V> function) Returns a supplier that applies the specified function to the value returned by this supplier.default <R> Supplier<R> Returns a supplier that returns the value this supplier mapped via the specified function.Methods in org.wildfly.clustering.function with parameters of type Supplier -
Uses of Supplier in org.wildfly.clustering.server.infinispan.manager
Classes in org.wildfly.clustering.server.infinispan.manager that implement SupplierModifier and TypeClassDescriptionclassAnIdentifierFactoryServicethat uses aKeyAffinityServiceto pre-generate locally hashing identifiers from a supplier. -
Uses of Supplier in org.wildfly.clustering.server.listener
Methods in org.wildfly.clustering.server.listener with parameters of type SupplierModifier and TypeMethodDescriptionstatic <T> ConsumerRegistry<T> ConsumerRegistry.newInstance(Supplier<Collection<Consumer<T>>> factory) Creates a new consumer registry. -
Uses of Supplier in org.wildfly.clustering.server.local.manager
Classes in org.wildfly.clustering.server.local.manager that implement SupplierModifier and TypeClassDescriptionclassSimpleIdentifierFactoryServicethat delegates to a 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 TypeMethodDescriptionDecoratedManager.getBatchFactory()Manager.getBatchFactory()Returns a batcher for use by users of this manager.DecoratedManager.getIdentifierFactory()ManagerConfiguration.getIdentifierFactory()Returns a factory for creating identifiers for use by this manager. -
Uses of Supplier in org.wildfly.clustering.server.service
Constructors in org.wildfly.clustering.server.service with parameters of type SupplierModifierConstructorDescriptionAtomicReferenceService(Supplier<T> factory) Creates a simple service from the specified value factory.AtomicReferenceService(Supplier<T> factory, AtomicReference<T> reference) Creates a simple service from the specified value factory. -
Uses of Supplier in org.wildfly.clustering.server.util
Subinterfaces of Supplier in org.wildfly.clustering.server.utilModifier and TypeInterfaceDescriptionstatic interfaceDescribes the writer of a reference.Classes in org.wildfly.clustering.server.util that implement SupplierModifier and TypeClassDescriptionstatic classA conditional writer implementation for a reference.static classA writer implementation for a reference.Methods in org.wildfly.clustering.server.util that return SupplierModifier and TypeMethodDescriptionReturns a supplier whoseSupplier.get()will update the reference only when the specified condition (invoked while holding a lock) is met. -
Uses of Supplier in org.wildfly.clustering.session.cache
Methods in org.wildfly.clustering.session.cache that return SupplierModifier and TypeMethodDescriptionAbstractSessionManager.getBatchFactory()AbstractSessionManager.getIdentifierFactory()DecoratedSessionManagerConfiguration.getIdentifierFactory() -
Uses of Supplier in org.wildfly.clustering.session.cache.user
Methods in org.wildfly.clustering.session.cache.user that return SupplierModifier and TypeMethodDescriptionDefaultUserManager.getBatchFactory()DefaultUserManager.getIdentifierFactory()Constructors in org.wildfly.clustering.session.cache.user with parameters of type SupplierModifierConstructorDescriptionDefaultUserManager(UserFactory<CV, C, T, SV, D, S> factory, IdentifierFactoryService<String> identifierFactory, Supplier<Batch> batchFactory) Creates a user manager.