Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.net.cache
Class BundlingNamedCache.GetBundler

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.BundlingNamedCache.GetBundler

Enclosing class:
BundlingNamedCache

protected class BundlingNamedCache.GetBundler
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 BundlingNamedCache.GetBundler()
           

 

Method Summary
protected  java.util.Map bundle(java.util.Collection colKeys)
          A pass through the the underlying getAll operation.
protected  java.lang.Object unbundle(java.lang.Object oKey)
          A pass through the the underlying get 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

BundlingNamedCache.GetBundler

protected BundlingNamedCache.GetBundler()

Method Detail

bundle

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

unbundle

protected java.lang.Object unbundle(java.lang.Object oKey)
A pass through the the underlying get operation.
Specified by:
unbundle in class AbstractKeyBundler
Parameters:
oKey - a key to perform the un-bundled operation for
Returns:
the operation result for the specified key, may be null

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


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