|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-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 |
|---|
Map.Entry |
| Constructor Summary | |
|---|---|
ReadWriteBackingMap.EvictingBackupMap()Default constructor. |
|
| Method Summary | |
|---|---|
Object |
get(Object oKey)Returns the value to which this map maps the specified key. |
protected Iterator |
iterateKeys()Create an iterator over the keys in this Map. |
Object |
put(Object oKey, Object oValue)Associates the specified value with the specified key in this map. |
Object |
remove(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 Object get(Object oKey)
get in interface Mapget in class AbstractKeyBasedMapoKey - the key objectMap.containsKey(Object)
public Object put(Object oKey,
Object oValue)
put in interface Mapput in class AbstractKeyBasedMapoKey - key with which the specified value is to be associatedoValue - value to be associated with the specified keypublic Object remove(Object oKey)
remove in interface Mapremove in class AbstractKeyBasedMapoKey - key whose mapping is to be removed from the mapprotected Iterator iterateKeys()
iterateKeys in class AbstractKeyBasedMap
|
Oracle® Coherence Java API Reference Release 3.6.0.0 E15725-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||