G - the group identifier typeI - the bean identifier typeT - the bean typepublic interface BeanGroupFactory<I,T> extends org.wildfly.clustering.ee.Creator<I,BeanGroupEntry<I,T>,Void>, org.wildfly.clustering.ee.Locator<I,BeanGroupEntry<I,T>>, org.wildfly.clustering.ee.Remover<I>, BeanGroupEvictor<I>
BeanGroup.| Modifier and Type | Method and Description |
|---|---|
void |
close() |
BeanGroup<I,T> |
createGroup(I id,
BeanGroupEntry<I,T> entry)
Create a new bean group using the specified identifier and entry.
|
BeanGroupKey<I> |
createKey(I id) |
int |
getPassiveCount() |
createValuefindValue, tryValuepurge, removeevictBeanGroup<I,T> createGroup(I id, BeanGroupEntry<I,T> entry)
id - a group identifierentry - the cache entry for the groupBeanGroupKey<I> createKey(I id)
int getPassiveCount()
void close()
Copyright © 2019 JBoss by Red Hat. All rights reserved.