public class SharedInfinispanRegionFactory extends InfinispanRegionFactory
CACHE_CONTAINER, CACHE_PRIVATE, DEFAULT_CACHE_CONTAINERbaseConfigurations, COLLECTION_CACHE_RESOURCE_PROP, configOverrides, DEF_ENTITY_RESOURCE, DEF_INFINISPAN_CONFIG_RESOURCE, DEF_PENDING_PUTS_RESOURCE, DEF_QUERY_RESOURCE, DEF_TIMESTAMPS_RESOURCE, DEF_USE_SYNCHRONIZATION, ENTITY_CACHE_RESOURCE_PROP, IMMUTABLE_ENTITY_CACHE_RESOURCE_PROP, INFINISPAN_CONFIG_LOCAL_RESOURCE, INFINISPAN_CONFIG_RESOURCE_PROP, INFINISPAN_GLOBAL_STATISTICS_PROP, INFINISPAN_USE_SYNCHRONIZATION_PROP, NATURAL_ID_CACHE_RESOURCE_PROP, PENDING_PUTS_CACHE_NAME, PENDING_PUTS_CACHE_RESOURCE_PROP, QUERY_CACHE_RESOURCE_PROP, TIMESTAMPS_CACHE_RESOURCE_PROP| Constructor and Description |
|---|
SharedInfinispanRegionFactory() |
SharedInfinispanRegionFactory(Properties props) |
| Modifier and Type | Method and Description |
|---|---|
protected org.infinispan.manager.EmbeddedCacheManager |
createCacheManager(Properties properties,
org.hibernate.service.ServiceRegistry serviceRegistry) |
protected org.infinispan.AdvancedCache |
createCacheWrapper(org.infinispan.AdvancedCache cache) |
protected void |
stopCacheManager()
Do not attempt to stop our cache manager because it wasn't created by this region factory.
|
buildCollectionRegion, buildEntityRegion, buildNaturalIdRegion, buildQueryResultsRegion, buildTimestampsRegion, createCacheManager, createTimestampsRegion, createTransactionManagerLookup, getCache, getCacheManager, getDefaultAccessType, getPendingPutsCacheConfiguration, isMinimalPutsEnabledByDefault, nextTimestamp, setCacheManager, start, stop, stopCacheRegionspublic SharedInfinispanRegionFactory()
public SharedInfinispanRegionFactory(Properties props)
protected org.infinispan.manager.EmbeddedCacheManager createCacheManager(Properties properties, org.hibernate.service.ServiceRegistry serviceRegistry)
createCacheManager in class InfinispanRegionFactoryprotected void stopCacheManager()
stopCacheManager in class InfinispanRegionFactoryprotected org.infinispan.AdvancedCache createCacheWrapper(org.infinispan.AdvancedCache cache)
createCacheWrapper in class InfinispanRegionFactoryCopyright © 2018 JBoss by Red Hat. All rights reserved.