I - the bean identifier typeT - the bean typepublic interface BeanGroupEntry<I,T,C>
| Modifier and Type | Method and Description |
|---|---|
int |
decrementUsage(I id)
Decrements the usage count of the specified bean.
|
org.wildfly.clustering.marshalling.spi.MarshalledValue<Map<I,T>,C> |
getBeans()
Returns the beans in this group indexed via identifier.
|
int |
incrementUsage(I id)
Increments the usage count of the specified bean.
|
int |
totalUsage()
The total usage counts for all beans in this group/
|
org.wildfly.clustering.marshalling.spi.MarshalledValue<Map<I,T>,C> getBeans()
int incrementUsage(I id)
id - a bean identifierint decrementUsage(I id)
id - a bean identifierint totalUsage()
Copyright © 2021 JBoss by Red Hat. All rights reserved.