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, setFieldValue
getCodebase, getFieldPosition, getFieldsNames, getFieldsTypes, getFieldType, getIndexIndicators, getObject, getPrimaryKeyName, getProperties, getRoutingFieldName, getSuperClassesNames, hasDummyTTE, isFifo, isIndexedField, isReplicatable
public CacheEntry(IEntryHolder entryHolder, ITypeDesc typeDesc)
entryHolder
- underlying entry holdertypeDesc
- underlying entry type informationpublic CacheEntry()
public String getClassName()
AbstractEntryType
getClassName
in interface IGSEntry
getClassName
in class EntryImpl
public void setClassName(String className)
className
- class name representing this entry.public Entry getEntry(IJSpace space) throws UnusableEntryException
getEntry
in class EntryImpl
UnusableEntryException
public Map.Entry getMapEntry()
IGSEntry
null
is returned.getMapEntry
in interface IGSEntry
getMapEntry
in class EntryImpl
null
if no
representation.Map.Entry
Copyright © GigaSpaces.