Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


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

java.lang.Object
  extended by com.tangosol.util.Base
      extended by com.tangosol.net.cache.AbstractBundler
          extended by com.tangosol.net.cache.AbstractKeyBundler
              extended by com.tangosol.net.cache.ReadWriteBackingMap.CacheStoreWrapper.EraseBundler

Enclosing class:
ReadWriteBackingMap.CacheStoreWrapper

protected class ReadWriteBackingMap.CacheStoreWrapper.EraseBundler
extends AbstractKeyBundler

Nested Class Summary

 

Nested classes/interfaces inherited from class com.tangosol.net.cache.AbstractKeyBundler
AbstractKeyBundler.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.EraseBundler()
           

 

Method Summary
protected  Map bundle(Collection colKeys)
          A pass through the the underlying eraseAll() operation.
protected  Object unbundle(Object oKey)
          A pass through the the underlying remove() operation.

 

Methods inherited from class com.tangosol.net.cache.AbstractKeyBundler
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.EraseBundler

protected ReadWriteBackingMap.CacheStoreWrapper.EraseBundler()

Method Detail

bundle

protected Map bundle(Collection colKeys)
A pass through the the underlying eraseAll() operation.
Specified by:
bundle in class AbstractKeyBundler
Parameters:
colKeys - a key collection to perform the bundled operation for

unbundle

protected Object unbundle(Object oKey)
A pass through the the underlying remove() operation.
Specified by:
unbundle in class AbstractKeyBundler
Parameters:
oKey - a key to perform the un-bundled operation for

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


Copyright © 2000, 2010, Oracle and/or its affiliates. All rights reserved.