org.hibernate.cache.infinispan.entity
Class EntityRegionImpl
java.lang.Object
   org.hibernate.cache.infinispan.impl.BaseRegion
org.hibernate.cache.infinispan.impl.BaseRegion
       org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion
org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion
           org.hibernate.cache.infinispan.entity.EntityRegionImpl
org.hibernate.cache.infinispan.entity.EntityRegionImpl
- All Implemented Interfaces: 
- EntityRegion, Region, TransactionalDataRegion
- public class EntityRegionImpl 
- extends BaseTransactionalDataRegion- implements EntityRegion
- Since:
- 3.5
- Author:
- Chris Bredesen, Galder ZamarreƱo
 
 
 
 
 
| Methods inherited from class org.hibernate.cache.infinispan.impl.BaseRegion | 
| checkValid, contains, destroy, entryInvalidated, entryModified, get, getAddress, getCacheAdapter, getElementCountInMemory, getElementCountOnDisk, getName, getOwnerForPut, getSizeInMemory, getTimeout, handleEvictAllInvalidation, handleEvictAllModification, isValid, nextTimestamp, resume, start, suspend, toMap, viewChanged | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
 
EntityRegionImpl
public EntityRegionImpl(CacheAdapter cacheAdapter,
                        String name,
                        CacheDataDescription metadata,
                        TransactionManager transactionManager,
                        RegionFactory factory)
buildAccessStrategy
public EntityRegionAccessStrategy buildAccessStrategy(AccessType accessType)
                                               throws CacheException
- Description copied from interface: EntityRegion
- Build an access strategy for the requested access type.
 
- 
- Specified by:
- buildAccessStrategyin interface- EntityRegion
 
- 
- Parameters:
- accessType- The type of access strategy to build; never null.
- Returns:
- The appropriate strategy contract for accessing this region
 for the requested type of access.
- Throws:
- CacheException- Usually indicates mis-configuration.
 
getPutFromLoadValidator
public PutFromLoadValidator getPutFromLoadValidator()
- 
 
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.