| Name | Description | Type | Package | Framework |
| AbstractBTree | Base class for mutable and immutable B+-Tree implementations. | Class | com.bigdata.btree | BlazeGraph |
|
| AbstractBTree .IBTreeCounters | See Also:AbstractBTree. | Interface | com.bigdata.btree | BlazeGraph |
|
| AbstractBTreeCursorTestCase | Abstract base class for some unit tests that can only be run against aVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.btree | BlazeGraph |
|
| AbstractBTreeTestCase | Abstract test case for BTree tests. | Class | com.bigdata.btree | BlazeGraph |
|
| AbstractBTreeTupleCursor | Class supporting random access to tuples and sequential tuple-based cursor movement for an AbstractBTree. | Class | com.bigdata.btree | BlazeGraph |
|
| AbstractBTreeTupleCursor .MutableBTreeTupleCursor | An ITuple that directly supports forward and reverse cursor operations on a local mutable BTree. | Class | com.bigdata.btree | BlazeGraph |
|
| AbstractBTreeTupleCursor .ReadOnlyBTreeTupleCursor | An ITuple that directly supports forward and reverse cursor operations on a local BTree. | Class | com.bigdata.btree | BlazeGraph |
|
| AbstractChunkedTupleIterator | A chunked iterator that proceeds a ResultSet at a time. | Class | com.bigdata.btree | BlazeGraph |
|
| AbstractCodedRaba | Abstract implementation throws UnsupportedOperationException for all mutation operations. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
|
| AbstractFrontCodedRabaCoderTestCase | Test suite for the FrontCodedRabaCoder. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
|
| AbstractIndexProcedure | Base class has some utility methods. | Class | com.bigdata.btree.proc | BlazeGraph |
|
| AbstractIndexSegmentTestCase | Adds some methods for testing an IndexSegment for consistency. | Class | com.bigdata.btree | 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 |
|
| AbstractKeyBuffer | Class with implementations supporting mutable and immutable variable lengthVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.btree.raba | BlazeGraph |
|
| AbstractKeyBufferTestCase | | Class | com.bigdata.btree.raba | BlazeGraph |
|
| AbstractKeyRangeIndexProcedure | | Class | com.bigdata.btree.proc | BlazeGraph |
|
| AbstractLeafDataRecordTestCase | Test suite for the B+Tree ILeafData records (accessing coded data inVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.btree.data | 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 |
|
| AbstractNode | Abstract node supporting incremental persistence and copy-on-write semantics. | Class | com.bigdata.btree | BlazeGraph |
|
| AbstractNodeDataRecordTestCase | Test suite for the B+Tree INodeData records (accessing coded data inVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.btree.data | BlazeGraph |
|
| AbstractNodeOrLeafDataRecordTestCase | | Class | com.bigdata.btree.data | BlazeGraph |
|
| AbstractRaba | Abstract base class implements mutation operators and search. | Class | com.bigdata.btree.raba | BlazeGraph |
|
| AbstractRabaCoderTestCase | Abstract test suite for IRabaCoder implementations. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
|
| AbstractRabaCoderTestCase .TestOp | Tests of the Op test helper class. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
|
| AbstractReadOnlyNodeData | Abstract base class for a read-only view of the data for B+Tree node or leaf. | Class | com.bigdata.btree.data | BlazeGraph |
|
| AbstractTuple | Abstract base class with much of the functionality of ITuple. | Class | com.bigdata.btree | BlazeGraph |
|
| AbstractTupleCursorTestCase | Abstract base class for ITupleCursor test suites. | Class | com.bigdata.btree | BlazeGraph |
|
| AbstractUnicodeKeyBuilderTestCase | Base class for the test suites that examine support for Unicode sort keys inVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.btree.keys | BlazeGraph |
|
| Advancer | Used to write logic that advances an ITupleCursor to another key after it visits some element. | Class | com.bigdata.btree.filter | BlazeGraph |
|
| ASCIIDecoderUtility | Utility reads unsigned byte[] keys from stdin and writes their decoded ASCII values on stdout. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| ASCIIKeyBuilderFactory | Factory for instances that do NOT support Unicode. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| AsynchronousIndexWriteConfiguration | Configuration for the asynchronous index write API. | Class | com.bigdata.btree | BlazeGraph |
|
| BaseIndexStats | Basic stats that are available for all index types and whose collection does not require visitation of the index pages. | Class | com.bigdata.btree | 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 |
|
| BigdataMap | A flyweight SortedMap wrapping an IIndex. | Class | com.bigdata.btree | BlazeGraph |
|
| BigdataSet | A SortedSet backed by a B+Tree. | Class | com.bigdata.btree | BlazeGraph |
|
| BloomFilter | Encapsulates the actual implementation class and provides the protocol for (de-)serialization. | Class | com.bigdata.btree | BlazeGraph |
|
| BloomFilter .BloomFilterCounters | Counters for bloom filter access and notification of false positives. | Class | com.bigdata.btree | BlazeGraph |
|
| BloomFilterFactory | An interface that is used to generate a bloom filter for an AbstractBTree and which allows the caller to specify the expected | Class | com.bigdata.btree | BlazeGraph |
|
| BooleanORAggregator | Combines together boolean values using a logical OR. | Class | com.bigdata.btree.proc | BlazeGraph |
|
| BTree | This class implements a variant of a B+Tree in which all values are stored in leaves, but the leaves are not connected with prior-next links. | Class | com.bigdata.btree | BlazeGraph |
|
| BTree .Counter | | Class | com.bigdata.btree | BlazeGraph |
|
| BTree .NodeFactory | Factory for mutable nodes and leaves used by the NodeSerializer. | Class | com.bigdata.btree | BlazeGraph |
|
| BTree .PartitionedCounter | Places the counter values into a namespace formed by the partition identifier. | Class | com.bigdata.btree | BlazeGraph |
|
| BTree .Stack | A simple stack based on an array used to maintain hard references for the parent Nodes in the BTree. | Class | com.bigdata.btree | BlazeGraph |
|
| BTreeCounters | A helper class that collects statistics on an AbstractBTree. | Class | com.bigdata.btree | BlazeGraph |
|
| BTreePageStats | | Class | com.bigdata.btree | BlazeGraph |
|
| BTreeStatistics | A snapshot of the B+Tree statistics. | Class | com.bigdata.btree | BlazeGraph |
|
| BTreeUtilizationReport | A btree utilization report. | Class | com.bigdata.btree | BlazeGraph |
|
| CanonicalHuffmanRabaCoder | This class provides (de-)compression for logical byte[][]s based on canonical Huffman codes. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
|
| CanonicalHuffmanRabaCoder .AbstractCodingSetup | Abstract base class for preparing a logical byte[][] for coding. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
|
| CanonicalHuffmanRabaCoder .CodedRabaImpl | | Class | com.bigdata.btree.raba.codec | BlazeGraph |
|
| CanonicalHuffmanRabaCoder .RabaCodingSetup | Sets up for coding an IRaba representing B+Tree values. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
|
| Checkpoint | A checkpoint record is written each time the btree is flushed to the Note: In order to create a btree use | Class | com.bigdata.btree | BlazeGraph |
|
| ChunkedLocalRangeIterator | Chunked range iterator running against a local index or index view. | Class | com.bigdata.btree | BlazeGraph |
|
| CollatorEnum | Type-safe enumeration of collators that may be configured. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| ConditionalRabaCoder | Coder conditionally applies other IRabaCoders based on a condition, typically the branching factor or the #of elements in the IRaba. | Class | com.bigdata.btree.raba | BlazeGraph |
|
| DecompositionEnum | enum DecompositionEnumType safe enumeration for the decomposition mode. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| DefaultEvictionListener | Hard reference cache eviction listener writes a dirty node or leaf onto theAuthor:Bryan Thompson | Class | com.bigdata.btree | BlazeGraph |
|
| DefaultKeyBuilderFactory | Default factory for Unicode IKeyBuilders. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| DefaultLeafCoder | Default implementation for immutable ILeafData records. | Class | com.bigdata.btree.data | BlazeGraph |
|
| DefaultNodeCoder | Default implementation for immutable INodeData records. | Class | com.bigdata.btree.data | BlazeGraph |
|
| DefaultTupleSerializer | Default implementation uses the KeyBuilder to format the object as a key and uses Java default serialization for the value. | Class | com.bigdata.btree | BlazeGraph |
|
| DelegateBTree | An object that delegates the IIndex and ILinearListAuthor:Bryan Thompson | Class | com.bigdata.btree | BlazeGraph |
|
| DelegateIndex | An object that delegates its IIndex interface. | Class | com.bigdata.btree | BlazeGraph |
|
| DelegateSortKeyBuilder | Delegation pattern for ISortKeyBuilder that is useful when you need to resolve(Object) one type to another before applying the delegate | Class | com.bigdata.btree.keys | BlazeGraph |
|
| DelegateTuple | An ITuple wrapping a delegate that may be used to override some of the methods on the delegate object. | Class | com.bigdata.btree | BlazeGraph |
|
| DumpIndex | Utility class to dump an index in a variety of ways. | Class | com.bigdata.btree | BlazeGraph |
|
| DumpIndexSegment | Utility to examine the context of an IndexSegmentStore. | Class | com.bigdata.btree | BlazeGraph |
|
| EmptyRaba | An immutable, empty IRaba. | Class | com.bigdata.btree.raba | BlazeGraph |
|
| EmptyRaba .EmptyKeysRaba | An empty, immutable B+Tree keys IRaba. | Class | com.bigdata.btree.raba | BlazeGraph |
|
| EmptyRaba .EmptyValuesRaba | An empty, immutable B+Tree values IRaba. | Class | com.bigdata.btree.raba | BlazeGraph |
|
| EmptyRabaValueCoder | Useful when a B+Tree uses keys but not values. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
|
| EmptyTupleIterator | | Class | com.bigdata.btree.filter | BlazeGraph |
|
| EntryScanIterator | Iterator visits index entries (dereferencing visited tuples to the application objects stored within those tuples). | Class | com.bigdata.btree | BlazeGraph |
|
| Errors | Error messages for the B+Tree package. | Class | com.bigdata.btree | BlazeGraph |
|
| EvictionError | Error marks an mutable index as in an inconsistent state arising from an exception during eviction of a dirty node or leaf from a mutable index. | Class | com.bigdata.btree | BlazeGraph |
|
| FixedLengthPrefixSplits | Imposes constraint that the key before the separatorKey must differ in the first N bytes from the key after the separator key. | Class | com.bigdata.btree | BlazeGraph |
|
| FixedLengthValueRabaCoder | This class does not offer any compression. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
|
| FrontCodedRabaCoder | Class provides (de-)compression for logical byte[][]s based on front coding. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
|
| FrontCodedRabaCoder .DefaultFrontCodedRabaCoder | A pre-parameterized version of the FrontCodedRabaCoder which is used as the default IRabaCoder for B+Tree keys for both nodes and | Class | com.bigdata.btree.raba.codec | BlazeGraph |
|
| FrontCodedRabaCoderDupKeys | Variant of the FrontCodedRabaCoder that supports duplicate keys. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
|
| FusedTupleCursor | Layers on the additional methods from the ITupleCursor interface. | Class | com.bigdata.btree.view | BlazeGraph |
|
| FusedTupleIterator | An aggregate iterator view of the one or more source ITupleIterators. | Class | com.bigdata.btree.view | BlazeGraph |
|
| FusedView | A fused view providing read-write operations on multiple B+-Trees mapping variable length unsigned byte[] keys to arbitrary values. | Class | com.bigdata.btree.view | BlazeGraph |
|
| HTreeIndexMetadata | HTree specific implementation. | Class | com.bigdata.btree | BlazeGraph |
|
| HTreeIndexMetadata .Options | HTree specific options. | Interface | com.bigdata.btree | BlazeGraph |
|
| IAbstractNode | Interface for a node or a leaf of a B+-Tree. | Interface | com.bigdata.btree | BlazeGraph |
|
| IAbstractNodeData | Interface for low-level data access. | Interface | com.bigdata.btree.data | BlazeGraph |
|
| IAbstractNodeDataCoder | Interface for coding (compressing) an INodeData or ILeafDataVersion:$Id$Author:Bryan Thompson | Interface | com.bigdata.btree.data | BlazeGraph |
|
| IAsyncResultHandler | Interface for chunk-at-a-time result processing for asynchronous index Note: For backward compatibility both | Interface | com.bigdata.btree.proc | BlazeGraph |
|
| IAutoboxBTree | An interface defining non-batch methods for inserting, removing, lookup, and containment tests where keys and values are implicitly converted to and from | Interface | com.bigdata.btree | BlazeGraph |
|
| IBloomFilter | Interface for bloom filter implementations using an unsigned byte[] key. | Interface | com.bigdata.btree | BlazeGraph |
|
| IBTreeStatistics | Interface used to report out some statistics about a B+Tree. | Interface | com.bigdata.btree | BlazeGraph |
|
| IBTreeUtilizationReport | B+Tree utilization report. | Interface | com.bigdata.btree | BlazeGraph |
|
| ICheckpoint | Metadata for an index checkpoint record. | Interface | com.bigdata.btree | BlazeGraph |
|
| ICheckpointProtocol | Interface in support of the Checkpoint record protocol. | Interface | com.bigdata.btree | BlazeGraph |
|
| IChildData | Interface for data access to children of an index node. | Interface | com.bigdata.btree.data | BlazeGraph |
|
| ICodedRaba | Interface for an coded logical byte[][]. | Interface | com.bigdata.btree.raba.codec | BlazeGraph |
|
| IConflictResolver | An interface invoked during backward validation when a write-write conflict has been detected. | Interface | com.bigdata.btree.isolation | BlazeGraph |
|
| ICounter | An interface for a counter. | Interface | com.bigdata.btree | BlazeGraph |
|
| ICUVersionRecord | Persistent record in which we store the version metadata for the ICU dependency in use when the journal was created. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| IDirty | An interface that declares how we access the dirty state of an object. | Interface | com.bigdata.btree | BlazeGraph |
|
| IDirtyListener | An interface that may be used to learn when a BTree becomesVersion:$Id$Author:Bryan Thompson | Interface | com.bigdata.btree | BlazeGraph |
|
| IEvictionListener | Interface to handle evictions of nodes or leaves from the hard reference queue. | Interface | com.bigdata.btree | BlazeGraph |
|
| IIdentityAccess | An interface that declares how we access the persistent identity of anVersion:$Id$Author:Bryan Thompson | Interface | com.bigdata.btree | BlazeGraph |
|
| IIndex | Interface for mutable B+-Tree mapping arbitrary non-null keys to arbitraryAuthor:Bryan Thompson | Interface | com.bigdata.btree | BlazeGraph |
|
| IIndexLocalCounter | An interface for accessing an index local counter. | Interface | com.bigdata.btree | 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 |
|
| IKeyBuilder | Interface for building up variable unsigned byte[] keys from one or more primitive data types values and/or Unicode strings. | Interface | com.bigdata.btree.keys | BlazeGraph |
|
| IKeyBuilderExtension | An extension interface for encoding and decoding unsigned byte[] keys. | Interface | com.bigdata.btree.keys | BlazeGraph |
|
| IKeyBuilderFactory | A factory for pre-configured IKeyBuilder instances. | Interface | com.bigdata.btree.keys | 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 |
|
| IKeysData | Interface for access to the keys IRaba of a node or leaf in an indexVersion:$Id: ILeafData. | Interface | com.bigdata.btree.data | BlazeGraph |
|
| ILeafCursor | Leaf cursor interface. | Interface | com.bigdata.btree | BlazeGraph |
|
| ILeafData | Interface for low-level data access for the leaves of a B+-Tree. | Interface | com.bigdata.btree.data | BlazeGraph |
|
| ILinearList | Interface for methods that return or accept an ordinal index into the entries in the B+-Tree. | Interface | com.bigdata.btree | BlazeGraph |
|
| ILocalBTreeView | Interface indicates that the index is local rather than remote. | Interface | com.bigdata.btree | BlazeGraph |
|
| IndexInconsistentError | Error marks an mutable index as in an inconsistent state. | Class | com.bigdata.btree | BlazeGraph |
|
| IndexMetadata .Options | Options and their defaults for the com. | Interface | com.bigdata.btree | BlazeGraph |
|
| IndexSegment | An index segment is read-only btree corresponding to some key range of a potentially distributed index. | Class | com.bigdata.btree | BlazeGraph |
|
| IndexSegment .ImmutableNodeFactory | Factory for immutable nodes and leaves used by the NodeSerializer. | Class | com.bigdata.btree | BlazeGraph |
|
| IndexSegment .ImmutableNodeFactory .ImmutableLeaf | Immutable leaf throws UnsupportedOperationException for the public mutator API but does not try to override all low-level | Class | com.bigdata.btree | BlazeGraph |
|
| IndexSegment .ImmutableNodeFactory .ImmutableNode | Immutable node throws UnsupportedOperationException for the public mutator API but does not try to override all low-level | Class | com.bigdata.btree | BlazeGraph |
|
| IndexSegment .IndexSegmentTupleCursor | implementation uses the prior/next leaf references for fast forward and reference scans of the IndexSegment. | Class | com.bigdata.btree | BlazeGraph |
|
| IndexSegmentAddressManager | Address manager supporting offsets that are encoded for one of several regions in an IndexSegmentStore. | Class | com.bigdata.btree | BlazeGraph |
|
| IndexSegmentBuilder | Builds an IndexSegment given a source btree and a target branching factor. | Class | com.bigdata.btree | BlazeGraph |
|
| IndexSegmentBuilder .AbstractSimpleNodeData | Abstract base class for classes used to construct and serialize nodes and leaves written onto the index segment. | Class | com.bigdata.btree | BlazeGraph |
|
| IndexSegmentBuilder .NOPNodeFactory | Factory does not support node or leaf creation. | Class | com.bigdata.btree | BlazeGraph |
|
| IndexSegmentBuilder .SimpleLeafData | A class that can be used to (de-)serialize the data for a leaf without any of the logic for operations on the leaf. | Class | com.bigdata.btree | BlazeGraph |
|
| IndexSegmentBuilder .SimpleNodeData | A class that can be used to (de-)serialize the data for a node without any of the logic for operations on the node. | Class | com.bigdata.btree | BlazeGraph |
|
| IndexSegmentCheckpoint | The checkpoint record for an IndexSegment. | Class | com.bigdata.btree | BlazeGraph |
|
| IndexSegmentDumpUtil | | Class | com.bigdata.btree | BlazeGraph |
|
| IndexSegmentMultiBlockIterator | A fast iterator based on multi-block IO for the IndexSegment. | Class | com.bigdata.btree | BlazeGraph |
|
| IndexSegmentPlan | A plan for building a B+-Tree based on an input branching factor and #ofVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.btree | BlazeGraph |
|
| IndexSegmentRegion | enum IndexSegmentRegionType-safe enumeration of the regions to which relative offsets may be | Class | com.bigdata.btree | BlazeGraph |
|
| IndexSegmentStore | A read-only store backed by a file containing a single IndexSegment. | Class | com.bigdata.btree | BlazeGraph |
|
| IndexTypeEnum | Type safe enumeration of index types. | Class | com.bigdata.btree | BlazeGraph |
|
| INodeData | Interface for low-level data access for the non-leaf nodes of a B+-Tree. | Interface | com.bigdata.btree.data | BlazeGraph |
|
| INodeFactory | Interface for creating nodes or leaves. | Interface | com.bigdata.btree | BlazeGraph |
|
| INodeIterator | Interface for iterators that visit nodes and leaves rather than entries inVersion:$Id$Author:Bryan Thompson | Interface | com.bigdata.btree | 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 |
|
| IOverflowHandler | An interface that allows you to inspect index entries during an IndexSegmentBuilder operation. | Interface | com.bigdata.btree | 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 |
|
| IRaba | Interface for random access to a logical byte[][]s. | Interface | com.bigdata.btree.raba | BlazeGraph |
|
| IRabaCoder | Interface for coding (compressing) a logical byte[][] and for accessing the coded data in place. | Interface | com.bigdata.btree.raba.codec | BlazeGraph |
|
| IRabaGenerator | Interface for IRaba data generators. | Interface | com.bigdata.btree.raba.codec | BlazeGraph |
|
| IRangeQuery | Interface for range count and range query operations. | Interface | com.bigdata.btree | BlazeGraph |
|
| IRawRecordAccess | Interface providing access to raw records. | Interface | com.bigdata.btree | BlazeGraph |
|
| IReadWriteLockManager | Interface for managing read/write locks on persistence capable dataSee Also: AssertionError: Child does | Interface | com.bigdata.btree | 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 |
|
| ISimpleBTree | Interface for non-batch operations on a B+-Tree mapping non-null variable length unsigned byte[] keys to arbitrary values. | Interface | com.bigdata.btree | BlazeGraph |
|
| ISimpleIndexAccess | Generic data access methods defined for all persistence capable data TODO There should be a high level method to insert objects into the index | Interface | com.bigdata.btree | BlazeGraph |
|
| ISimpleIndexProcedure | | Interface | com.bigdata.btree.proc | BlazeGraph |
|
| ISimpleSplitHandler | Interface allows an application to constrain the choice of the separator key when an index partition is split. | Interface | com.bigdata.btree | BlazeGraph |
|
| ISimpleTreeIndexAccess | | Interface | com.bigdata.btree | BlazeGraph |
|
| IsolatedFusedView | An index (or index partition) that has been isolated by a transaction. | Class | com.bigdata.btree.isolation | BlazeGraph |
|
| ISortKeyBuilder | An interface for generating unsigned byte[] sort keys. | Interface | com.bigdata.btree.keys | BlazeGraph |
|
| ISortKeyBuilderFactory | A factory for objects that generate unsigned byte[] sort keys. | Interface | com.bigdata.btree.keys | BlazeGraph |
|
| ISpannedTupleCountData | Interface for low-level data access to the #of tuples spanned by a node orVersion:$Id: ILeafData. | Interface | com.bigdata.btree.data | BlazeGraph |
|
| ITreeNodeData | Common interface for non-leaf "nodes" in a tree data structure. | Interface | com.bigdata.btree.data | BlazeGraph |
|
| ITuple | Interface exposes more direct access to keys and values visited by anVersion:$Id$Author:Bryan Thompson | Interface | com.bigdata.btree | BlazeGraph |
|
| ITupleCursor | Interface for sequential and random-access cursor-based ITuple operations on an index or index partition. | Interface | com.bigdata.btree | BlazeGraph |
|
| ITupleCursor2 | When first(), last(), or ITupleCursor. | Interface | com.bigdata.btree | BlazeGraph |
|
| ITupleFilter | Interface for stacked filtering iterators for ITuples. | Interface | com.bigdata.btree.filter | BlazeGraph |
|
| ITupleIterator | Interface visits ITuples populated with the data and metadata for visited index entries. | Interface | com.bigdata.btree | BlazeGraph |
|
| ITupleSerializer | An interface that provides for the (de)-serialization of the value of a tuple stored in an index and, when possible, the key under which that value is | Interface | com.bigdata.btree | BlazeGraph |
|
| KeyAfterPartitionException | An exception thrown when a key lies after the half-open range of an indexVersion:$Id$Author:Bryan ThompsonSee Also:Serialized Form | Class | com.bigdata.btree | BlazeGraph |
|
| KeyBeforePartitionException | Exception thrown when a key is before the start of the half-open range of anVersion:$Id$Author:Bryan ThompsonSee Also:Serialized Form | Class | com.bigdata.btree | BlazeGraph |
|
| KeyBuilder | A class that may be used to form multi-component keys but which does not support Unicode. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| KeyBuilder .Options | Configuration options for DefaultKeyBuilderFactory and the KeyBuilder factory methods. | Interface | com.bigdata.btree.keys | BlazeGraph |
|
| KeyOutOfRangeException | An exception thrown when the key is outside of the half-open range constraint for a ITupleCursor or an index partition. | Class | com.bigdata.btree | BlazeGraph |
|
| KV | A key-value pair. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| KVO | A key-value-object tuple. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| Leaf | Tuple revision timestamps When tuple revision timestamps are maintained, they must be propagated to the | Class | com.bigdata.btree | BlazeGraph |
|
| Leaf .ILeafListener | An interface that may be used to register for and receive events when the state of a Leaf is changed. | Interface | com.bigdata.btree | BlazeGraph |
|
| LeafTupleIterator | Visits the values of a Leaf in the external key ordering. | Class | com.bigdata.btree | 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 |
|
| LookaheadTupleFilter | Lookahead filter for an ITuple. | Class | com.bigdata.btree.filter | BlazeGraph |
|
| LookaheadTupleFilter .ILookaheadTupleIterator | | Interface | com.bigdata.btree.filter | BlazeGraph |
|
| MockLeafData | Mock object for ILeafData used for unit tests. | Class | com.bigdata.btree.data | BlazeGraph |
|
| MockNodeData | Mock object for INodeData. | Class | com.bigdata.btree.data | BlazeGraph |
|
| MutableKeyBuffer | A flyweight mutable implementation exposing the backing byte[][] andVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.btree.raba | BlazeGraph |
|
| MutableKeysRaba | Flyweight implementation for wrapping a byte[][] with fromIndexVersion:$Id$Author:Bryan ThompsonSee Also:MutableKeyBuffer | Class | com.bigdata.btree.raba | BlazeGraph |
|
| MutableLeafData | and defines methods for a variety of mutations on the ILeafData record which operate by direct manipulation of the Java objects. | Class | com.bigdata.btree | BlazeGraph |
|
| MutableNodeData | and defines methods for a variety of mutations on the INodeData record which operate by direct manipulation of the Java objects. | Class | com.bigdata.btree | BlazeGraph |
|
| MutableRabaCoder | This "codes" a raba as a MutableKeyBuffer or MutableValueBuffer depending on whether it represents B+Tree keys or | Class | com.bigdata.btree.raba.codec | BlazeGraph |
|
| MutableValueBuffer | A flyweight mutable implementation exposing the backing byte[][], permitting nulls and not supporting search. | Class | com.bigdata.btree.raba | BlazeGraph |
|
| MutableValuesRaba | Flyweight implementation for wrapping a byte[][] with fromIndexVersion:$Id$Author:Bryan ThompsonSee Also:MutableValueBuffer | Class | com.bigdata.btree.raba | BlazeGraph |
|
| MyEvictionListener | eviction notice is expected and to verify that eviction notices are receivedVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.btree | BlazeGraph |
|
| MyHardReferenceQueue | Wraps the basic implementation and exposes a protected method that we need to write the tests in this suite. | Class | com.bigdata.btree | BlazeGraph |
|
| NoConflictResolver | Does not resolve any conflicts. | Class | com.bigdata.btree.isolation | BlazeGraph |
|
| Node | Per-child min/max revision timestamps and timestamp revision filtering In order to track the min/max timestamp on the Node we must also | Class | com.bigdata.btree | BlazeGraph |
|
| NodeSerializer | An instance of this class is used to serialize and de-serialize the INodeDatas and ILeafDatas of an AbstractBTree. | Class | com.bigdata.btree | BlazeGraph |
|
| NoEvictionListener | Hard reference cache eviction listener for leaves always throws an exception. | Class | com.bigdata.btree | BlazeGraph |
|
| NOPBloomFilter | A bloom filter that never reports false (this means that you must always check the index) and that does not permit anything to be added | Class | com.bigdata.btree | BlazeGraph |
|
| NOPEvictionListener | A listener that does nothing. | Class | com.bigdata.btree | BlazeGraph |
|
| NOPTupleSerializer | Default implementation uses the KeyBuilder to format the object as a key and requires that the values are byte[]s which it passes on without | Class | com.bigdata.btree | BlazeGraph |
|
| NoSuccessorException | An instance of this class is thrown where there is no successor to a value within its value space. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| PageStats | Class reports various summary statistics for nodes and leaves. | Class | com.bigdata.btree | BlazeGraph |
|
| PO | A persistent object. | Class | com.bigdata.btree | BlazeGraph |
|
| PrefixFilter | Filter visits all ITuples whose keys begin with any of the specified prefix(s). | Class | com.bigdata.btree.filter | BlazeGraph |
|
| RandomKeysGenerator | Random B+Tree keys generator. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
|
| RandomURIGenerator | Generate n random and distinct URIs. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
|
| RangeCheckUtil | Utility class to verify that a key lies within a key range. | Class | com.bigdata.btree | BlazeGraph |
|
| RangeCountProcedure | This procedure computes a range count on an index. | Class | com.bigdata.btree.proc | BlazeGraph |
|
| ReadCommittedView | A view of a named index that replaces its view for each high-level request if there has been an intervening commit on the backing store. | Class | com.bigdata.btree | BlazeGraph |
|
| ReadOnlyCounter | A read-only view of an ICounter. | Class | com.bigdata.btree | BlazeGraph |
|
| ReadOnlyEntryIterator | Iterator disallows remove(). | Class | com.bigdata.btree | BlazeGraph |
|
| ReadOnlyIndex | A fly-weight wrapper that does not permit write operations and reads through onto an underlying IIndex. | Class | com.bigdata.btree | BlazeGraph |
|
| ReadOnlyKeysRaba | Immutable implementation does not allow nulls but supportsVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.btree.raba | BlazeGraph |
|
| ReadOnlyValuesRaba | Immutable implementation allows nulls but does not supportVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.btree.raba | BlazeGraph |
|
| ReadWriteLockManager | Base class for managing read/write locks for unisolated ICommitters. | Class | com.bigdata.btree | BlazeGraph |
|
| ResultSet | An object used to stream key scan results back to the client. | Class | com.bigdata.btree | BlazeGraph |
|
| Reverserator | Return an iterator that traverses the tuples in the reverse of the natural index order. | Class | com.bigdata.btree.filter | BlazeGraph |
|
| ScatterSplitConfiguration | Configuration object for scatter split behavior for a scale-out index. | Class | com.bigdata.btree | BlazeGraph |
|
| SeekEnum | Typesafe enum used to indicate that an ILeafCursor should seek to the first or last leaf in the B+Tree. | Class | com.bigdata.btree | BlazeGraph |
|
| SimpleEntry | Test helper provides an entry (aka value) for a Leaf. | Class | com.bigdata.btree | BlazeGraph |
|
| SimpleRabaCoder | This class does not offer any compression. | Class | com.bigdata.btree.raba.codec | 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 |
|
| StrengthEnum | Type safe enumeration for the strength. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| StressTestBTreeRemove | | Class | com.bigdata.btree | BlazeGraph |
|
| SubRangeRaba | A read-only IRaba that exposes a limited sub-range of a backing IRaba. | Class | com.bigdata.btree.raba | BlazeGraph |
|
| SuccessorUtil | Utility methods for computing the successor of a value for various dataVersion:$Id$Author:Bryan ThompsonSee Also:BytesUtil#successor(byte[]), which computes the successor of a variable | Class | com.bigdata.btree.keys | BlazeGraph |
|
| TestAccount | This test case demonstrates a state-based validation technique described in http://www. | Class | com.bigdata.btree.isolation | BlazeGraph |
|
| TestAccount .Account | An implementation of a bank account data type used to test state-based validation. | Class | com.bigdata.btree.isolation | BlazeGraph |
|
| TestAccount .TxAccount | A transactional view of an TestAccount. | Class | com.bigdata.btree.isolation | BlazeGraph |
|
| TestAccount .TxAccount .OverdraftException | | Class | com.bigdata.btree.isolation | BlazeGraph |
|
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.btree.data | BlazeGraph |
|
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.btree.filter | BlazeGraph |
|
| TestAll | Aggregates test suites in increasing dependency order. | Class | com.bigdata.btree.isolation | BlazeGraph |
|
| TestAll | | Class | com.bigdata.btree.keys | BlazeGraph |
|
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.btree.proc | BlazeGraph |
|
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
|
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.btree.raba | BlazeGraph |
|
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.btree | BlazeGraph |
|
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.btree.view | BlazeGraph |
|
| TestAll_BTreeBasics | Aggregates the unit tests for the core B+Tree operations, all of which are in the same package as the BTree. | Class | com.bigdata.btree | BlazeGraph |
|
| TestAll_IndexSegment | Aggregates the unit tests for the IndexSegment and its related classes, all of which are in the same package as the BTree. | Class | com.bigdata.btree | BlazeGraph |
|
| TestAll_IndexSegmentBuilderWithSmallTrees | Stress test suite for TestIndexSegmentBuilderWithSmallTree. | Class | com.bigdata.btree | BlazeGraph |
|
| TestAll_Iterators | Aggregates the unit tests for the IndexSegment and its related classes, all of which are in the same package as the BTree. | Class | com.bigdata.btree | BlazeGraph |
|
| TestBigdataMap | Test suite for BigdataMap. | Class | com.bigdata.btree | BlazeGraph |
|
| TestBigdataSet | Test suite for BigdataSet. | Class | com.bigdata.btree | BlazeGraph |
|
| TestBloomFilter | Test suite for bloom filter functionality. | Class | com.bigdata.btree | BlazeGraph |
|
| TestBTree | Stress tests for basic tree operations (insert, lookup, and remove) without causing node or leaf evictions (IO is disabled). | Class | com.bigdata.btree | BlazeGraph |
|
| TestBTreeBranchingFactors | Unit tests of non-default B+Tree branching factors. | Class | com.bigdata.btree | BlazeGraph |
|
| TestBTreeLeafCursors | Test suite for the BTree's ILeafCursor implementation. | Class | com.bigdata.btree | BlazeGraph |
|
| TestBTreeRecycle | Test suite for recycling of B+Tree records. | Class | com.bigdata.btree | BlazeGraph |
|
| TestBTreeWithBloomFilter | Unit tests for a BTree with its bloom filter enabled. | Class | com.bigdata.btree | BlazeGraph |
|
| TestBytesUtil | Test suite for low-level operations on variable length byte[]s. | Class | com.bigdata.btree | BlazeGraph |
|
| TestCanonicalHuffmanRabaCoder | Test suite for the CanonicalHuffmanRabaCoder. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
|
| TestChunkedIterators | Test suite for AbstractChunkedTupleIterator and its concrete ChunkedLocalRangeIterator implementation which depends on the | Class | com.bigdata.btree | BlazeGraph |
|
| TestCommit | Unit tests for commit functionality that do not trigger copy-on-write. | Class | com.bigdata.btree | BlazeGraph |
|
| TestCompactingByteArrayBuffer | Test harness used to develop a compacting buffer for maintaining branch nodes and leaves in a B+Tree that minimizes copying on mutation of the node, helps | Class | com.bigdata.btree | BlazeGraph |
|
| TestConditionalRabaCoder_keys_simple_frontCoded | Test suite for the ConditionalRabaCoder. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
|
| TestConditionalRabaCoder_values_simple_canonical | Test suite for the ConditionalRabaCoder. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
|
| TestConflictResolution | Tests of write-write conflict resolution. | Class | com.bigdata.btree.isolation | BlazeGraph |
|
| TestConflictResolution .SingleValueConflictResolver | Helper class used to resolve a predicted conflict to a known value. | Class | com.bigdata.btree.isolation | BlazeGraph |
|
| TestConstrainKeys | Test imposing constraint on a fromKey or toKey based on an index partition'sVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.btree | BlazeGraph |
|
| TestCopyOnWrite | Test suite for copy-on-write semantics. | Class | com.bigdata.btree | BlazeGraph |
|
| TestDeleteMarkers | Test of basic btree operations when delete markers are maintained. | Class | com.bigdata.btree | BlazeGraph |
|
| TestDirtyIterators | Test suite for iterators that visit only dirty nodes or leaves. | Class | com.bigdata.btree | BlazeGraph |
|
| TestDirtyListener | Test suite for the IDirtyListener protocol. | Class | com.bigdata.btree | BlazeGraph |
|
| TestEmptyRabaCoder | Unit tests for the EmptyRabaValueCoder. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
|
| TestFindChild | Test code that chooses the child to search during recursive traversal of the separator keys to find a leaf in which a key would be found. | Class | com.bigdata.btree | BlazeGraph |
|
| TestFixedLengthValueRabaCoder | Test suite for the FixedLengthValueRabaCoder. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
|
| TestFrontCodedRabaCoderRatio2 | Test suite for the FrontCodedRabaCoder. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
|
| TestFrontCodedRabaCoderRatio32 | Test suite for the FrontCodedRabaCoder. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
|
| TestFrontCodedRabaCoderRatio8 | Test suite for the FrontCodedRabaCoder. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
|
| TestFusedView | Test suite for FusedView. | Class | com.bigdata.btree.view | BlazeGraph |
|
| TestGetBitsApplication | Rather than run in a JUnit, the performance tests are best runAuthor:Martyn Cutcher | Class | com.bigdata.btree | BlazeGraph |
|
| TestGetBitsFromByteArray | Unit tests for BytesUtil. | Class | com.bigdata.btree | BlazeGraph |
|
| TestGetBitsFromInt32 | Unit tests for {@link BytesUtil#getBits(int, int, int)Version:$Id$Author:Bryan Thompson | Class | com.bigdata.btree | BlazeGraph |
|
| TestICUPortabilityBug | This is a unit test for a possible ICU portability bug. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| TestICUUnicodeKeyBuilder | Tests for Unicode support in KeyBuilder. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| TestICUVersionRecord | Test suite for ICUVersionRecordVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.btree.keys | BlazeGraph |
|
| TestIncrementalWrite | Test suite for the logic performing incremental writes of nodes and leaves onto the store. | Class | com.bigdata.btree | BlazeGraph |
|
| TestIndexCounter | Test suite for the IIndexLocalCounter. | Class | com.bigdata.btree | BlazeGraph |
|
| TestIndexPartitionFencePosts | Tests for some fence posts for an index supporting delete markers and having a LocalPartitionMetadata that declares its legal key range. | Class | com.bigdata.btree | BlazeGraph |
|
| TestIndexSegmentAddressManager | Tests logic to encode and decode the offsets within regions in anVersion:$Id$Author:Bryan ThompsonSee Also:IndexSegment, | Class | com.bigdata.btree | BlazeGraph |
|
| TestIndexSegmentBuilder_EmptyIndex | Test suite for building an IndexSegment from an empty BTree. | Class | com.bigdata.btree | BlazeGraph |
|
| TestIndexSegmentBuilderWithBlobCapacity | | Class | com.bigdata.btree | BlazeGraph |
|
| TestIndexSegmentBuilderWithCompactingMerge | A test of the IndexSegmentBuilder in which there are some deleted tuples in the source BTree and a compacting merge is performed. | Class | com.bigdata.btree | BlazeGraph |
|
| TestIndexSegmentBuilderWithIncrementalBuild | A test of the IndexSegmentBuilder in which there are some deleted tuples in the source BTree which are to be copied to the destination | Class | com.bigdata.btree | BlazeGraph |
|
| TestIndexSegmentBuilderWithLargeTrees | Test build trees on the journal, evicts them into an IndexSegment, and then compares the trees for the same total ordering. | Class | com.bigdata.btree | BlazeGraph |
|
| TestIndexSegmentBuilderWithSmallTree | Test suite based on a small btree with known keys and values. | Class | com.bigdata.btree | BlazeGraph |
|
| TestIndexSegmentCheckpoint | Test suite for IndexSegmentCheckpoint. | Class | com.bigdata.btree | BlazeGraph |
|
| TestIndexSegmentCursors | Test suite for IndexSegment. | Class | com.bigdata.btree | BlazeGraph |
|
| TestIndexSegmentMultiBlockIterators | Test suite for IndexSegmentMultiBlockIterator. | Class | com.bigdata.btree | BlazeGraph |
|
| TestIndexSegmentPlan | Test suite for efficient post-order rebuild of an index in an external indexVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.btree | BlazeGraph |
|
| TestIndexSegmentWithBloomFilter | Test build trees on the journal, evicts them into an IndexSegment, and then compares the performance and correctness of index point tests with | Class | com.bigdata.btree | BlazeGraph |
|
| TestInsertLookupRemoveKeysInRootLeaf | Test insert, lookup, and value scan for leaves. | Class | com.bigdata.btree | BlazeGraph |
|
| TestIsolatedFusedView | Test suite for IsolatedFusedView. | Class | com.bigdata.btree.isolation | BlazeGraph |
|
| TestIterators | Test suite for iterators. | Class | com.bigdata.btree | BlazeGraph |
|
| TestJDKUnicodeKeyBuilder | | Class | com.bigdata.btree.keys | BlazeGraph |
|
| TestKeyBufferSearch | Unit tests for IKeyBuffer#search(byte[] searchKey). | Class | com.bigdata.btree.raba | BlazeGraph |
|
| TestKeyBuilder | Test suite for high level operations that build variable length _unsigned_ byte[] keys from various data types and unicode strings. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| TestLeafDataRecord_CanonicalHuffman_CanonicalHuffman | Test suite for the B+Tree ILeafData records (accessing coded data inVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.btree.data | BlazeGraph |
|
| TestLeafDataRecord_FrontCoded_CanonicalHuffman | Test suite for the B+Tree ILeafData records (accessing coded data inVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.btree.data | BlazeGraph |
|
| TestLeafDataRecord_Simple_Simple | Test with simple coding for keys and values (no compression). | Class | com.bigdata.btree.data | BlazeGraph |
|
| TestLeafSplitShortestSeparatorKey | | Class | com.bigdata.btree | BlazeGraph |
|
| TestLinearListMethods | Test suite for the ILinearList access methods. | Class | com.bigdata.btree | BlazeGraph |
|
| TestMixedModeOperations | This is a test suite for mixing full transactions with unisolated operations on the same indices. | Class | com.bigdata.btree.isolation | BlazeGraph |
|
| TestMutableBTreeCursors | Test ability to traverse tuples using an ITupleCursor while the SAME THREAD is used to insert, update, or remove tuples from a mutable | Class | com.bigdata.btree | BlazeGraph |
|
| TestMutableKeyBuffer | | Class | com.bigdata.btree.raba | BlazeGraph |
|
| TestMutableValuesRaba | Test suite for MutableValuesRaba. | Class | com.bigdata.btree.raba | BlazeGraph |
|
| TestNodeDataRecord_CanonicalHuffman | Test suite using the CanonicalHuffmanRabaCoder to provide keyVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.btree.data | BlazeGraph |
|
| TestNodeDataRecord_FrontCoded | Test suite using the FrontCodedRabaCoder to provide key compression. | Class | com.bigdata.btree.data | BlazeGraph |
|
| TestNodeDataRecord_Simple | Test suite without key compression. | Class | com.bigdata.btree.data | BlazeGraph |
|
| TestNullValues | Test of storing null values under a key with persistence. | Class | com.bigdata.btree | BlazeGraph |
|
| TestPrefixFilter | Test suite for the PrefixFilter. | Class | com.bigdata.btree.filter | BlazeGraph |
|
| TestPutIfAbsent | Test of basic btree operations when delete markers are maintained. | Class | com.bigdata.btree | BlazeGraph |
|
| TestRawRecords | Unit tests for a B+Tree with raw record support enabled (this is where a large byte[] value is written directly onto the backing store | Class | com.bigdata.btree | BlazeGraph |
|
| TestReadOnlyBTreeCursors | Unit tests for ITupleCursor for a read-only BTree. | Class | com.bigdata.btree | BlazeGraph |
|
| TestRemoveAll | Test suite for BTree. | Class | com.bigdata.btree | BlazeGraph |
|
| TestRemoverator | Test suite for the Removerator. | Class | com.bigdata.btree.filter | BlazeGraph |
|
| TestReopen | Unit tests for the close/checkpoint/reopen protocol designed to manage the resource burden of indices without invalidating the index objects (indices | Class | com.bigdata.btree | BlazeGraph |
|
| TestReverserator | Test suite for the Reverserator. | Class | com.bigdata.btree.filter | BlazeGraph |
|
| TestSimpleRabaCoder | Test suite for the SimpleRabaCoder. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
|
| TestSplitJoinRootLeaf | Test split and join of the root leaf (the tree never has more than twoVersion:$Id$Author:Bryan ThompsonSee Also:for examples for split(). | Class | com.bigdata.btree | BlazeGraph |
|
| TestSplitJoinThreeLevels | Test suite using AbstractBTree. | Class | com.bigdata.btree | BlazeGraph |
|
| TestSplitRootLeaf | Test split of the root leaf. | Class | com.bigdata.btree | BlazeGraph |
|
| TestSubRangeRaba | Test suite for SubRangeRaba. | Class | com.bigdata.btree.raba | BlazeGraph |
|
| TestSuccessorUtil | Test suite for SuccessorUtil. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| TestTouch | Test suite for AbstractBTree. | Class | com.bigdata.btree | BlazeGraph |
|
| TestTransientBTree | Unit tests for transient BTrees (no backing store). | Class | com.bigdata.btree | BlazeGraph |
|
| TestTuple | Test helper for a tuple with static data. | Class | com.bigdata.btree | BlazeGraph |
|
| TestTupleFilters | | Class | com.bigdata.btree.filter | BlazeGraph |
|
| TestUtilMethods | Test suite for various utility methods, both static and instance, onVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.btree | BlazeGraph |
|
| ThreadLocalKeyBuilderFactory | A thread-local implementation. | Class | com.bigdata.btree.keys | BlazeGraph |
|
| TokenizeKeysGenerator | Tokenize an input file, collect the set of distinct keywords, and encode those keywords as unsigned byte[]s. | Class | com.bigdata.btree.raba.codec | BlazeGraph |
|
| Tuple | A key-value pair used to facilitate some iterator constructs. | Class | com.bigdata.btree | BlazeGraph |
|
| TupleFilter | Filter supporting ITupleIterators. | Class | com.bigdata.btree.filter | BlazeGraph |
|
| TupleFilter .TupleFilterator | the same Tuple instance by the base ITupleIterator impls. | Class | com.bigdata.btree.filter | BlazeGraph |
|
| TupleRemover | Visits all elements visited by the source iterator and removes those matching the filter. | Class | com.bigdata.btree.filter | BlazeGraph |
|
| TupleTransformer | Abstract base class for an ITupleFilter that transforms the data type of the keys and/or values. | Class | com.bigdata.btree.filter | BlazeGraph |
|
| TupleUpdater | Filter allows mutation of the visited ITuples. | Class | com.bigdata.btree.filter | BlazeGraph |
|
| UnicodeSortKeyGenerator | Interface allows us to encapsulate differences between the ICU and JDK libraries for generating sort keys from Unicode strings. | Interface | com.bigdata.btree.keys | BlazeGraph |
|
| UnisolatedReadWriteIndex | A view onto an unisolated index partition which enforces the constraint that either concurrent readers -or- a single writer may have access to the | Class | com.bigdata.btree | BlazeGraph |
|
| ViewStatistics | Helper class collects some statistics about an ILocalBTreeView. | Class | com.bigdata.btree | BlazeGraph |
|
| WrappedTupleIterator | Wraps an Iterator as an ITupleIterator. | Class | com.bigdata.btree.filter | BlazeGraph |