public class WriteEntryResult extends Object implements SmartExternalizable, Textualizable
Constructor and Description |
---|
WriteEntryResult()
Required for Externalizable
|
WriteEntryResult(IEntryPacket entryPacket) |
WriteEntryResult(String uid,
int version,
long expiration) |
Modifier and Type | Method and Description |
---|---|
LeaseContext<?> |
createLease(String typeName,
SpaceImpl spaceImpl,
boolean noWriteLease) |
long |
getExpiration() |
IEntryPacket |
getPrevEntry() |
int |
getSyncReplicationLevel() |
String |
getUid() |
int |
getVersion() |
void |
readExternal(ObjectInput in) |
void |
removeRedundantData(ITypeDesc typeDesc,
int modifiers) |
void |
setPrevEntry(IEntryPacket prevEntry) |
void |
setSyncReplicationLevel(int syncReplicationLevel) |
String |
toString() |
void |
toText(Textualizer textualizer) |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public WriteEntryResult()
public WriteEntryResult(String uid, int version, long expiration)
public WriteEntryResult(IEntryPacket entryPacket)
public void setSyncReplicationLevel(int syncReplicationLevel)
public int getSyncReplicationLevel()
public void toText(Textualizer textualizer)
toText
in interface Textualizable
public String getUid()
public void removeRedundantData(ITypeDesc typeDesc, int modifiers)
public int getVersion()
public long getExpiration()
public IEntryPacket getPrevEntry()
public void setPrevEntry(IEntryPacket prevEntry)
public LeaseContext<?> createLease(String typeName, SpaceImpl spaceImpl, boolean noWriteLease)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © GigaSpaces.