| Name | Description | Type | Package | Framework |
| AbstractIndexProcedure | Base class has some utility methods. | Class | com.bigdata.btree.proc | BlazeGraph |
|
| AbstractKeyArrayIndexProcedure | Abstract base class supports compact serialization and compression for remote IKeyArrayIndexProcedure execution (procedures may be executed on a | Class | com.bigdata.btree.proc | BlazeGraph |
|
| AbstractKeyArrayIndexProcedure .ResultBitBuffer | A class useful for sending a logical boolean[] back from a remote procedure call. | Class | com.bigdata.btree.proc | BlazeGraph |
|
| AbstractKeyArrayIndexProcedure .ResultBitBufferCounter | Counts the #of true bits in the AbstractKeyArrayIndexProcedure. | Class | com.bigdata.btree.proc | BlazeGraph |
|
| AbstractKeyArrayIndexProcedure .ResultBitBufferHandler | Knows how to aggregate AbstractKeyArrayIndexProcedure. | Class | com.bigdata.btree.proc | BlazeGraph |
|
| AbstractKeyArrayIndexProcedure .ResultBuffer | A class useful for sending some kinds of data back from a remote procedure call (those readily expressed as a byte[][]). | Class | com.bigdata.btree.proc | BlazeGraph |
|
| AbstractKeyArrayIndexProcedure .ResultBufferHandler | Knows how to aggregate AbstractKeyArrayIndexProcedure. | Class | com.bigdata.btree.proc | BlazeGraph |
|
| AbstractKeyArrayIndexProcedureConstructor | A factory for IKeyArrayIndexProcedures so that their data may be key range partitions and mapped against each relevant index partition. | Class | com.bigdata.btree.proc | BlazeGraph |
|
| AbstractKeyRangeIndexProcedure | | Class | com.bigdata.btree.proc | BlazeGraph |
|
| AbstractLocalSplitResultAggregator | Aggregator base class collects the individual results in an internal ordered map and assembles the final result when it is requested from the individual | Class | com.bigdata.btree.proc | BlazeGraph |
|
| BatchContains | Batch existence test operation. | Class | com.bigdata.btree.proc | BlazeGraph |
|
| BatchContains .BatchContainsConstructor | Factory for BatchContains procedures. | Class | com.bigdata.btree.proc | BlazeGraph |
|
| BatchInsert | Batch insert operation. | Class | com.bigdata.btree.proc | BlazeGraph |
|
| BatchInsert .BatchInsertConstructor | Factory for BatchInsert procedures. | Class | com.bigdata.btree.proc | BlazeGraph |
|
| BatchLookup | Batch lookup operation. | Class | com.bigdata.btree.proc | BlazeGraph |
|
| BatchLookup .BatchLookupConstructor | Factory for BatchLookup procedures. | Class | com.bigdata.btree.proc | BlazeGraph |
|
| BatchPutIfAbsent | Batch conditional insert operation (putIfAbsent). | Class | com.bigdata.btree.proc | BlazeGraph |
|
| BatchPutIfAbsent .BatchPutIfAbsentConstructor | Factory for BatchPutIfAbsent procedures. | Class | com.bigdata.btree.proc | BlazeGraph |
|
| BatchRemove | Batch removal of one or more tuples, optionally returning their existing values, the #of tuples that were deleted, or a mask indicating which tuples | Class | com.bigdata.btree.proc | BlazeGraph |
|
| BatchRemove .BatchRemoveConstructor | Factory for BatchRemove procedures. | Class | com.bigdata.btree.proc | BlazeGraph |
|
| BooleanORAggregator | Combines together boolean values using a logical OR. | Class | com.bigdata.btree.proc | BlazeGraph |
|
| IAsyncResultHandler | Interface for chunk-at-a-time result processing for asynchronous index Note: For backward compatibility both | Interface | com.bigdata.btree.proc | BlazeGraph |
|
| IIndexProcedure | An arbitrary procedure run against a single index. | Interface | com.bigdata.btree.proc | BlazeGraph |
|
| IKeyArrayIndexProcedure | Interface for procedures that are mapped across one or more index partitions based on an array of keys. | Interface | com.bigdata.btree.proc | BlazeGraph |
|
| IKeyRangeIndexProcedure | Interface for procedures that are mapped across one or more index partitions based on a key range (fromKey, toKey). | Interface | com.bigdata.btree.proc | BlazeGraph |
|
| IntegerAggregator | Aggregates the value of an Integer result, making the sum available as a Long integer (to help prevent overflow). | Class | com.bigdata.btree.proc | BlazeGraph |
|
| IParallelizableIndexProcedure | A marker interface for an IIndexProcedure whose operation may be safely applied in parallel to multiple index partitions. | Interface | com.bigdata.btree.proc | BlazeGraph |
|
| IResultHandler | An interface for handling results obtained when an IIndexProcedure is parallelized across either a local index or partitions of a scale-out index. | Interface | com.bigdata.btree.proc | BlazeGraph |
|
| ISimpleIndexProcedure | | Interface | com.bigdata.btree.proc | BlazeGraph |
|
| ListResultAggregator | Aggregates result into a list of results. | Class | com.bigdata.btree.proc | BlazeGraph |
|
| LongAggregator | Aggregates the value of an Long result. | Class | com.bigdata.btree.proc | BlazeGraph |
|
| RangeCountProcedure | This procedure computes a range count on an index. | Class | com.bigdata.btree.proc | BlazeGraph |
|
| SplitValuePair | A key/value pair where the key is a Split. | Class | com.bigdata.btree.proc | BlazeGraph |
|
| SplitValuePair .PairComparator | Sorts SplitValuePairs. | Class | com.bigdata.btree.proc | BlazeGraph |
|
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.btree.proc | BlazeGraph |