Modifier and Type | Interface and Description |
---|---|
interface |
BeanGroupFactory<I,T>
A factory for creating a
BeanGroup . |
Modifier and Type | Method and Description |
---|---|
Evictor<I> |
BeanGroupEvictionScheduler.getEvictor() |
Evictor<I> |
BeanGroupEvictionContext.getEvictor() |
Constructor and Description |
---|
BeanGroupEvictionScheduler(String name,
Batcher<TransactionBatch> batcher,
Evictor<I> evictor,
CommandDispatcherFactory dispatcherFactory,
PassivationConfiguration<?> config) |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanBeanGroupFactory<I,T>
Encapsulates the cache mapping strategy of a bean group.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SessionAttributesFactory<V> |
interface |
SessionFactory<MV,AV,L>
Factory for creating sessions.
|
interface |
SessionMetaDataFactory<V,L> |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanSessionFactory<V,L> |
class |
InfinispanSessionMetaDataFactory<L> |
Modifier and Type | Method and Description |
---|---|
Evictor<String> |
SessionEvictionScheduler.getEvictor() |
Evictor<String> |
SessionEvictionContext.getEvictor() |
Constructor and Description |
---|
SessionEvictionScheduler(String name,
Evictor<String> evictor,
CommandDispatcherFactory dispatcherFactory,
int maxSize) |
Modifier and Type | Class and Description |
---|---|
class |
CoarseSessionAttributesFactory
SessionAttributesFactory for coarse granularity sessions, where all session attributes are stored in a single cache entry. |
Modifier and Type | Class and Description |
---|---|
class |
FineSessionAttributesFactory
SessionAttributesFactory for fine granularity sessions. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.