public class CollectionReadOnlyAccess extends AbstractCollectionDataAccess
Standard support for CollectionDataAccess
using the AccessType.READ_ONLY access type.
| Constructor and Description |
|---|
CollectionReadOnlyAccess(DomainDataRegion region,
CacheKeysFactory keysFactory,
DomainDataStorageAccess storageAccess,
CollectionDataCachingConfig config) |
| Modifier and Type | Method and Description |
|---|---|
AccessType |
getAccessType()
The type of access implemented
|
generateCacheKey, getCacheKeyId, lockItem, lockRegion, unlockItem, unlockRegionclearCache, contains, destroy, evict, evictAll, get, getRegion, getStorageAccess, putFromLoad, putFromLoad, remove, removeAllclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontains, evict, evictAll, get, getRegion, putFromLoad, putFromLoad, remove, removeAllpublic CollectionReadOnlyAccess(DomainDataRegion region, CacheKeysFactory keysFactory, DomainDataStorageAccess storageAccess, CollectionDataCachingConfig config)
public AccessType getAccessType()
CachedDomainDataAccessThe type of access implemented
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.