@Deprecated public class MultiplexedJBossCacheRegionFactory extends JBossCacheRegionFactory
JBossCacheRegionFactory
that uses
MultiplexingCacheInstanceManager
as its
CacheInstanceManager
.
Supports separate JBoss Cache instances for entity, collection, query and timestamp caching, with the expectation that a single JGroups resource (i.e. a multiplexed channel or a shared transport channel) will be shared between the caches. JBoss Cache instances are created from a factory.
This version instantiates the factory itself. See
MultiplexingCacheInstanceManager
for configuration details.
Constructor and Description |
---|
MultiplexedJBossCacheRegionFactory()
Deprecated.
Create a new MultiplexedJBossCacheRegionFactory.
|
MultiplexedJBossCacheRegionFactory(Properties props)
Deprecated.
FIXME Per the RegionFactory class Javadoc, this constructor version
should not be necessary.
|
buildCollectionRegion, buildEntityRegion, buildQueryResultsRegion, buildTimestampsRegion, getCacheInstanceManager, getDefaultAccessType, getRegionPrefix, isMinimalPutsEnabledByDefault, nextTimestamp, start, stop
public MultiplexedJBossCacheRegionFactory(Properties props)
props
- The configuration propertiespublic MultiplexedJBossCacheRegionFactory()
Copyright © 2002-2014 Red Hat Middleware, LLC. All Rights Reserved