Uses of Interface
herddb.index.blink.BLinkIndexDataStorage
-
Packages that use BLinkIndexDataStorage Package Description herddb.index.blink -
-
Uses of BLinkIndexDataStorage in herddb.index.blink
Constructors in herddb.index.blink with parameters of type BLinkIndexDataStorage 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)
-