Uses of Interface
com.j_spaces.core.cache.ILeasedEntryCacheInfo
Packages that use ILeasedEntryCacheInfo
Package
Description
Provides Space properties and security context services
-
Uses of ILeasedEntryCacheInfo in com.gigaspaces.internal.server.storage
Classes in com.gigaspaces.internal.server.storage that implement ILeasedEntryCacheInfoModifier and TypeClassDescriptionclassshadowEntry is an entry version under pending update- it contains the original entry values note that shadow and master are connected via a mutual referenceMethods in com.gigaspaces.internal.server.storage with parameters of type ILeasedEntryCacheInfoModifier and TypeMethodDescriptionbooleanShadowEntryHolder.isSameLeaseManagerRef(ILeasedEntryCacheInfo other) -
Uses of ILeasedEntryCacheInfo in com.j_spaces.core
Methods in com.j_spaces.core with parameters of type ILeasedEntryCacheInfoModifier and TypeMethodDescriptionvoidLeaseManager.registerEntryLease(ILeasedEntryCacheInfo entryCacheInfo, IEntryHolder entryHolder, long expiration) voidLeaseManager.reRegisterLease(ILeasedEntryCacheInfo leaseCacheInfo, IEntryHolder entry, long original_expiration, long new_expiration, int objectType) voidLeaseManager.unregister(ILeasedEntryCacheInfo leaseCacheInfo, long expiration) unregister from lease manager based on direct backrefs Note: entry/template must be locked -
Uses of ILeasedEntryCacheInfo in com.j_spaces.core.cache
Subinterfaces of ILeasedEntryCacheInfo in com.j_spaces.core.cacheClasses in com.j_spaces.core.cache that implement ILeasedEntryCacheInfoModifier and TypeClassDescriptionclassclassclassMethods in com.j_spaces.core.cache with parameters of type ILeasedEntryCacheInfoModifier and TypeMethodDescriptionbooleanIEntryCacheInfo.isSameLeaseManagerRef(ILeasedEntryCacheInfo other) booleanILeasedEntryCacheInfo.isSameLeaseManagerRef(ILeasedEntryCacheInfo other) booleanMemoryBasedEntryCacheInfo.isSameLeaseManagerRef(ILeasedEntryCacheInfo other) booleanTemplateCacheInfo.isSameLeaseManagerRef(ILeasedEntryCacheInfo other) -
Uses of ILeasedEntryCacheInfo in com.j_spaces.core.cache.blobStore
Classes in com.j_spaces.core.cache.blobStore that implement ILeasedEntryCacheInfoModifier and TypeClassDescriptionclassThe resident part of entry that resides blob-storeMethods in com.j_spaces.core.cache.blobStore with parameters of type ILeasedEntryCacheInfoModifier and TypeMethodDescriptionbooleanBlobStoreRefEntryCacheInfo.isSameLeaseManagerRef(ILeasedEntryCacheInfo other) -
Uses of ILeasedEntryCacheInfo in com.j_spaces.core.cache.mvcc
Classes in com.j_spaces.core.cache.mvcc that implement ILeasedEntryCacheInfo