Interface DefaultBeanGroupManagerConfiguration<K,V extends BeanInstance<K>,C>
- Type Parameters:
K- the bean identifier typeV- the bean instance typeC- the marshalled value context type
public interface DefaultBeanGroupManagerConfiguration<K,V extends BeanInstance<K>,C>
Encapsulates the configuration of a
DefaultBeanGroupManager.- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.clustering.cache.CachePropertiesorg.wildfly.clustering.cache.CacheEntryCreator<K,org.wildfly.clustering.marshalling.MarshalledValue<Map<K, V>, C>, org.wildfly.clustering.marshalling.MarshalledValue<Map<K, V>, C>> org.wildfly.clustering.marshalling.MarshalledValueFactory<C>org.wildfly.clustering.cache.CacheEntryMutatorFactory<K,org.wildfly.clustering.marshalling.MarshalledValue<Map<K, V>, C>> org.wildfly.clustering.cache.CacheEntryRemover<K>
-
Method Details
-
getCreator
-
getRemover
org.wildfly.clustering.cache.CacheEntryRemover<K> getRemover() -
getMutatorFactory
-
getCacheProperties
org.wildfly.clustering.cache.CacheProperties getCacheProperties() -
getMarshalledValueFactory
org.wildfly.clustering.marshalling.MarshalledValueFactory<C> getMarshalledValueFactory()
-