Uses of Interface
herddb.core.PageReplacementPolicy
-
Packages that use PageReplacementPolicy Package Description herddb.core herddb.index.blink -
-
Uses of PageReplacementPolicy in herddb.core
Classes in herddb.core that implement PageReplacementPolicy Modifier and Type Class Description classClockAdaptiveReplacementBasic implementation of CAR algorithm.classClockProPolicyBasic implementation of ClockPro algorithm.classRandomPageReplacementPolicySimple randomic implementation ofPageReplacementPolicy. -
Uses of PageReplacementPolicy in herddb.index.blink
Constructors in herddb.index.blink with parameters of type PageReplacementPolicy Constructor Description BLink(long maxSize, BLink.SizeEvaluator<K,V> evaluator, PageReplacementPolicy policy, BLinkIndexDataStorage<K,V> storage)BLink(long maxSize, BLink.SizeEvaluator<K,V> evaluator, PageReplacementPolicy policy, BLinkIndexDataStorage<K,V> storage, BLinkMetadata<K> metadata)
-