Package com.j_spaces.core.cache
Interface ILeasedEntryCacheInfo
- All Known Subinterfaces:
IEntryCacheInfo
- All Known Implementing Classes:
BlobStoreRefEntryCacheInfo,EvictableEntryCacheInfo,MemoryBasedEntryCacheInfo,MVCCEntryCacheInfo,MVCCShellEntryCacheInfo,ShadowEntryHolder,TemplateCacheInfo
public interface ILeasedEntryCacheInfo
methods for storing-retrieving lease cache info of entry
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanvoidsetLeaseManagerListRefAndPosition(IStoredList<Object> entriesList, IObjectInfo<Object> entryPos)
-
Method Details
-
setLeaseManagerListRefAndPosition
void setLeaseManagerListRefAndPosition(IStoredList<Object> entriesList, IObjectInfo<Object> entryPos) -
getLeaseManagerListRef
IStoredList<Object> getLeaseManagerListRef() -
getLeaseManagerPosition
IObjectInfo<Object> getLeaseManagerPosition() -
isConnectedToLeaseManager
boolean isConnectedToLeaseManager() -
isSameLeaseManagerRef
-
isBlobStoreEntry
boolean isBlobStoreEntry() -
getObjectStoredInLeaseManager
Object getObjectStoredInLeaseManager()
-