CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation

com.tangosol.net.cache
Class VersionedBackingMap.CacheStoreWrapper

java.lang.Object
  extended by com.tangosol.util.Base
      extended by com.tangosol.net.cache.AbstractCacheLoader
          extended by com.tangosol.net.cache.AbstractCacheStore
              extended by com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
                  extended by com.tangosol.net.cache.VersionedBackingMap.CacheStoreWrapper
All Implemented Interfaces:
CacheLoader, CacheStore
Enclosing class:
VersionedBackingMap

public class VersionedBackingMap.CacheStoreWrapper
extends ReadWriteBackingMap.CacheStoreWrapper

A wrapper around the original CacheStore to allow operations to be overridden and extended.

Author:
cp 2002.10.22

Nested Class Summary
 
Nested classes/interfaces inherited from class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
ReadWriteBackingMap.CacheStoreWrapper.EraseBundler, ReadWriteBackingMap.CacheStoreWrapper.LoadBundler, ReadWriteBackingMap.CacheStoreWrapper.StoreBundler
 
Constructor Summary
VersionedBackingMap.CacheStoreWrapper(CacheStore store)
          Construct a wrapped CacheStore.
 
Method Summary
 
Methods inherited from class com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper
ensureEraseBundler, ensureLoadBundler, ensureStoreBundler, erase, eraseAll, eraseAllInternal, eraseInternal, getAverageBatchSize, getAverageEraseMillis, getAverageLoadMillis, getAverageStoreMillis, getCacheStore, getEraseBundler, getEraseFailures, getEraseMillis, getEraseOps, getLoadBundler, getLoadFailures, getLoadMillis, getLoadOps, getStoreBundler, getStoreFailures, getStoreMillis, getStoreOps, isEraseAllSupported, isEraseSupported, isStoreAllSupported, isStoreSupported, load, loadAll, loadAllInternal, loadInternal, onEraseAllFailure, onEraseFailure, onLoadAllFailure, onLoadFailure, onStoreAllFailure, onStoreFailure, replaceInternal, resetStatistics, setEraseAllSupported, setEraseSupported, setStoreAllSupported, setStoreSupported, store, storeAll, storeAllInternal, storeInternal, toString
 

Constructor Detail

VersionedBackingMap.CacheStoreWrapper

public VersionedBackingMap.CacheStoreWrapper(CacheStore store)
Construct a wrapped CacheStore.

Parameters:
store - the CacheStore to wrap

CoherenceTM v3.3
Copyright© 2000-2007 by Oracle Corporation