Modifier and Type | Class and Description |
---|---|
class |
InfinispanBatcher
A Batcher based on Infinispan's batch capability.
|
Modifier and Type | Method and Description |
---|---|
Batcher |
InfinispanSessionManager.getBatcher() |
Constructor and Description |
---|
InfinispanSessionManager(SessionContext context,
IdentifierFactory<String> identifierFactory,
org.infinispan.Cache<String,V> cache,
SessionFactory<V,L> factory,
Batcher batcher,
org.jboss.metadata.web.jboss.JBossWebMetaData metaData) |
SessionEvictionScheduler(Batcher batcher,
Evictor<String> evictor,
int maxSize) |
SessionEvictionScheduler(Batcher batcher,
Evictor<String> evictor,
int maxSize,
ExecutorService executor) |
SessionExpirationScheduler(Batcher batcher,
Remover<String> remover) |
SessionExpirationScheduler(Batcher batcher,
Remover<String> remover,
ScheduledExecutorService executor) |
Modifier and Type | Method and Description |
---|---|
Batcher |
InfinispanSSOManager.getBatcher() |
Constructor and Description |
---|
InfinispanSSOManager(SSOFactory<V,A,D,L> factory,
IdentifierFactory<String> identifierFactory,
Batcher batcher) |
Modifier and Type | Method and Description |
---|---|
Batcher |
SessionManager.getBatcher()
Exposes the batching mechanism used by this session manager.
|
Modifier and Type | Method and Description |
---|---|
Batcher |
SSOManager.getBatcher()
A mechanism for starting/stopping a batch.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.