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, setElementAttributes
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
getCacheName, getElementAttributes, getKey, getVal, setElementAttributes
public CacheElementSerialized(String cacheNameArg, K keyArg, byte[] serializedValueArg, IElementAttributes elementAttributesArg)
cacheNameArg
- keyArg
- serializedValueArg
- elementAttributesArg
- public byte[] getSerializedValue()
ICacheElementSerialized
getSerializedValue
in interface ICacheElementSerialized<K,V>
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.