public class TimestampsRegionImpl extends BaseGeneralDataRegion implements TimestampsRegion
cache
Constructor and Description |
---|
TimestampsRegionImpl(org.infinispan.AdvancedCache cache,
String name,
RegionFactory factory) |
Modifier and Type | Method and Description |
---|---|
void |
evict(Object key)
Evict an item from the cache immediately (without regard for transaction
isolation).
|
void |
evictAll()
Evict all contents of this particular cache region (without regard for transaction
isolation).
|
Object |
get(Object key)
Get an item from the cache.
|
protected org.infinispan.AdvancedCache |
getTimestampsPutCache(org.infinispan.AdvancedCache cache) |
void |
put(Object key,
Object value)
Put an item into the cache.
|
checkValid, contains, destroy, getCache, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, getTransactionManager, invalidateRegion, isTransactionAware, isValid, nextTimestamp, resume, suspend, toMap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
contains, destroy, getElementCountInMemory, getElementCountOnDisk, getName, getSizeInMemory, getTimeout, nextTimestamp, toMap
public TimestampsRegionImpl(org.infinispan.AdvancedCache cache, String name, RegionFactory factory)
protected org.infinispan.AdvancedCache getTimestampsPutCache(org.infinispan.AdvancedCache cache)
public void evict(Object key) throws CacheException
GeneralDataRegion
evict
in interface GeneralDataRegion
evict
in class BaseGeneralDataRegion
key
- The key of the item to removeCacheException
- Indicates a problem accessing the item or region.public void evictAll() throws CacheException
GeneralDataRegion
evictAll
in interface GeneralDataRegion
evictAll
in class BaseGeneralDataRegion
CacheException
- Indicates problem accessing the region.public Object get(Object key) throws CacheException
GeneralDataRegion
get
in interface GeneralDataRegion
get
in class BaseGeneralDataRegion
key
- The key of the item to be retrieved.CacheException
- Indicates a problem accessing the item or region.public void put(Object key, Object value) throws CacheException
GeneralDataRegion
put
in interface GeneralDataRegion
put
in class BaseGeneralDataRegion
key
- The key under which to cache the item.value
- The item to cache.CacheException
- Indicates a problem accessing the region.Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.