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.proc | |
com.bigdata.btree.view | |
com.bigdata.service.ndx |
Modifier and Type | Method and Description |
---|---|
void |
DelegateIndex.submit(byte[] fromKey,
byte[] toKey,
IKeyRangeIndexProcedure proc,
IResultHandler handler) |
void |
IIndex.submit(byte[] fromKey,
byte[] toKey,
IKeyRangeIndexProcedure proc,
IResultHandler handler)
The procedure will be transparently applied against each index partition
spanned by the given key range.
|
void |
ReadCommittedView.submit(byte[] fromKey,
byte[] toKey,
IKeyRangeIndexProcedure proc,
IResultHandler handler) |
void |
UnisolatedReadWriteIndex.submit(byte[] fromKey,
byte[] toKey,
IKeyRangeIndexProcedure proc,
IResultHandler handler) |
void |
AbstractBTree.submit(byte[] fromKey,
byte[] toKey,
IKeyRangeIndexProcedure proc,
IResultHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractKeyRangeIndexProcedure<T> |
class |
RangeCountProcedure
This procedure computes a range count on an index.
|
Modifier and Type | Method and Description |
---|---|
void |
FusedView.submit(byte[] fromKey,
byte[] toKey,
IKeyRangeIndexProcedure proc,
IResultHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractScaleOutClientIndexView.submit(byte[] fromKey,
byte[] toKey,
IKeyRangeIndexProcedure proc,
IResultHandler resultHandler)
Maps an
IIndexProcedure across a key range by breaking it down
into one task per index partition spanned by that key range. |
void |
ClientIndexView.submit(byte[] fromKey,
byte[] toKey,
IKeyRangeIndexProcedure proc,
IResultHandler resultHandler)
Maps an
IIndexProcedure across a key range by breaking it down
into one task per index partition spanned by that key range. |
protected void |
AbstractScaleOutClientIndexView2.submit(long ts,
byte[] fromKey,
byte[] toKey,
IKeyRangeIndexProcedure proc,
IResultHandler resultHandler)
Variant uses the caller's timestamp.
|
protected abstract void |
AbstractScaleOutClientIndexView.submit(long ts,
byte[] fromKey,
byte[] toKey,
IKeyRangeIndexProcedure proc,
IResultHandler resultHandler)
Variant uses the caller's timestamp.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.