|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_MapEntry
| Method Summary | |
|---|---|
Timestamp |
getSortTimestamp()
Can be used by cache implementation to implement LRU |
StorageId |
getStorageId()
Must be filled if retrieved from database. |
java.lang.String |
getUniqueIdStr()
|
boolean |
isSwapped()
The cache sets it to true when the entry is swapped away. |
void |
isSwapped(boolean isSwapped)
Used by the cache implementation to mark entries which will be swapped to the persistent store. |
void |
setSortTimestamp(Timestamp timstamp)
Can be used by cache implementation to implement LRU |
| Methods inherited from interface org.xmlBlaster.util.queue.I_Entry |
|---|
added, embeddedObjectToXml, getEmbeddedObject, getEmbeddedType, getLogId, getMeat, getPriority, getRef, getSizeInBytes, getUniqueId, isPersistent, isStored, removed, setStored |
| Method Detail |
|---|
boolean isSwapped()
void isSwapped(boolean isSwapped)
java.lang.String getUniqueIdStr()
Timestamp getSortTimestamp()
void setSortTimestamp(Timestamp timstamp)
StorageId getStorageId()
|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||