|
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.util.AbstractKeyBasedMap
com.tangosol.net.cache.ReadWriteBackingMap.EvictingBackupMap
public static class ReadWriteBackingMap.EvictingBackupMap
A Map implementation used for a backup map that evicts all data that has been successfully written.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.tangosol.util.AbstractKeyBasedMap |
|---|
AbstractKeyBasedMap.EntrySet, AbstractKeyBasedMap.KeySet, AbstractKeyBasedMap.ValuesCollection |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
java.util.Map.Entry |
| Constructor Summary | |
|---|---|
ReadWriteBackingMap.EvictingBackupMap()Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
get(java.lang.Object oKey)Returns the value to which this map maps the specified key. |
protected java.util.Iterator |
iterateKeys()Create an iterator over the keys in this Map. |
java.lang.Object |
put(java.lang.Object oKey, java.lang.Object oValue)Associates the specified value with the specified key in this map. |
java.lang.Object |
remove(java.lang.Object oKey)Removes the mapping for this key from this map if present. |
| Methods inherited from class com.tangosol.util.AbstractKeyBasedMap |
|---|
clear, clone, containsKey, containsValue, entrySet, equals, getAll, hashCode, instantiateEntrySet, instantiateKeySet, instantiateValues, isEmpty, keySet, putAll, removeBlind, size, toString, values |
| Constructor Detail |
|---|
public ReadWriteBackingMap.EvictingBackupMap()
| Method Detail |
|---|
public java.lang.Object get(java.lang.Object oKey)
get in interface java.util.Mapget in class AbstractKeyBasedMapoKey - the key object
public java.lang.Object put(java.lang.Object oKey,
java.lang.Object oValue)
put in interface java.util.Mapput in class AbstractKeyBasedMapoKey - key with which the specified value is to be associatedoValue - value to be associated with the specified keypublic java.lang.Object remove(java.lang.Object oKey)
remove in interface java.util.Mapremove in class AbstractKeyBasedMapoKey - key whose mapping is to be removed from the mapprotected java.util.Iterator iterateKeys()
iterateKeys in class AbstractKeyBasedMap
|
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 | |||||||