public class EmbeddedRelevantGenerationIdsInfo extends Object implements Externalizable
Constructor and Description |
---|
EmbeddedRelevantGenerationIdsInfo() |
EmbeddedRelevantGenerationIdsInfo(long current) |
Modifier and Type | Method and Description |
---|---|
void |
addCurrentGeneration(long currentGen) |
Collection<Long> |
getRelevantGenerations() |
static String |
getStorageKey() |
boolean |
isRelevant(long gen) |
void |
readExternal(ObjectInput in) |
boolean |
removeOldGens(long current) |
void |
writeExternal(ObjectOutput out) |
public EmbeddedRelevantGenerationIdsInfo(long current)
public EmbeddedRelevantGenerationIdsInfo()
public static String getStorageKey()
public boolean isRelevant(long gen)
public void addCurrentGeneration(long currentGen)
public boolean removeOldGens(long current)
public Collection<Long> getRelevantGenerations()
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.