|
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.net.cache.SerializationPagedCache.FakeBinaryStore
public static class SerializationPagedCache.FakeBinaryStore
A lite BinaryStore implementation used when the real underlying BinaryStore gets destroyed.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.tangosol.io.BinaryStore |
|---|
BinaryStore.KeySetAware, BinaryStore.SizeAware |
| Constructor Summary | |
|---|---|
SerializationPagedCache.FakeBinaryStore() |
|
| Method Summary | |
|---|---|
void |
erase(Binary binKey)Remove the specified key from the underlying store if present. |
void |
eraseAll()Remove all data from the underlying store. |
protected java.util.Map |
getBinaryMap()Obtain the map that stores the binary values held by this BinaryStore. |
java.util.Iterator |
keys()Iterate all keys in the underlying store. |
Binary |
load(Binary binKey)Return the value associated with the specified key, or null if the key does not have an associated value in the underlying store. |
void |
store(Binary binKey, Binary binValue)Store the specified value under the specific key in the underlying store. |
java.lang.String |
toString()Returns a string representation of the object. |
| Constructor Detail |
|---|
public SerializationPagedCache.FakeBinaryStore()
| Method Detail |
|---|
public Binary load(Binary binKey)
load in interface BinaryStorebinKey - key whose associated value is to be returned
public void store(Binary binKey,
Binary binValue)
store in interface BinaryStorebinKey - key to store the value underbinValue - value to be storedpublic void erase(Binary binKey)
erase in interface BinaryStorebinKey - key whose mapping is to be removed from the mappublic void eraseAll()
eraseAll in interface BinaryStorepublic java.util.Iterator keys()
keys in interface BinaryStorepublic java.lang.String toString()
protected java.util.Map getBinaryMap()
|
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 | |||||||