public class SpaceServerEntryImpl extends Object implements SpaceServerEntry
Modifier and Type | Field and Description |
---|---|
static long |
MAX_TIME_TO_WAIT_FOR_INDEX_REMOVAL |
Constructor and Description |
---|
SpaceServerEntryImpl(IEntryCacheInfo eci,
CacheManager cm) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
IEntryCacheInfo |
getEntryCacheInfo() |
long |
getExpirationTime()
Gets the entry expiration time.
|
Object |
getFixedPropertyValue(int position)
Gets the specified fixed property's value.
|
Object |
getPathValue(String path)
Gets the specified path's value.
|
Object |
getPropertyValue(String name)
Gets the specified property's value.
|
SpaceTypeDescriptor |
getSpaceTypeDescriptor()
Gets the entry's type descriptor.
|
String |
getUid() |
int |
getVersion()
Gets the entry version.
|
boolean |
isRemovedFromForeignIndex() |
void |
setRemovedFromForeignIndex() |
void |
waitForRemovalFromForeignIndex() |
public static long MAX_TIME_TO_WAIT_FOR_INDEX_REMOVAL
public SpaceServerEntryImpl(IEntryCacheInfo eci, CacheManager cm)
public String getUid()
getUid
in interface SpaceServerEntry
public IEntryCacheInfo getEntryCacheInfo()
public SpaceTypeDescriptor getSpaceTypeDescriptor()
ServerEntry
getSpaceTypeDescriptor
in interface ServerEntry
public Object getFixedPropertyValue(int position)
ServerEntry
getFixedPropertyValue
in interface ServerEntry
position
- Position of requested property.public Object getPropertyValue(String name)
ServerEntry
getPropertyValue
in interface ServerEntry
name
- Name of requested property.public Object getPathValue(String path)
ServerEntry
getPathValue
in interface ServerEntry
path
- Path pointing to the requested property.public int getVersion()
ServerEntry
getVersion
in interface ServerEntry
public long getExpirationTime()
ServerEntry
getExpirationTime
in interface ServerEntry
public boolean isRemovedFromForeignIndex()
public void setRemovedFromForeignIndex()
public void waitForRemovalFromForeignIndex()
Copyright © GigaSpaces.