public class CacheElementSerialized<K,V> extends CacheElement<K,V> implements ICacheElementSerialized<K,V>
| Constructor and Description |
|---|
CacheElementSerialized(String cacheNameArg,
K keyArg,
byte[] serializedValueArg,
IElementAttributes elementAttributesArg)
Constructs a usable wrapper.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getSerializedValue()
Gets the value attribute of the ICacheElementSerialized object.
|
String |
toString()
For debugging only.
|
getCacheName, getElementAttributes, getKey, getVal, hashCode, setElementAttributesclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitgetCacheName, getElementAttributes, getKey, getVal, setElementAttributespublic CacheElementSerialized(String cacheNameArg, K keyArg, byte[] serializedValueArg, IElementAttributes elementAttributesArg)
cacheNameArg - keyArg - serializedValueArg - elementAttributesArg - public byte[] getSerializedValue()
ICacheElementSerializedgetSerializedValue in interface ICacheElementSerialized<K,V>Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.