Skip navigation links

Package org.neo4j.index.internal.gbptree

B+tree implementation with arbitrary key/value.

See: Description

Package org.neo4j.index.internal.gbptree Description

B+tree implementation with arbitrary key/value. Index implementation is GBPTree, which works on a PageCache. Implementation supports single writer together with concurrent lock-free and garbage-free readers.

To create an index with a custom layout (type of key/value), implement a custom Layout.

See https://en.wikipedia.org/wiki/B%2B_tree

Skip navigation links

Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.