|
Oracle® Coherence Java API Reference Release 3.6.1.0 E18814-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface BinaryEntry
Map.Entry that internally stores both key and value in a Binary format and uses an underlying Serializer to convert it to and from an Object view.
| Method Summary | |
|---|---|
java.util.Map |
getBackingMap()Obtain a reference to the backing map that this Entry corresponds to. |
Binary |
getBinaryKey()Return a raw binary key for this entry. |
Binary |
getBinaryValue()Return a raw binary value for this entry. |
BackingMapManagerContext |
getContext()Return the context this entry operates within. |
Binary |
getOriginalBinaryValue()Return a raw original binary value for this entry. |
java.lang.Object |
getOriginalValue()Return an original value for this entry. |
Serializer |
getSerializer()Return a Serializer that is used to serialize/deserialize this entry. |
void |
updateBinaryValue(Binary binValue)Update the binary value for this entry. |
| Methods inherited from interface com.tangosol.util.InvocableMap.Entry |
|---|
getKey, getValue, isPresent, remove, setValue, setValue, update |
| Methods inherited from interface com.tangosol.util.QueryMap.Entry |
|---|
extract |
| Methods inherited from interface java.util.Map.Entry |
|---|
equals, hashCode |
| Method Detail |
|---|
Binary getBinaryKey()
Binary getBinaryValue()
Serializer getSerializer()
Serializer that is used to serialize/deserialize this entry.Serializer that is used to serialize/deserialize this entryBackingMapManagerContext getContext()
void updateBinaryValue(Binary binValue)
setValue(getContext().getValueFromInternalConverter().convert(binValue));Passing null value is functionally equivalent to removing the entry.
remove(false);
binValue - a raw binary value to for this entry or nulljava.lang.Object getOriginalValue()
Binary getOriginalBinaryValue()
java.util.Map getBackingMap()
|
Oracle® Coherence Java API Reference Release 3.6.1.0 E18814-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||