public class MapVersionTable extends VersionTable<Integer>
_freeEntryQueue
Constructor and Description |
---|
MapVersionTable() |
Modifier and Type | Method and Description |
---|---|
int |
getEntryVersion(Object value,
Object key)
get value+key version from table according to the value.
|
static MapVersionTable |
getInstance() |
void |
setEntryVersion(Object value,
Object key,
int version)
Add a new value+key to version table
|
clear, finalize, getEntryVersion, setEntryVersion
public static MapVersionTable getInstance()
public void setEntryVersion(Object value, Object key, int version)
Copyright © GigaSpaces.