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 SpaceServerEntrypublic IEntryCacheInfo getEntryCacheInfo()
public SpaceTypeDescriptor getSpaceTypeDescriptor()
ServerEntrygetSpaceTypeDescriptor in interface ServerEntrypublic Object getFixedPropertyValue(int position)
ServerEntrygetFixedPropertyValue in interface ServerEntryposition - Position of requested property.public Object getPropertyValue(String name)
ServerEntrygetPropertyValue in interface ServerEntryname - Name of requested property.public Object getPathValue(String path)
ServerEntrygetPathValue in interface ServerEntrypath - Path pointing to the requested property.public int getVersion()
ServerEntrygetVersion in interface ServerEntrypublic long getExpirationTime()
ServerEntrygetExpirationTime in interface ServerEntrypublic boolean isRemovedFromForeignIndex()
public void setRemovedFromForeignIndex()
public void waitForRemovalFromForeignIndex()
Copyright © GigaSpaces.