| Package | Description |
|---|---|
| org.wildfly.clustering.ejb.infinispan | |
| org.wildfly.clustering.ejb.infinispan.group |
| Modifier and Type | Method and Description |
|---|---|
BeanGroup<I,T> |
BeanGroupFactory.createGroup(I id,
BeanGroupEntry<I,T> entry)
Create a new bean group using the specified identifier and entry.
|
| Constructor and Description |
|---|
InfinispanBeanManager(InfinispanBeanManagerConfiguration<I,T> configuration,
IdentifierFactory<I> identifierFactory,
Configuration<BeanKey<I>,BeanEntry<I>,BeanFactory<I,T>> beanConfiguration,
Configuration<BeanGroupKey<I>,BeanGroupEntry<I,T>,BeanGroupFactory<I,T>> groupConfiguration) |
| Modifier and Type | Class and Description |
|---|---|
class |
InfinispanBeanGroupEntry<I,T>
The cache entry of a bean group.
|
| Modifier and Type | Method and Description |
|---|---|
BeanGroupEntry<I,T> |
InfinispanBeanGroupFactory.createValue(I id,
Void context) |
BeanGroupEntry<I,T> |
InfinispanBeanGroupFactory.findValue(I id) |
BeanGroupEntry<I,T> |
InfinispanBeanGroupFactory.tryValue(I id) |
| Modifier and Type | Method and Description |
|---|---|
BeanGroup<I,T> |
InfinispanBeanGroupFactory.createGroup(I id,
BeanGroupEntry<I,T> entry) |
| Modifier and Type | Method and Description |
|---|---|
void |
InfinispanBeanGroupFactory.activated(org.infinispan.notifications.cachelistener.event.CacheEntryActivatedEvent<BeanGroupKey<I>,BeanGroupEntry<I,T>> event) |
void |
InfinispanBeanGroupFactory.passivated(org.infinispan.notifications.cachelistener.event.CacheEntryPassivatedEvent<BeanGroupKey<I>,BeanGroupEntry<I,T>> event) |
| Constructor and Description |
|---|
InfinispanBeanGroup(I id,
BeanGroupEntry<I,T> entry,
MarshallingContext context,
org.wildfly.clustering.ee.Mutator mutator,
org.wildfly.clustering.ee.Remover<I> remover) |
| Constructor and Description |
|---|
InfinispanBeanGroupFactory(org.infinispan.Cache<BeanGroupKey<I>,BeanGroupEntry<I,T>> cache,
org.infinispan.Cache<BeanKey<I>,BeanEntry<I>> beanCache,
Predicate<Map.Entry<? super BeanKey<I>,? super BeanEntry<I>>> beanFilter,
org.wildfly.clustering.marshalling.spi.MarshalledValueFactory<MarshallingContext> factory,
MarshallingContext context,
CacheProperties properties,
PassivationConfiguration<T> passivation) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.