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 TypeMethodDescriptionBatch.factory()Returns a factory for creating no-op batches.SuspendedBatch.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.batchModifier and TypeInterfaceDescriptioninterfaceTransactionBatchthat associates and exposes the underlying transaction.Classes in org.wildfly.clustering.cache.infinispan.batch that implement BatchModifier and TypeClassDescriptionclassThreadLocalTransactionBatch<E extends RuntimeException>TransactionBatchthat associates and exposes the underlying transaction.Methods in org.wildfly.clustering.cache.infinispan.batch that return BatchMethods in org.wildfly.clustering.cache.infinispan.batch that return types with arguments of type 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()CachedSessionManager.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 BatchConstructor 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<MV> metaDataFactory, Predicate<String> remover, Duration closeTimeout) -
Uses of Batch in org.wildfly.clustering.session.infinispan.remote
Methods in org.wildfly.clustering.session.infinispan.remote that return types with arguments of type Batch