Uses of Class
org.apache.manifoldcf.core.cachemanager.GeneralCache.ObjectRecord
-
Packages that use GeneralCache.ObjectRecord Package Description org.apache.manifoldcf.core.cachemanager -
-
Uses of GeneralCache.ObjectRecord in org.apache.manifoldcf.core.cachemanager
Fields in org.apache.manifoldcf.core.cachemanager declared as GeneralCache.ObjectRecord Modifier and Type Field Description protected GeneralCache.ObjectRecordGeneralCache.ObjectClassRecord. firstLRUprotected GeneralCache.ObjectRecordGeneralCache.ExpirationTreeNode. firstSameprotected GeneralCache.ObjectRecordGeneralCache.ObjectClassRecord. lastLRUprotected GeneralCache.ObjectRecordGeneralCache.ExpirationTreeNode. lastSameprotected GeneralCache.ObjectRecordGeneralCache.ObjectRecord. nextLRUprotected GeneralCache.ObjectRecordGeneralCache.ObjectRecord. prevLRUprotected GeneralCache.ObjectRecordGeneralCache.ObjectRecord. sameExpirationNextprotected GeneralCache.ObjectRecordGeneralCache.ObjectRecord. sameExpirationPrevMethods in org.apache.manifoldcf.core.cachemanager that return GeneralCache.ObjectRecord Modifier and Type Method Description GeneralCache.ObjectRecordGeneralCache.ObjectRecord. getNextLRU()GeneralCache.ObjectRecordGeneralCache.ExpirationTreeNode. getOldest()GeneralCache.ObjectRecordGeneralCache.ExpirationTree. getOldestEntry()GeneralCache.ObjectRecordGeneralCache.ObjectClassRecord. getOldestEntry()Find the first (oldest) entry, or null if there is none.GeneralCache.ObjectRecordGeneralCache.ObjectClassTable. getOldestEntry(java.lang.String objectClassName)GeneralCache.ObjectRecordGeneralCache.ObjectRecord. getPrevLRU()GeneralCache.ObjectRecordGeneralCache.ObjectRecord. getSameExpirationNext()GeneralCache.ObjectRecordGeneralCache.ObjectRecord. getSameExpirationPrev()GeneralCache.ObjectRecordGeneralCache.ObjectRecordTable. lookup(java.lang.Object objectDescription)Methods in org.apache.manifoldcf.core.cachemanager with parameters of type GeneralCache.ObjectRecord Modifier and Type Method Description voidGeneralCache.ObjectRecordTable. add(GeneralCache.ObjectRecord record)voidGeneralCache.ExpirationTree. addEntry(GeneralCache.ObjectRecord x)This method MUST NOT have the entry in the tree already before being called!voidGeneralCache.ObjectClassRecord. addEntry(GeneralCache.ObjectRecord x)Add a record to the end of the LRU list.voidGeneralCache.ObjectClassTable. addEntry(GeneralCache.ObjectRecord record)Call ONLY if there is no existing record in the object class table for this recordvoidGeneralCache.InvalidationTable. addKeys(StringSet keyset, GeneralCache.ObjectRecord objectRecord)voidGeneralCache.ExpirationTreeNode. addObjectRecord(GeneralCache.ObjectRecord x)protected voidGeneralCache. deleteEntry(GeneralCache.ObjectRecord record)Delete a record from the cache.voidGeneralCache.ObjectRecordTable. remove(GeneralCache.ObjectRecord record)voidGeneralCache.ExpirationTree. removeEntry(GeneralCache.ObjectRecord x)This method MUST have the entry in the tree before being called!voidGeneralCache.ObjectClassRecord. removeEntry(GeneralCache.ObjectRecord x)Call this ONLY if it is known that the entry exists in the object class record!!!voidGeneralCache.ObjectClassTable. removeEntry(GeneralCache.ObjectRecord record)Call ONLY if there is known to be an existing record in the object class tablebooleanGeneralCache.ExpirationTreeNode. removeObjectRecord(GeneralCache.ObjectRecord x)Returns true if this removal was the last one (in which case the tree node is now invalid, and should be removed from the tree)voidGeneralCache.InvalidationTable. removeObjectRecord(GeneralCache.ObjectRecord record)voidGeneralCache.InvalidationTable. removeObjectRecordFromKey(java.lang.String key, GeneralCache.ObjectRecord objectRecord)voidGeneralCache.ObjectRecord. setNextLRU(GeneralCache.ObjectRecord next)voidGeneralCache.ObjectRecord. setPrevLRU(GeneralCache.ObjectRecord prev)voidGeneralCache.ObjectRecord. setSameExpirationNext(GeneralCache.ObjectRecord x)voidGeneralCache.ObjectRecord. setSameExpirationPrev(GeneralCache.ObjectRecord x)Constructors in org.apache.manifoldcf.core.cachemanager with parameters of type GeneralCache.ObjectRecord Constructor Description ExpirationTreeNode(GeneralCache.ObjectRecord record)
-