Uses of Interface
com.semedy.reasoner.edb.persistentstore.CacheUnit
Packages that use CacheUnit
Package
Description
- 
Uses of CacheUnit in com.semedy.reasoner.core
Classes in com.semedy.reasoner.core that implement CacheUnit - 
Uses of CacheUnit in com.semedy.reasoner.edb.persistentstore
Classes in com.semedy.reasoner.edb.persistentstore that implement CacheUnitMethods in com.semedy.reasoner.edb.persistentstore that return CacheUnitModifier and TypeMethodDescriptionAbstractCacheUnit.getLast()CacheAnchor.getLast()CacheUnit.getLast()AbstractCacheUnit.getNext()CacheAnchor.getNext()CacheUnit.getNext()Methods in com.semedy.reasoner.edb.persistentstore with parameters of type CacheUnitModifier and TypeMethodDescriptionstatic voidCacheManager.addToAddedUnits(CacheUnit c) static voidCacheManager2.addToAddedUnits(CacheUnit c) static voidCacheManager3.addToAddedUnits(CacheUnit c) static voidCacheManager4.addToAddedUnits(CacheUnit c) static voidCacheManager.addToDestroy(CacheUnit c) add to list of units to destruct at the endstatic voidCacheManager2.addToDestroy(CacheUnit c) add to list of units to destruct at the endstatic voidCacheManager3.addToDestroy(CacheUnit c) add to list of units to destruct at the endstatic voidCacheManager4.addToDestroy(CacheUnit c) add to list of units to destruct at the endstatic voidCacheManager.addToReleasedUnits(CacheUnit c) static voidCacheManager2.addToReleasedUnits(CacheUnit c) static voidCacheManager3.addToReleasedUnits(CacheUnit c) static voidCacheManager4.addToReleasedUnits(CacheUnit c) static voidremove a cache unitstatic voidremove a cache unitstatic voidremove a cache unitstatic voidremove a cache unitvoidvoidvoidvoidpointers in a list for cache managementvoidvoidpointers in a list for cache managementstatic voidcache recently used blocks, free up cached blocks which has not been used for the longest timestatic voidcache recently used blocks, free up cached blocks which has not been used for the longest timestatic voidcache recently used blocks, free up cached blocks which has not been used for the longest timestatic voidcache recently used blocks, free up cached blocks which has not been used for the longest time - 
Uses of CacheUnit in com.semedy.reasoner.edb.persistentstore.bplustree
Classes in com.semedy.reasoner.edb.persistentstore.bplustree that implement CacheUnitModifier and TypeClassDescriptionclassBPlusInternalNode<KeyType,KeyBufferType> Represents an internal node within the B+ tree.classBPlusLeaf<KeyType,KeyBufferType> A leaf is the node in a B+ tree containing records.classThis type of bplus leaf contains a cache for the index valuesclassBPlusLeafRecords<KeyType,KeyBufferType> A leaf is the node in a B+ tree containing records.classBPlusNode<KeyType,KeyBufferType> This class represents a node within a B+ tree, stored on disk.classCompressedBPlusNode<KeyType,KeyBufferType> Methods in com.semedy.reasoner.edb.persistentstore.bplustree that return CacheUnitModifier and TypeMethodDescriptionBPlusNode.getLast()CompressedBPlusNode.getLast()BPlusNode.getNext()CompressedBPlusNode.getNext()Methods in com.semedy.reasoner.edb.persistentstore.bplustree with parameters of type CacheUnit - 
Uses of CacheUnit in com.semedy.reasoner.edb.ramstore
Classes in com.semedy.reasoner.edb.ramstore that implement CacheUnitModifier and TypeClassDescriptionclassA sub relation of a persistent relation defined by a filter.classRepresents a mixed relation, i.e. tuples are stored persistent and in main memory.Methods in com.semedy.reasoner.edb.ramstore that return CacheUnitMethods in com.semedy.reasoner.edb.ramstore with parameters of type CacheUnit - 
Uses of CacheUnit in com.semedy.reasoner.reasoning.processes
Classes in com.semedy.reasoner.reasoning.processes that implement CacheUnitModifier and TypeClassDescriptionclassRepresents the result relation of a join operationclassStore for a buffered incremental relation.classStore for incremental relation.classStore for a swappable relation.