public class EmbeddedSyncTransferredInfo extends Object implements Externalizable
Modifier and Type | Class and Description |
---|---|
static class |
EmbeddedSyncTransferredInfo.OldGenCellInfo |
Constructor and Description |
---|
EmbeddedSyncTransferredInfo() |
EmbeddedSyncTransferredInfo(long generationId,
int segmentNum) |
Modifier and Type | Method and Description |
---|---|
long |
getGenerationId() |
int |
getSegmentNum() |
static String |
getStorageKey(long generationId,
int segmentNum) |
boolean |
isSeqNumberCellTransferred(int seqNumber) |
void |
readExternal(ObjectInput in) |
boolean |
updateTranferredInfo(int seq) |
void |
writeExternal(ObjectOutput out) |
public EmbeddedSyncTransferredInfo(long generationId, int segmentNum)
public EmbeddedSyncTransferredInfo()
public static String getStorageKey(long generationId, int segmentNum)
public long getGenerationId()
public int getSegmentNum()
public boolean updateTranferredInfo(int seq)
public boolean isSeqNumberCellTransferred(int seqNumber)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
Copyright © GigaSpaces.