All Implemented Interfaces:
OTreeInternal<K,V>, OSBTreeBonsai<K,V>

public class OSBTreeBonsaiLocal<K,V> extends ODurableComponent implements OSBTreeBonsai<K,V>
Tree-based dictionary algorithm. Similar to OSBTreeV1 but uses subpages of disk cache that is more efficient for small data structures. Oriented for usage of several instances inside of one file. Creation of several instances that represent the same collection is not allowed.
Since:
1.6.0
Author:
Andrey Lomakin (a.lomakin-at-orientdb.com), Artem Orobets
See Also: