|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.util.Base
com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper
com.tangosol.net.cache.ReadWriteBackingMap.BinaryEntryStoreWrapper
public class ReadWriteBackingMap.BinaryEntryStoreWrapper
A wrapper around the original BinaryEntryStore to allow operations to be overridden and extended.
| Field Summary |
|---|
| Fields inherited from class com.tangosol.net.cache.ReadWriteBackingMap.StoreWrapper |
|---|
m_cEraseFailures, m_cEraseMillis, m_cEraseOps, m_cLoadFailures, m_cLoadMillis, m_cLoadOps, m_cStoreEntries, m_cStoreFailures, m_cStoreMillis, m_cStoreOps, m_eraseBundler, m_fEraseAllSupported, m_fEraseSupported, m_fStoreAllSupported, m_fStoreSupported, m_loadBundler, m_storeBundler |
| Constructor Summary | |
|---|---|
ReadWriteBackingMap.BinaryEntryStoreWrapper(BinaryEntryStore store)Construct a BinaryEntryStoreWrapper. |
|
| Method Summary | |
|---|---|
protected void |
eraseAllInternal(java.util.Set setBinEntries)Remove the specified entries from the underlying store. |
protected void |
eraseInternal(ReadWriteBackingMap.Entry binEntry)Remove the specified entry from the underlying store. |
BinaryEntryStore |
getBinaryEntryStore()The wrapped BinaryEntryStore. |
java.lang.Object |
getStore()Return the cache store object to which this wrapper delegates. |
AbstractBundler |
instantiateEraseBundler()Create the bundler for the erase operations. |
AbstractBundler |
instantiateLoadBundler()Create the bundler for the load operations. |
AbstractBundler |
instantiateStoreBundler()Create the bundler for the store operations. |
protected java.util.Set |
loadAllInternal(java.util.Set setBinKey)Load the entries associated with each of the specified binary keys from the underlying store. |
protected ReadWriteBackingMap.Entry |
loadInternal(java.lang.Object binKey)Load the entry associated with the specified key from the underlying store. |
protected void |
storeAllInternal(java.util.Set setBinEntries)Store the entries in the specified set in the underlying store. |
protected void |
storeInternal(ReadWriteBackingMap.Entry binEntry)Store the specified entry in the underlying store. |
java.lang.String |
toString()Return a String representation of the BinaryEntryStoreWrapper object that will be used as a part of the write-behind thread name. |
| Constructor Detail |
|---|
public ReadWriteBackingMap.BinaryEntryStoreWrapper(BinaryEntryStore store)
store - the BinaryEntryStore to wrap| Method Detail |
|---|
public AbstractBundler instantiateLoadBundler()
instantiateLoadBundler in class ReadWriteBackingMap.StoreWrapperpublic AbstractBundler instantiateStoreBundler()
instantiateStoreBundler in class ReadWriteBackingMap.StoreWrapperpublic AbstractBundler instantiateEraseBundler()
instantiateEraseBundler in class ReadWriteBackingMap.StoreWrapperprotected ReadWriteBackingMap.Entry loadInternal(java.lang.Object binKey)
loadInternal in class ReadWriteBackingMap.StoreWrapperbinKey - binary key whose associated value is to be loadedprotected java.util.Set loadAllInternal(java.util.Set setBinKey)
loadAllInternal in class ReadWriteBackingMap.StoreWrappersetBinKey - a set of binary keys to loadprotected void storeInternal(ReadWriteBackingMap.Entry binEntry)
storeInternal in class ReadWriteBackingMap.StoreWrapperbinEntry - the entry to be storedprotected void storeAllInternal(java.util.Set setBinEntries)
storeAllInternal in class ReadWriteBackingMap.StoreWrappersetBinEntries - the set of entries to be storedprotected void eraseInternal(ReadWriteBackingMap.Entry binEntry)
eraseInternal in class ReadWriteBackingMap.StoreWrapperbinEntry - the entry to be removed from the storeprotected void eraseAllInternal(java.util.Set setBinEntries)
eraseAllInternal in class ReadWriteBackingMap.StoreWrappersetBinEntries - the set entries to be removed from the storepublic java.lang.Object getStore()
getStore in class ReadWriteBackingMap.StoreWrapperpublic BinaryEntryStore getBinaryEntryStore()
public java.lang.String toString()
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||