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

com.tangosol.net.cache
Class ReadWriteBackingMap.CacheStoreWrapper.StoreBundler

java.lang.Object
  extended by com.tangosol.util.Base
      extended by com.tangosol.net.cache.AbstractBundler
          extended by com.tangosol.net.cache.AbstractEntryBundler
              extended by com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper.StoreBundler
Enclosing class:
ReadWriteBackingMap.CacheStoreWrapper

protected class ReadWriteBackingMap.CacheStoreWrapper.StoreBundler
extends AbstractEntryBundler


Nested Class Summary
 
Nested classes/interfaces inherited from class com.tangosol.net.cache.AbstractEntryBundler
AbstractEntryBundler.Bundle
 
Nested classes/interfaces inherited from class com.tangosol.net.cache.AbstractBundler
AbstractBundler.Statistics
 
Field Summary
 
Fields inherited from class com.tangosol.net.cache.AbstractBundler
ADJUSTMENT_FREQUENCY, m_countThreads, m_dPreviousSizeThreshold, m_listBundle
 
Constructor Summary
protected ReadWriteBackingMap.CacheStoreWrapper.StoreBundler()
           
 
Method Summary
protected  void bundle(Map map)
          A pass through the the underlying storeAll() operation.
 
Methods inherited from class com.tangosol.net.cache.AbstractEntryBundler
instantiateBundle, process, processAll
 
Methods inherited from class com.tangosol.net.cache.AbstractBundler
adjust, getDelayMillis, getOpenBundle, getSizeThreshold, getThreadThreshold, isAllowAutoAdjust, resetStatistics, setAllowAutoAdjust, setDelayMillis, setSizeThreshold, setThreadThreshold, toString, updateStatistics
 

Constructor Detail

ReadWriteBackingMap.CacheStoreWrapper.StoreBundler

protected ReadWriteBackingMap.CacheStoreWrapper.StoreBundler()
Method Detail

bundle

protected void bundle(Map map)
A pass through the the underlying storeAll() operation.

Specified by:
bundle in class AbstractEntryBundler
Parameters:
map - a map to perform the bundled operation for

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