Package | Description |
---|---|
com.bigdata.btree |
The
BTree is a scalable B+-Tree with copy-on-write
semantics mapping variable length unsigned byte[] keys to variable
length byte[] values (null values are allowed). |
Modifier and Type | Method and Description |
---|---|
static SeekEnum |
SeekEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SeekEnum[] |
SeekEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BTree.LeafCursor |
BTree.newLeafCursor(SeekEnum where) |
abstract ILeafCursor |
AbstractBTree.newLeafCursor(SeekEnum where)
Return a cursor that may be used to efficiently locate and scan the
leaves in the B+Tree.
|
IndexSegment.ImmutableLeafCursor |
IndexSegment.newLeafCursor(SeekEnum where) |
Constructor and Description |
---|
BTree.LeafCursor(SeekEnum where) |
IndexSegment.ImmutableLeafCursor(SeekEnum where) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.