Package | Description |
---|---|
com.caucho.db.index | |
com.caucho.db.table |
Modifier and Type | Method and Description |
---|---|
static BTree |
BTree.createStringTest(Path path,
int keySize) |
static BTree |
BTree.createTest(Path path,
int keySize) |
BTree |
IndexKey.getBTree() |
Modifier and Type | Method and Description |
---|---|
static IndexKey |
IndexKey.create(BTree btree,
byte[] data,
int offset,
int length,
long value) |
void |
IndexCache.delete(BTree btree,
byte[] buffer,
int offset,
int length,
DbTransaction xa)
Remove the index entry.
|
void |
IndexKey.init(BTree btree,
byte[] data,
int offset,
int length) |
void |
IndexCache.insert(BTree btree,
byte[] buffer,
int offset,
int length,
long value,
DbTransaction xa)
Gets the index entry.
|
long |
IndexCache.lookup(BTree btree,
byte[] buffer,
int offset,
int length,
DbTransaction xa)
Gets the index entry.
|
Constructor and Description |
---|
IndexKey(BTree btree,
byte[] data,
int offset,
int length,
long value) |
Modifier and Type | Method and Description |
---|---|
BTree |
Column.getIndex()
Returns the index.
|
Modifier and Type | Method and Description |
---|---|
void |
Column.setIndex(BTree index)
Sets the index.
|