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 Batch -
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 TypeClassDescriptionclassclassclassA simple extendable batch with no suspend/resume behavior.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 TypeMethodDescriptionManager.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 BatchModifier and TypeMethodDescriptionAbstractSessionManager.getBatchFactory()DecoratedSessionManager.getBatchFactory() -
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 BatchModifier and TypeMethodDescriptionDecoratedUserManager.getBatchFactory()DefaultUserManager.getBatchFactory()Constructor parameters in org.wildfly.clustering.session.cache.user with type arguments of type BatchModifierConstructorDescriptionDefaultUserManager(UserFactory<CV, C, T, SV, D, S> factory, IdentifierFactory<String> identifierFactory, Supplier<Batch> batchFactory) -
Uses of Batch in org.wildfly.clustering.session.infinispan.embedded
Methods in org.wildfly.clustering.session.infinispan.embedded that return types with arguments of type BatchConstructor parameters in org.wildfly.clustering.session.infinispan.embedded with type arguments of type BatchModifierConstructorDescriptionSessionExpirationScheduler(String name, Supplier<Batch> batchFactory, ImmutableSessionMetaDataFactory<V> metaDataFactory, Predicate<String> remover, Duration closeTimeout)