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

com.tangosol.net.cache
Class BundlingNamedCache.PutBundler

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.BundlingNamedCache.PutBundler
Enclosing class:
BundlingNamedCache

protected class BundlingNamedCache.PutBundler
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 BundlingNamedCache.PutBundler()
           
 
Method Summary
protected  void bundle(Map map)
          A pass through the the underlying putAll() 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

BundlingNamedCache.PutBundler

protected BundlingNamedCache.PutBundler()
Method Detail

bundle

protected void bundle(Map map)
A pass through the the underlying putAll() 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