Uses of Interface
org.wildfly.clustering.cache.batch.Batch
Packages that use Batch
Package
Description
-
Uses of Batch in org.wildfly.clustering.cache
Methods in org.wildfly.clustering.cache that return types with arguments of type BatchModifier and TypeMethodDescriptionCacheConfiguration.getBatchFactory()Returns a batch factory for the associated cache. -
Uses of Batch in org.wildfly.clustering.cache.batch
Methods in org.wildfly.clustering.cache.batch that return BatchMethods in org.wildfly.clustering.cache.batch that return types with arguments of type BatchModifier and TypeMethodDescriptionSuspendedBatch.resumeWithContext()Resumes this batch untilContext.close(). -
Uses of Batch in org.wildfly.clustering.cache.infinispan
Methods in org.wildfly.clustering.cache.infinispan that return types with arguments of type Batch -
Uses of Batch in org.wildfly.clustering.cache.infinispan.batch
Subinterfaces of Batch in org.wildfly.clustering.cache.infinispan.batchClasses in org.wildfly.clustering.cache.infinispan.batch that implement BatchModifier and TypeClassDescriptionclassAn abstract contextual batch implementing the lifecycle of a batch.classA transactional batch.classA simple extendable batch with no suspend/resume behavior.Classes in org.wildfly.clustering.cache.infinispan.batch that implement interfaces with type arguments of type BatchModifier and TypeClassDescriptionclassA factory thatThreadContextBatch.Methods in org.wildfly.clustering.cache.infinispan.batch that return Batch -
Uses of Batch in org.wildfly.clustering.server.manager
Methods in org.wildfly.clustering.server.manager that return types with arguments of type BatchModifier and TypeMethodDescriptionDecoratedManager.getBatchFactory()Manager.getBatchFactory()Returns a batcher for use by users of this manager. -
Uses of Batch in org.wildfly.clustering.session.cache
Methods in org.wildfly.clustering.session.cache that return types with arguments of type Batch -
Uses of Batch in org.wildfly.clustering.session.cache.attributes
Classes in org.wildfly.clustering.session.cache.attributes with type parameters of type BatchModifier and TypeClassDescriptionclassDetachedSessionAttributes<C, B extends Batch>ASessionAttributesimplementation for detached sessions. -
Uses of Batch in org.wildfly.clustering.session.cache.metadata
Classes in org.wildfly.clustering.session.cache.metadata with type parameters of type BatchModifier and TypeClassDescriptionclassDetachedSessionMetaData<C, B extends Batch>SessionMetaDataimplementation for detached sessions. -
Uses of Batch in org.wildfly.clustering.session.cache.user
Methods in org.wildfly.clustering.session.cache.user that return types with arguments of type BatchConstructor parameters in org.wildfly.clustering.session.cache.user with type arguments of type BatchModifierConstructorDescriptionDefaultUserManager(UserFactory<CV, C, T, SV, D, S> factory, IdentifierFactoryService<String> identifierFactory, Supplier<Batch> batchFactory) Creates a user manager. -
Uses of Batch in org.wildfly.clustering.session.infinispan.embedded
Constructor parameters in org.wildfly.clustering.session.infinispan.embedded with type arguments of type BatchModifierConstructorDescriptionSessionExpirationTask(SessionFactory<SC, MV, AV, LC> sessionFactory, Supplier<Batch> batchFactory, Consumer<ImmutableSession> expirationListener) Creates a remover for expired sessions.