| Constructor and Description |
|---|
GBPTree(org.neo4j.io.pagecache.PageCache pageCache,
File indexFile,
Layout<KEY,VALUE> layout,
int tentativePageSize,
GBPTree.Monitor monitor,
Header.Reader headerReader,
Consumer<org.neo4j.io.pagecache.PageCursor> headerWriter)
Opens an index
indexFile in the pageCache, creating and initializing it if it doesn't exist. |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.