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 void
CacheManager.addToAddedUnits
(CacheUnit c) static void
CacheManager2.addToAddedUnits
(CacheUnit c) static void
CacheManager3.addToAddedUnits
(CacheUnit c) static void
CacheManager4.addToAddedUnits
(CacheUnit c) static void
CacheManager.addToDestroy
(CacheUnit c) add to list of units to destruct at the endstatic void
CacheManager2.addToDestroy
(CacheUnit c) add to list of units to destruct at the endstatic void
CacheManager3.addToDestroy
(CacheUnit c) add to list of units to destruct at the endstatic void
CacheManager4.addToDestroy
(CacheUnit c) add to list of units to destruct at the endstatic void
CacheManager.addToReleasedUnits
(CacheUnit c) static void
CacheManager2.addToReleasedUnits
(CacheUnit c) static void
CacheManager3.addToReleasedUnits
(CacheUnit c) static void
CacheManager4.addToReleasedUnits
(CacheUnit c) static void
remove a cache unitstatic void
remove a cache unitstatic void
remove a cache unitstatic void
remove a cache unitvoid
void
void
void
pointers in a list for cache managementvoid
void
pointers in a list for cache managementstatic void
cache recently used blocks, free up cached blocks which has not been used for the longest timestatic void
cache recently used blocks, free up cached blocks which has not been used for the longest timestatic void
cache recently used blocks, free up cached blocks which has not been used for the longest timestatic void
cache 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 TypeClassDescriptionclass
BPlusInternalNode<KeyType,
KeyBufferType> Represents an internal node within the B+ tree.class
BPlusLeaf<KeyType,
KeyBufferType> A leaf is the node in a B+ tree containing records.class
This type of bplus leaf contains a cache for the index valuesclass
BPlusLeafRecords<KeyType,
KeyBufferType> A leaf is the node in a B+ tree containing records.class
BPlusNode<KeyType,
KeyBufferType> This class represents a node within a B+ tree, stored on disk.class
CompressedBPlusNode<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 TypeClassDescriptionclass
A sub relation of a persistent relation defined by a filter.class
Represents 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 TypeClassDescriptionclass
Represents the result relation of a join operationclass
Store for a buffered incremental relation.class
Store for incremental relation.class
Store for a swappable relation.