Modifier and Type | Method and Description |
---|---|
Batcher<TransactionBatch> |
BatcherFactory.createBatcher(org.infinispan.Cache<?,?> cache) |
Batcher<TransactionBatch> |
InfinispanBatcherFactory.createBatcher(org.infinispan.Cache<?,?> cache) |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanBatcher
A
Batcher implementation based on Infinispan's BatchContainer , except that its transaction reference
is stored within the returned Batch object instead of a ThreadLocal. |
Modifier and Type | Method and Description |
---|---|
Batcher<B> |
BeanManager.getBatcher() |
Modifier and Type | Method and Description |
---|---|
Batcher<TransactionBatch> |
InfinispanBeanManager.getBatcher() |
Batcher<TransactionBatch> |
BeanGroupEvictionScheduler.getBatcher() |
Batcher<TransactionBatch> |
BeanGroupEvictionContext.getBatcher() |
Constructor and Description |
---|
BeanExpirationScheduler(Batcher<TransactionBatch> batcher,
BeanRemover<I,T> remover,
ExpirationConfiguration<T> expiration) |
BeanGroupEvictionScheduler(String name,
Batcher<TransactionBatch> batcher,
Evictor<I> evictor,
CommandDispatcherFactory dispatcherFactory,
PassivationConfiguration<?> config) |
Modifier and Type | Method and Description |
---|---|
Batcher<? extends Batch> |
CacheServiceProviderRegistryConfiguration.getBatcher() |
Batcher<? extends Batch> |
CacheServiceProviderRegistryBuilder.getBatcher() |
Modifier and Type | Method and Description |
---|---|
Batcher<? extends Batch> |
CacheRegistryFactoryConfiguration.getBatcher() |
Batcher<? extends Batch> |
CacheRegistryFactoryBuilder.getBatcher() |
Modifier and Type | Method and Description |
---|---|
Batcher<TransactionBatch> |
InfinispanSessionManager.getBatcher() |
Batcher<TransactionBatch> |
InfinispanSessionManagerConfiguration.getBatcher() |
Constructor and Description |
---|
SessionExpirationScheduler(Batcher<TransactionBatch> batcher,
Remover<String> remover) |
SessionExpirationScheduler(Batcher<TransactionBatch> batcher,
Remover<String> remover,
ScheduledExecutorService executor) |
Modifier and Type | Method and Description |
---|---|
Batcher<TransactionBatch> |
InfinispanSSOManager.getBatcher() |
Constructor and Description |
---|
InfinispanSSOManager(SSOFactory<AV,SV,A,D,L> factory,
IdentifierFactory<String> identifierFactory,
Batcher<TransactionBatch> batcher) |
Modifier and Type | Method and Description |
---|---|
Batcher<B> |
SessionManager.getBatcher()
Exposes the batching mechanism used by this session manager.
|
Modifier and Type | Method and Description |
---|---|
Batcher<B> |
SSOManager.getBatcher()
A mechanism for starting/stopping a batch.
|
Constructor and Description |
---|
DistributableSingleSignOn(SSO<io.undertow.security.api.AuthenticatedSessionManager.AuthenticatedSession,String,Void> sso,
SessionManagerRegistry registry,
Batcher<Batch> batcher,
Batch batch) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.