public abstract class AbstractDirectPersistencyOpInfo extends Object implements IDirectPersistencyOpInfo
Constructor and Description |
---|
AbstractDirectPersistencyOpInfo() |
AbstractDirectPersistencyOpInfo(long generationId,
int seq1,
int seq2) |
AbstractDirectPersistencyOpInfo(long generationId,
long seq) |
Modifier and Type | Method and Description |
---|---|
IEmbeddedSyncOpInfo |
getEmbeddedSyncOpInfo() |
long |
getGenerationId() |
int |
getOrderWithinSegment() |
static int |
getOrderWithinSegment(long seq) |
Long |
getRedoKey() |
int |
getSegmentNumber() |
static int |
getSegmentNumber(long seq) |
long |
getSequenceNumber() |
abstract String |
getUid() |
abstract List<String> |
getUids() |
boolean |
hasRedoKey() |
boolean |
isConfirmedByRemote(IDirectPersistencySyncHandler handler) |
boolean |
isInMainList() |
abstract boolean |
isMultiUids() |
boolean |
isPersisted() |
void |
readExternal(ObjectInput in) |
void |
setEmbeddedSyncOpInfo(IEmbeddedSyncOpInfo embeddedSyncOpInfo) |
void |
setInMainList() |
void |
setPersisted() |
void |
setRedoKey(long redokey) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
enabledSmartExternalizableWithReference
public AbstractDirectPersistencyOpInfo(long generationId, int seq1, int seq2)
public AbstractDirectPersistencyOpInfo(long generationId, long seq)
public AbstractDirectPersistencyOpInfo()
public long getGenerationId()
getGenerationId
in interface IDirectPersistencyOpInfo
public abstract boolean isMultiUids()
isMultiUids
in interface IDirectPersistencyOpInfo
public abstract String getUid()
getUid
in interface IDirectPersistencyOpInfo
public abstract List<String> getUids()
getUids
in interface IDirectPersistencyOpInfo
public Long getRedoKey()
getRedoKey
in interface IDirectPersistencyOpInfo
public boolean hasRedoKey()
hasRedoKey
in interface IDirectPersistencyOpInfo
public void setRedoKey(long redokey)
setRedoKey
in interface IDirectPersistencyOpInfo
public boolean isInMainList()
isInMainList
in interface IDirectPersistencyOpInfo
public void setInMainList()
setInMainList
in interface IDirectPersistencyOpInfo
public boolean isPersisted()
isPersisted
in interface IDirectPersistencyOpInfo
public void setPersisted()
setPersisted
in interface IDirectPersistencyOpInfo
public long getSequenceNumber()
getSequenceNumber
in interface IDirectPersistencyOpInfo
public int getSegmentNumber()
getSegmentNumber
in interface IDirectPersistencyOpInfo
public static int getSegmentNumber(long seq)
public int getOrderWithinSegment()
getOrderWithinSegment
in interface IDirectPersistencyOpInfo
public static int getOrderWithinSegment(long seq)
public boolean isConfirmedByRemote(IDirectPersistencySyncHandler handler)
isConfirmedByRemote
in interface IDirectPersistencyOpInfo
public void setEmbeddedSyncOpInfo(IEmbeddedSyncOpInfo embeddedSyncOpInfo)
setEmbeddedSyncOpInfo
in interface IDirectPersistencyOpInfo
public IEmbeddedSyncOpInfo getEmbeddedSyncOpInfo()
getEmbeddedSyncOpInfo
in interface IDirectPersistencyOpInfo
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.