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<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) |
Constructor and Description |
---|
InfinispanBeanGroup(I id,
BeanGroupEntry<I,T> entry,
MarshallingContext context,
Mutator mutator,
Remover<I> remover) |
Constructor and Description |
---|
InfinispanBeanGroupFactory(org.infinispan.Cache<BeanGroupKey<I>,BeanGroupEntry<I,T>> cache,
org.infinispan.Cache<BeanKey<I>,BeanEntry<I>> beanCache,
MarshalledValueFactory<MarshallingContext> factory,
MarshallingContext context,
CacheProperties properties) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.