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 |
InfinispanBatch
Abstract
TransactionBatch that associates and exposes the underlying transaction. |
Modifier and Type | Method and Description |
---|---|
TransactionBatch |
InfinispanBatcher.createBatch() |
TransactionBatch |
InfinispanBatch.interpose() |
TransactionBatch |
TransactionBatch.interpose()
Returns an interposed batch.
|
TransactionBatch |
InfinispanBatcher.suspendBatch() |
Modifier and Type | Method and Description |
---|---|
BatchContext |
InfinispanBatcher.resumeBatch(TransactionBatch batch) |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.service.ServiceBuilder<BeanManagerFactory<I,T,TransactionBatch>> |
InfinispanBeanManagerFactoryBuilder.build(org.jboss.msc.service.ServiceTarget target) |
BeanManager<I,T,TransactionBatch> |
InfinispanBeanManagerFactory.createBeanManager(IdentifierFactory<I> identifierFactory,
PassivationListener<T> passivationListener,
RemoveListener<T> removeListener) |
Batcher<TransactionBatch> |
BeanGroupEvictionContext.getBatcher() |
Batcher<TransactionBatch> |
BeanGroupEvictionScheduler.getBatcher() |
Batcher<TransactionBatch> |
InfinispanBeanManager.getBatcher() |
<T> Builder<? extends BeanManagerFactory<I,T,TransactionBatch>> |
InfinispanBeanManagerFactoryBuilderFactory.getBeanManagerFactoryBuilder(BeanContext context) |
<I> BeanManagerFactoryBuilderFactory<I,TransactionBatch> |
InfinispanBeanManagerFactoryBuilderFactoryProvider.getBeanManagerFactoryBuilder(String name,
BeanManagerFactoryBuilderConfiguration config) |
BeanManagerFactory<I,T,TransactionBatch> |
InfinispanBeanManagerFactoryBuilder.getValue() |
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 |
---|---|
org.jboss.msc.service.ServiceBuilder<SessionManagerFactory<TransactionBatch>> |
InfinispanSessionManagerFactoryBuilder.build(org.jboss.msc.service.ServiceTarget target) |
<L> SessionManager<L,TransactionBatch> |
InfinispanSessionManagerFactory.createSessionManager(SessionManagerConfiguration<L> configuration) |
Batcher<TransactionBatch> |
InfinispanSessionManager.getBatcher() |
Batcher<TransactionBatch> |
InfinispanSessionManagerConfiguration.getBatcher() |
Builder<SessionManagerFactory<TransactionBatch>> |
InfinispanSessionManagerFactoryBuilderProvider.getBuilder(SessionManagerFactoryConfiguration config) |
SessionManagerFactory<TransactionBatch> |
InfinispanSessionManagerFactoryBuilder.getValue() |
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 |
---|---|
org.jboss.msc.service.ServiceBuilder<SSOManagerFactory<A,D,TransactionBatch>> |
InfinispanSSOManagerFactoryBuilder.build(org.jboss.msc.service.ServiceTarget target) |
<L> SSOManager<A,D,L,TransactionBatch> |
InfinispanSSOManagerFactory.createSSOManager(IdentifierFactory<String> identifierFactory,
LocalContextFactory<L> localContextFactory) |
Batcher<TransactionBatch> |
InfinispanSSOManager.getBatcher() |
<A,D> Builder<SSOManagerFactory<A,D,TransactionBatch>> |
InfinispanSSOManagerFactoryBuilderProvider.getBuilder(String host) |
SSOManagerFactory<A,D,TransactionBatch> |
InfinispanSSOManagerFactoryBuilder.getValue() |
Constructor and Description |
---|
InfinispanSSOManager(SSOFactory<AV,SV,A,D,L> factory,
IdentifierFactory<String> identifierFactory,
Batcher<TransactionBatch> batcher) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.