public class MemcachedEntry extends Object implements SmartExternalizable
| Constructor and Description |
|---|
MemcachedEntry() |
MemcachedEntry(Key key,
byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFlags() |
Key |
getKey() |
byte[] |
getValue() |
int |
getVersion() |
void |
readExternal(ObjectInput in) |
void |
setFlags(int flags) |
void |
setKey(Key key) |
void |
setValue(byte[] value) |
void |
setVersion(int version) |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitenabledSmartExternalizableWithReferencepublic MemcachedEntry()
public MemcachedEntry(Key key, byte[] value)
public Key getKey()
public void setKey(Key key)
public byte[] getValue()
public void setValue(byte[] value)
public int getVersion()
public void setVersion(int version)
public int getFlags()
public void setFlags(int flags)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © GigaSpaces.