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). |
com.bigdata.btree.keys |
Modifier and Type | Method and Description |
---|---|
void |
TestLinearListMethods.test_linearListHeight1()
Tests on a tree with one root node and two leaves.
|
void |
TestLinearListMethods.test_linearListHeight2()
Tests on a tree of height (2).
|
Modifier and Type | Method and Description |
---|---|
static byte |
SuccessorUtil.successor(byte n)
Computes the successor of a
byte value. |
static char |
SuccessorUtil.successor(char n)
Computes the successor of a
char value. |
static double |
SuccessorUtil.successor(double d)
Computes the successor of a
double value. |
static float |
SuccessorUtil.successor(float f)
Computes the successor of a
float value. |
static int |
SuccessorUtil.successor(int n)
Computes the successor of an
int value. |
static long |
SuccessorUtil.successor(long n)
Computes the successor of a
long value. |
static short |
SuccessorUtil.successor(short n)
Computes the successor of a
short value. |
void |
TestKeyBuilder.test_keyBuilder_double_key() |
void |
TestKeyBuilder.test_keyBuilder_float_key() |
void |
TestSuccessorUtil.test_keyBuilder_successor_float_maxValue()
Verifies that successor of the maximum float value is positive infinity.
|
void |
TestSuccessorUtil.test_keyBuilder_successor_float_nearZero()
Verifies that the successor function imposes the correct ordering as we
approach and cross zero from the positive region of the value space into
the negative region of the value space.
|
void |
TestSuccessorUtil.test_keyBuilder_successor_float_negativeValue()
Test a few values from the middle of the negative region of the value
space.
|
void |
TestSuccessorUtil.test_keyBuilder_successor_float_penultimateValue()
Verifies that the successor of the penultimate float is
correct.
|
void |
TestSuccessorUtil.test_keyBuilder_successor_float_positiveValue()
Now verify the successor for each of the data points that we
verified in the previous test as being successors in the float
value space.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.