Interface CacheGroupConfiguration
-
- All Superinterfaces:
CacheConfiguration,InfinispanConfiguration
public interface CacheGroupConfiguration extends InfinispanConfiguration
Configuration for aCacheGroup.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeFactory<org.jgroups.Address>getMemberFactory()-
Methods inherited from interface org.wildfly.clustering.ee.infinispan.InfinispanConfiguration
getBatcher, getBlockingManager, getCache, getCacheProperties, getReadForUpdateCache, getSilentWriteCache, getTryLockCache, getTryReadForUpdateCache, getWriteOnlyCache
-
-
-
-
Method Detail
-
getMemberFactory
NodeFactory<org.jgroups.Address> getMemberFactory()
-
-