public class CacheEntry extends EntryImpl
_entryHolder_typeDesc| Constructor and Description | 
|---|
CacheEntry()
Default constructor 
 | 
CacheEntry(IEntryHolder entryHolder,
          ITypeDesc typeDesc)
Constructs CacheEntry from IEntryHolder and TypeTableEntry. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getClassName()
Entry class Name. 
 | 
Entry | 
getEntry(IJSpace space)  | 
Map.Entry | 
getMapEntry()
Returns a Map.Entry (key-value pair) representation of this entity. 
 | 
void | 
setClassName(String className)
Set the class name representing the underlying entry. 
 | 
String | 
toString()  | 
static String | 
toString(IGSEntry entry)
Returns a String representation of an IGSEntry. 
 | 
getFieldsValues, getFieldValue, getFieldValue, getHandback, getNotifyType, getTimeToLive, getUID, getVersion, isTransient, setFieldValue, setFieldValuegetCodebase, getFieldPosition, getFieldsNames, getFieldsTypes, getFieldType, getIndexIndicators, getObject, getPrimaryKeyName, getProperties, getRoutingFieldName, getSuperClassesNames, hasDummyTTE, isFifo, isIndexedField, isReplicatablepublic CacheEntry(IEntryHolder entryHolder, ITypeDesc typeDesc)
entryHolder - underlying entry holdertypeDesc - underlying entry type informationpublic CacheEntry()
public String getClassName()
AbstractEntryTypegetClassName in interface IGSEntrygetClassName in class EntryImplpublic void setClassName(String className)
className - class name representing this entry.public Entry getEntry(IJSpace space) throws UnusableEntryException
getEntry in class EntryImplUnusableEntryExceptionpublic Map.Entry getMapEntry()
IGSEntrynull is returned.getMapEntry in interface IGSEntrygetMapEntry in class EntryImplnull if no
 representation.Map.EntryCopyright © GigaSpaces.