Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.bigdata.btree Classes and Interfaces - 359 results found.
NameDescriptionTypePackageFramework
AbstractBTree Base class for mutable and immutable B+-Tree implementations.Classcom.bigdata.btreeBlazeGraph
AbstractBTree .IBTreeCountersSee Also:AbstractBTree.Interfacecom.bigdata.btreeBlazeGraph
AbstractBTreeCursorTestCaseAbstract base class for some unit tests that can only be run against aVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.btreeBlazeGraph
AbstractBTreeTestCaseAbstract test case for BTree tests.Classcom.bigdata.btreeBlazeGraph
AbstractBTreeTupleCursorClass supporting random access to tuples and sequential tuple-based cursor movement for an AbstractBTree.Classcom.bigdata.btreeBlazeGraph
AbstractBTreeTupleCursor .MutableBTreeTupleCursorAn ITuple that directly supports forward and reverse cursor operations on a local mutable BTree.Classcom.bigdata.btreeBlazeGraph
AbstractBTreeTupleCursor .ReadOnlyBTreeTupleCursorAn ITuple that directly supports forward and reverse cursor operations on a local BTree.Classcom.bigdata.btreeBlazeGraph
AbstractChunkedTupleIteratorA chunked iterator that proceeds a ResultSet at a time.Classcom.bigdata.btreeBlazeGraph
AbstractCodedRabaAbstract implementation throws UnsupportedOperationException for all mutation operations.Classcom.bigdata.btree.raba.codecBlazeGraph
AbstractFrontCodedRabaCoderTestCaseTest suite for the FrontCodedRabaCoder.Classcom.bigdata.btree.raba.codecBlazeGraph
AbstractIndexProcedureBase class has some utility methods.Classcom.bigdata.btree.procBlazeGraph
AbstractIndexSegmentTestCaseAdds some methods for testing an IndexSegment for consistency.Classcom.bigdata.btreeBlazeGraph
AbstractKeyArrayIndexProcedureAbstract base class supports compact serialization and compression for remote IKeyArrayIndexProcedure execution (procedures may be executed on aClasscom.bigdata.btree.procBlazeGraph
AbstractKeyArrayIndexProcedure .ResultBitBufferA class useful for sending a logical boolean[] back from a remote procedure call.Classcom.bigdata.btree.procBlazeGraph
AbstractKeyArrayIndexProcedure .ResultBitBufferCounterCounts the #of true bits in the AbstractKeyArrayIndexProcedure.Classcom.bigdata.btree.procBlazeGraph
AbstractKeyArrayIndexProcedure .ResultBitBufferHandlerKnows how to aggregate AbstractKeyArrayIndexProcedure.Classcom.bigdata.btree.procBlazeGraph
AbstractKeyArrayIndexProcedure .ResultBufferA class useful for sending some kinds of data back from a remote procedure call (those readily expressed as a byte[][]).Classcom.bigdata.btree.procBlazeGraph
AbstractKeyArrayIndexProcedure .ResultBufferHandlerKnows how to aggregate AbstractKeyArrayIndexProcedure.Classcom.bigdata.btree.procBlazeGraph
AbstractKeyArrayIndexProcedureConstructorA factory for IKeyArrayIndexProcedures so that their data may be key range partitions and mapped against each relevant index partition.Classcom.bigdata.btree.procBlazeGraph
AbstractKeyBufferClass with implementations supporting mutable and immutable variable lengthVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.btree.rabaBlazeGraph
AbstractKeyBufferTestCaseClasscom.bigdata.btree.rabaBlazeGraph
AbstractKeyRangeIndexProcedureClasscom.bigdata.btree.procBlazeGraph
AbstractLeafDataRecordTestCaseTest suite for the B+Tree ILeafData records (accessing coded data inVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.btree.dataBlazeGraph
AbstractLocalSplitResultAggregatorAggregator base class collects the individual results in an internal ordered map and assembles the final result when it is requested from the individualClasscom.bigdata.btree.procBlazeGraph
AbstractNodeAbstract node supporting incremental persistence and copy-on-write semantics.Classcom.bigdata.btreeBlazeGraph
AbstractNodeDataRecordTestCaseTest suite for the B+Tree INodeData records (accessing coded data inVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.btree.dataBlazeGraph
AbstractNodeOrLeafDataRecordTestCaseClasscom.bigdata.btree.dataBlazeGraph
AbstractRabaAbstract base class implements mutation operators and search.Classcom.bigdata.btree.rabaBlazeGraph
AbstractRabaCoderTestCaseAbstract test suite for IRabaCoder implementations.Classcom.bigdata.btree.raba.codecBlazeGraph
AbstractRabaCoderTestCase .TestOpTests of the Op test helper class.Classcom.bigdata.btree.raba.codecBlazeGraph
AbstractReadOnlyNodeDataAbstract base class for a read-only view of the data for B+Tree node or leaf.Classcom.bigdata.btree.dataBlazeGraph
AbstractTupleAbstract base class with much of the functionality of ITuple.Classcom.bigdata.btreeBlazeGraph
AbstractTupleCursorTestCaseAbstract base class for ITupleCursor test suites.Classcom.bigdata.btreeBlazeGraph
AbstractUnicodeKeyBuilderTestCaseBase class for the test suites that examine support for Unicode sort keys inVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.btree.keysBlazeGraph
AdvancerUsed to write logic that advances an ITupleCursor to another key after it visits some element.Classcom.bigdata.btree.filterBlazeGraph
ASCIIDecoderUtilityUtility reads unsigned byte[] keys from stdin and writes their decoded ASCII values on stdout.Classcom.bigdata.btree.keysBlazeGraph
ASCIIKeyBuilderFactoryFactory for instances that do NOT support Unicode.Classcom.bigdata.btree.keysBlazeGraph
AsynchronousIndexWriteConfigurationConfiguration for the asynchronous index write API.Classcom.bigdata.btreeBlazeGraph
BaseIndexStatsBasic stats that are available for all index types and whose collection does not require visitation of the index pages.Classcom.bigdata.btreeBlazeGraph
BatchContainsBatch existence test operation.Classcom.bigdata.btree.procBlazeGraph
BatchContains .BatchContainsConstructorFactory for BatchContains procedures.Classcom.bigdata.btree.procBlazeGraph
BatchInsertBatch insert operation.Classcom.bigdata.btree.procBlazeGraph
BatchInsert .BatchInsertConstructorFactory for BatchInsert procedures.Classcom.bigdata.btree.procBlazeGraph
BatchLookupBatch lookup operation.Classcom.bigdata.btree.procBlazeGraph
BatchLookup .BatchLookupConstructorFactory for BatchLookup procedures.Classcom.bigdata.btree.procBlazeGraph
BatchPutIfAbsentBatch conditional insert operation (putIfAbsent).Classcom.bigdata.btree.procBlazeGraph
BatchPutIfAbsent .BatchPutIfAbsentConstructorFactory for BatchPutIfAbsent procedures.Classcom.bigdata.btree.procBlazeGraph
BatchRemoveBatch removal of one or more tuples, optionally returning their existing values, the #of tuples that were deleted, or a mask indicating which tuplesClasscom.bigdata.btree.procBlazeGraph
BatchRemove .BatchRemoveConstructorFactory for BatchRemove procedures.Classcom.bigdata.btree.procBlazeGraph
BigdataMapA flyweight SortedMap wrapping an IIndex.Classcom.bigdata.btreeBlazeGraph
BigdataSetA SortedSet backed by a B+Tree.Classcom.bigdata.btreeBlazeGraph
BloomFilterEncapsulates the actual implementation class and provides the protocol for (de-)serialization.Classcom.bigdata.btreeBlazeGraph
BloomFilter .BloomFilterCountersCounters for bloom filter access and notification of false positives.Classcom.bigdata.btreeBlazeGraph
BloomFilterFactoryAn interface that is used to generate a bloom filter for an AbstractBTree and which allows the caller to specify the expectedClasscom.bigdata.btreeBlazeGraph
BooleanORAggregatorCombines together boolean values using a logical OR.Classcom.bigdata.btree.procBlazeGraph
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.Classcom.bigdata.btreeBlazeGraph
BTree .CounterClasscom.bigdata.btreeBlazeGraph
BTree .NodeFactoryFactory for mutable nodes and leaves used by the NodeSerializer.Classcom.bigdata.btreeBlazeGraph
BTree .PartitionedCounterPlaces the counter values into a namespace formed by the partition identifier.Classcom.bigdata.btreeBlazeGraph
BTree .StackA simple stack based on an array used to maintain hard references for the parent Nodes in the BTree.Classcom.bigdata.btreeBlazeGraph
BTreeCountersA helper class that collects statistics on an AbstractBTree.Classcom.bigdata.btreeBlazeGraph
BTreePageStatsClasscom.bigdata.btreeBlazeGraph
BTreeStatisticsA snapshot of the B+Tree statistics.Classcom.bigdata.btreeBlazeGraph
BTreeUtilizationReportA btree utilization report.Classcom.bigdata.btreeBlazeGraph
CanonicalHuffmanRabaCoderThis class provides (de-)compression for logical byte[][]s based on canonical Huffman codes.Classcom.bigdata.btree.raba.codecBlazeGraph
CanonicalHuffmanRabaCoder .AbstractCodingSetupAbstract base class for preparing a logical byte[][] for coding.Classcom.bigdata.btree.raba.codecBlazeGraph
CanonicalHuffmanRabaCoder .CodedRabaImplClasscom.bigdata.btree.raba.codecBlazeGraph
CanonicalHuffmanRabaCoder .RabaCodingSetupSets up for coding an IRaba representing B+Tree values.Classcom.bigdata.btree.raba.codecBlazeGraph
CheckpointA checkpoint record is written each time the btree is flushed to the Note: In order to create a btree useClasscom.bigdata.btreeBlazeGraph
ChunkedLocalRangeIteratorChunked range iterator running against a local index or index view.Classcom.bigdata.btreeBlazeGraph
CollatorEnumType-safe enumeration of collators that may be configured.Classcom.bigdata.btree.keysBlazeGraph
ConditionalRabaCoderCoder conditionally applies other IRabaCoders based on a condition, typically the branching factor or the #of elements in the IRaba.Classcom.bigdata.btree.rabaBlazeGraph
DecompositionEnumenum DecompositionEnumType safe enumeration for the decomposition mode.Classcom.bigdata.btree.keysBlazeGraph
DefaultEvictionListenerHard reference cache eviction listener writes a dirty node or leaf onto theAuthor:Bryan ThompsonClasscom.bigdata.btreeBlazeGraph
DefaultKeyBuilderFactoryDefault factory for Unicode IKeyBuilders.Classcom.bigdata.btree.keysBlazeGraph
DefaultLeafCoderDefault implementation for immutable ILeafData records.Classcom.bigdata.btree.dataBlazeGraph
DefaultNodeCoderDefault implementation for immutable INodeData records.Classcom.bigdata.btree.dataBlazeGraph
DefaultTupleSerializerDefault implementation uses the KeyBuilder to format the object as a key and uses Java default serialization for the value.Classcom.bigdata.btreeBlazeGraph
DelegateBTreeAn object that delegates the IIndex and ILinearListAuthor:Bryan ThompsonClasscom.bigdata.btreeBlazeGraph
DelegateIndexAn object that delegates its IIndex interface.Classcom.bigdata.btreeBlazeGraph
DelegateSortKeyBuilderDelegation pattern for ISortKeyBuilder that is useful when you need to resolve(Object) one type to another before applying the delegateClasscom.bigdata.btree.keysBlazeGraph
DelegateTupleAn ITuple wrapping a delegate that may be used to override some of the methods on the delegate object.Classcom.bigdata.btreeBlazeGraph
DumpIndexUtility class to dump an index in a variety of ways.Classcom.bigdata.btreeBlazeGraph
DumpIndexSegmentUtility to examine the context of an IndexSegmentStore.Classcom.bigdata.btreeBlazeGraph
EmptyRabaAn immutable, empty IRaba.Classcom.bigdata.btree.rabaBlazeGraph
EmptyRaba .EmptyKeysRabaAn empty, immutable B+Tree keys IRaba.Classcom.bigdata.btree.rabaBlazeGraph
EmptyRaba .EmptyValuesRabaAn empty, immutable B+Tree values IRaba.Classcom.bigdata.btree.rabaBlazeGraph
EmptyRabaValueCoderUseful when a B+Tree uses keys but not values.Classcom.bigdata.btree.raba.codecBlazeGraph
EmptyTupleIteratorClasscom.bigdata.btree.filterBlazeGraph
EntryScanIteratorIterator visits index entries (dereferencing visited tuples to the application objects stored within those tuples).Classcom.bigdata.btreeBlazeGraph
ErrorsError messages for the B+Tree package.Classcom.bigdata.btreeBlazeGraph
EvictionErrorError 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.Classcom.bigdata.btreeBlazeGraph
FixedLengthPrefixSplitsImposes constraint that the key before the separatorKey must differ in the first N bytes from the key after the separator key.Classcom.bigdata.btreeBlazeGraph
FixedLengthValueRabaCoderThis class does not offer any compression.Classcom.bigdata.btree.raba.codecBlazeGraph
FrontCodedRabaCoderClass provides (de-)compression for logical byte[][]s based on front coding.Classcom.bigdata.btree.raba.codecBlazeGraph
FrontCodedRabaCoder .DefaultFrontCodedRabaCoderA pre-parameterized version of the FrontCodedRabaCoder which is used as the default IRabaCoder for B+Tree keys for both nodes andClasscom.bigdata.btree.raba.codecBlazeGraph
FrontCodedRabaCoderDupKeysVariant of the FrontCodedRabaCoder that supports duplicate keys.Classcom.bigdata.btree.raba.codecBlazeGraph
FusedTupleCursorLayers on the additional methods from the ITupleCursor interface.Classcom.bigdata.btree.viewBlazeGraph
FusedTupleIterator An aggregate iterator view of the one or more source ITupleIterators.Classcom.bigdata.btree.viewBlazeGraph
FusedView A fused view providing read-write operations on multiple B+-Trees mapping variable length unsigned byte[] keys to arbitrary values.Classcom.bigdata.btree.viewBlazeGraph
HTreeIndexMetadataHTree specific implementation.Classcom.bigdata.btreeBlazeGraph
HTreeIndexMetadata .OptionsHTree specific options.Interfacecom.bigdata.btreeBlazeGraph
IAbstractNodeInterface for a node or a leaf of a B+-Tree.Interfacecom.bigdata.btreeBlazeGraph
IAbstractNodeDataInterface for low-level data access.Interfacecom.bigdata.btree.dataBlazeGraph
IAbstractNodeDataCoderInterface for coding (compressing) an INodeData or ILeafDataVersion:$Id$Author:Bryan ThompsonInterfacecom.bigdata.btree.dataBlazeGraph
IAsyncResultHandlerInterface for chunk-at-a-time result processing for asynchronous index Note: For backward compatibility bothInterfacecom.bigdata.btree.procBlazeGraph
IAutoboxBTreeAn interface defining non-batch methods for inserting, removing, lookup, and containment tests where keys and values are implicitly converted to and fromInterfacecom.bigdata.btreeBlazeGraph
IBloomFilterInterface for bloom filter implementations using an unsigned byte[] key.Interfacecom.bigdata.btreeBlazeGraph
IBTreeStatisticsInterface used to report out some statistics about a B+Tree.Interfacecom.bigdata.btreeBlazeGraph
IBTreeUtilizationReportB+Tree utilization report.Interfacecom.bigdata.btreeBlazeGraph
ICheckpointMetadata for an index checkpoint record.Interfacecom.bigdata.btreeBlazeGraph
ICheckpointProtocolInterface in support of the Checkpoint record protocol.Interfacecom.bigdata.btreeBlazeGraph
IChildDataInterface for data access to children of an index node.Interfacecom.bigdata.btree.dataBlazeGraph
ICodedRabaInterface for an coded logical byte[][].Interfacecom.bigdata.btree.raba.codecBlazeGraph
IConflictResolver An interface invoked during backward validation when a write-write conflict has been detected.Interfacecom.bigdata.btree.isolationBlazeGraph
ICounterAn interface for a counter.Interfacecom.bigdata.btreeBlazeGraph
ICUVersionRecordPersistent record in which we store the version metadata for the ICU dependency in use when the journal was created.Classcom.bigdata.btree.keysBlazeGraph
IDirtyAn interface that declares how we access the dirty state of an object.Interfacecom.bigdata.btreeBlazeGraph
IDirtyListenerAn interface that may be used to learn when a BTree becomesVersion:$Id$Author:Bryan ThompsonInterfacecom.bigdata.btreeBlazeGraph
IEvictionListenerInterface to handle evictions of nodes or leaves from the hard reference queue.Interfacecom.bigdata.btreeBlazeGraph
IIdentityAccessAn interface that declares how we access the persistent identity of anVersion:$Id$Author:Bryan ThompsonInterfacecom.bigdata.btreeBlazeGraph
IIndex Interface for mutable B+-Tree mapping arbitrary non-null keys to arbitraryAuthor:Bryan ThompsonInterfacecom.bigdata.btreeBlazeGraph
IIndexLocalCounterAn interface for accessing an index local counter.Interfacecom.bigdata.btreeBlazeGraph
IIndexProcedureAn arbitrary procedure run against a single index.Interfacecom.bigdata.btree.procBlazeGraph
IKeyArrayIndexProcedureInterface for procedures that are mapped across one or more index partitions based on an array of keys.Interfacecom.bigdata.btree.procBlazeGraph
IKeyBuilder Interface for building up variable unsigned byte[] keys from one or more primitive data types values and/or Unicode strings.Interfacecom.bigdata.btree.keysBlazeGraph
IKeyBuilderExtensionAn extension interface for encoding and decoding unsigned byte[] keys.Interfacecom.bigdata.btree.keysBlazeGraph
IKeyBuilderFactoryA factory for pre-configured IKeyBuilder instances.Interfacecom.bigdata.btree.keysBlazeGraph
IKeyRangeIndexProcedureInterface for procedures that are mapped across one or more index partitions based on a key range (fromKey, toKey).Interfacecom.bigdata.btree.procBlazeGraph
IKeysDataInterface for access to the keys IRaba of a node or leaf in an indexVersion:$Id: ILeafData.Interfacecom.bigdata.btree.dataBlazeGraph
ILeafCursorLeaf cursor interface.Interfacecom.bigdata.btreeBlazeGraph
ILeafDataInterface for low-level data access for the leaves of a B+-Tree.Interfacecom.bigdata.btree.dataBlazeGraph
ILinearListInterface for methods that return or accept an ordinal index into the entries in the B+-Tree.Interfacecom.bigdata.btreeBlazeGraph
ILocalBTreeViewInterface indicates that the index is local rather than remote.Interfacecom.bigdata.btreeBlazeGraph
IndexInconsistentErrorError marks an mutable index as in an inconsistent state.Classcom.bigdata.btreeBlazeGraph
IndexMetadata .OptionsOptions and their defaults for the com.Interfacecom.bigdata.btreeBlazeGraph
IndexSegmentAn index segment is read-only btree corresponding to some key range of a potentially distributed index.Classcom.bigdata.btreeBlazeGraph
IndexSegment .ImmutableNodeFactoryFactory for immutable nodes and leaves used by the NodeSerializer.Classcom.bigdata.btreeBlazeGraph
IndexSegment .ImmutableNodeFactory .ImmutableLeafImmutable leaf throws UnsupportedOperationException for the public mutator API but does not try to override all low-levelClasscom.bigdata.btreeBlazeGraph
IndexSegment .ImmutableNodeFactory .ImmutableNodeImmutable node throws UnsupportedOperationException for the public mutator API but does not try to override all low-levelClasscom.bigdata.btreeBlazeGraph
IndexSegment .IndexSegmentTupleCursor implementation uses the prior/next leaf references for fast forward and reference scans of the IndexSegment.Classcom.bigdata.btreeBlazeGraph
IndexSegmentAddressManager Address manager supporting offsets that are encoded for one of several regions in an IndexSegmentStore.Classcom.bigdata.btreeBlazeGraph
IndexSegmentBuilderBuilds an IndexSegment given a source btree and a target branching factor.Classcom.bigdata.btreeBlazeGraph
IndexSegmentBuilder .AbstractSimpleNodeDataAbstract base class for classes used to construct and serialize nodes and leaves written onto the index segment.Classcom.bigdata.btreeBlazeGraph
IndexSegmentBuilder .NOPNodeFactoryFactory does not support node or leaf creation.Classcom.bigdata.btreeBlazeGraph
IndexSegmentBuilder .SimpleLeafDataA class that can be used to (de-)serialize the data for a leaf without any of the logic for operations on the leaf.Classcom.bigdata.btreeBlazeGraph
IndexSegmentBuilder .SimpleNodeDataA class that can be used to (de-)serialize the data for a node without any of the logic for operations on the node.Classcom.bigdata.btreeBlazeGraph
IndexSegmentCheckpointThe checkpoint record for an IndexSegment.Classcom.bigdata.btreeBlazeGraph
IndexSegmentDumpUtilClasscom.bigdata.btreeBlazeGraph
IndexSegmentMultiBlockIteratorA fast iterator based on multi-block IO for the IndexSegment.Classcom.bigdata.btreeBlazeGraph
IndexSegmentPlanA plan for building a B+-Tree based on an input branching factor and #ofVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.btreeBlazeGraph
IndexSegmentRegionenum IndexSegmentRegionType-safe enumeration of the regions to which relative offsets may beClasscom.bigdata.btreeBlazeGraph
IndexSegmentStoreA read-only store backed by a file containing a single IndexSegment.Classcom.bigdata.btreeBlazeGraph
IndexTypeEnumType safe enumeration of index types.Classcom.bigdata.btreeBlazeGraph
INodeDataInterface for low-level data access for the non-leaf nodes of a B+-Tree.Interfacecom.bigdata.btree.dataBlazeGraph
INodeFactoryInterface for creating nodes or leaves.Interfacecom.bigdata.btreeBlazeGraph
INodeIteratorInterface for iterators that visit nodes and leaves rather than entries inVersion:$Id$Author:Bryan ThompsonInterfacecom.bigdata.btreeBlazeGraph
IntegerAggregatorAggregates the value of an Integer result, making the sum available as a Long integer (to help prevent overflow).Classcom.bigdata.btree.procBlazeGraph
IOverflowHandlerAn interface that allows you to inspect index entries during an IndexSegmentBuilder operation.Interfacecom.bigdata.btreeBlazeGraph
IParallelizableIndexProcedureA marker interface for an IIndexProcedure whose operation may be safely applied in parallel to multiple index partitions.Interfacecom.bigdata.btree.procBlazeGraph
IRabaInterface for random access to a logical byte[][]s.Interfacecom.bigdata.btree.rabaBlazeGraph
IRabaCoderInterface for coding (compressing) a logical byte[][] and for accessing the coded data in place.Interfacecom.bigdata.btree.raba.codecBlazeGraph
IRabaGeneratorInterface for IRaba data generators.Interfacecom.bigdata.btree.raba.codecBlazeGraph
IRangeQueryInterface for range count and range query operations.Interfacecom.bigdata.btreeBlazeGraph
IRawRecordAccessInterface providing access to raw records.Interfacecom.bigdata.btreeBlazeGraph
IReadWriteLockManagerInterface for managing read/write locks on persistence capable dataSee Also: AssertionError: Child doesInterfacecom.bigdata.btreeBlazeGraph
IResultHandlerAn interface for handling results obtained when an IIndexProcedure is parallelized across either a local index or partitions of a scale-out index.Interfacecom.bigdata.btree.procBlazeGraph
ISimpleBTree Interface for non-batch operations on a B+-Tree mapping non-null variable length unsigned byte[] keys to arbitrary values.Interfacecom.bigdata.btreeBlazeGraph
ISimpleIndexAccessGeneric data access methods defined for all persistence capable data TODO There should be a high level method to insert objects into the indexInterfacecom.bigdata.btreeBlazeGraph
ISimpleIndexProcedureInterfacecom.bigdata.btree.procBlazeGraph
ISimpleSplitHandlerInterface allows an application to constrain the choice of the separator key when an index partition is split.Interfacecom.bigdata.btreeBlazeGraph
ISimpleTreeIndexAccessInterfacecom.bigdata.btreeBlazeGraph
IsolatedFusedView An index (or index partition) that has been isolated by a transaction.Classcom.bigdata.btree.isolationBlazeGraph
ISortKeyBuilderAn interface for generating unsigned byte[] sort keys.Interfacecom.bigdata.btree.keysBlazeGraph
ISortKeyBuilderFactoryA factory for objects that generate unsigned byte[] sort keys.Interfacecom.bigdata.btree.keysBlazeGraph
ISpannedTupleCountDataInterface for low-level data access to the #of tuples spanned by a node orVersion:$Id: ILeafData.Interfacecom.bigdata.btree.dataBlazeGraph
ITreeNodeDataCommon interface for non-leaf "nodes" in a tree data structure.Interfacecom.bigdata.btree.dataBlazeGraph
ITupleInterface exposes more direct access to keys and values visited by anVersion:$Id$Author:Bryan ThompsonInterfacecom.bigdata.btreeBlazeGraph
ITupleCursorInterface for sequential and random-access cursor-based ITuple operations on an index or index partition.Interfacecom.bigdata.btreeBlazeGraph
ITupleCursor2 When first(), last(), or ITupleCursor.Interfacecom.bigdata.btreeBlazeGraph
ITupleFilterInterface for stacked filtering iterators for ITuples.Interfacecom.bigdata.btree.filterBlazeGraph
ITupleIteratorInterface visits ITuples populated with the data and metadata for visited index entries.Interfacecom.bigdata.btreeBlazeGraph
ITupleSerializerAn 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 isInterfacecom.bigdata.btreeBlazeGraph
KeyAfterPartitionExceptionAn exception thrown when a key lies after the half-open range of an indexVersion:$Id$Author:Bryan ThompsonSee Also:Serialized FormClasscom.bigdata.btreeBlazeGraph
KeyBeforePartitionExceptionException thrown when a key is before the start of the half-open range of anVersion:$Id$Author:Bryan ThompsonSee Also:Serialized FormClasscom.bigdata.btreeBlazeGraph
KeyBuilderA class that may be used to form multi-component keys but which does not support Unicode.Classcom.bigdata.btree.keysBlazeGraph
KeyBuilder .OptionsConfiguration options for DefaultKeyBuilderFactory and the KeyBuilder factory methods.Interfacecom.bigdata.btree.keysBlazeGraph
KeyOutOfRangeExceptionAn exception thrown when the key is outside of the half-open range constraint for a ITupleCursor or an index partition.Classcom.bigdata.btreeBlazeGraph
KVA key-value pair.Classcom.bigdata.btree.keysBlazeGraph
KVOA key-value-object tuple.Classcom.bigdata.btree.keysBlazeGraph
Leaf Tuple revision timestamps When tuple revision timestamps are maintained, they must be propagated to theClasscom.bigdata.btreeBlazeGraph
Leaf .ILeafListenerAn interface that may be used to register for and receive events when the state of a Leaf is changed.Interfacecom.bigdata.btreeBlazeGraph
LeafTupleIteratorVisits the values of a Leaf in the external key ordering.Classcom.bigdata.btreeBlazeGraph
ListResultAggregatorAggregates result into a list of results.Classcom.bigdata.btree.procBlazeGraph
LongAggregatorAggregates the value of an Long result.Classcom.bigdata.btree.procBlazeGraph
LookaheadTupleFilterLookahead filter for an ITuple.Classcom.bigdata.btree.filterBlazeGraph
LookaheadTupleFilter .ILookaheadTupleIteratorInterfacecom.bigdata.btree.filterBlazeGraph
MockLeafDataMock object for ILeafData used for unit tests.Classcom.bigdata.btree.dataBlazeGraph
MockNodeDataMock object for INodeData.Classcom.bigdata.btree.dataBlazeGraph
MutableKeyBufferA flyweight mutable implementation exposing the backing byte[][] andVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.btree.rabaBlazeGraph
MutableKeysRabaFlyweight implementation for wrapping a byte[][] with fromIndexVersion:$Id$Author:Bryan ThompsonSee Also:MutableKeyBufferClasscom.bigdata.btree.rabaBlazeGraph
MutableLeafData and defines methods for a variety of mutations on the ILeafData record which operate by direct manipulation of the Java objects.Classcom.bigdata.btreeBlazeGraph
MutableNodeData and defines methods for a variety of mutations on the INodeData record which operate by direct manipulation of the Java objects.Classcom.bigdata.btreeBlazeGraph
MutableRabaCoderThis "codes" a raba as a MutableKeyBuffer or MutableValueBuffer depending on whether it represents B+Tree keys orClasscom.bigdata.btree.raba.codecBlazeGraph
MutableValueBufferA flyweight mutable implementation exposing the backing byte[][], permitting nulls and not supporting search.Classcom.bigdata.btree.rabaBlazeGraph
MutableValuesRabaFlyweight implementation for wrapping a byte[][] with fromIndexVersion:$Id$Author:Bryan ThompsonSee Also:MutableValueBufferClasscom.bigdata.btree.rabaBlazeGraph
MyEvictionListener eviction notice is expected and to verify that eviction notices are receivedVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.btreeBlazeGraph
MyHardReferenceQueueWraps the basic implementation and exposes a protected method that we need to write the tests in this suite.Classcom.bigdata.btreeBlazeGraph
NoConflictResolverDoes not resolve any conflicts.Classcom.bigdata.btree.isolationBlazeGraph
Node Per-child min/max revision timestamps and timestamp revision filtering In order to track the min/max timestamp on the Node we must alsoClasscom.bigdata.btreeBlazeGraph
NodeSerializer An instance of this class is used to serialize and de-serialize the INodeDatas and ILeafDatas of an AbstractBTree.Classcom.bigdata.btreeBlazeGraph
NoEvictionListenerHard reference cache eviction listener for leaves always throws an exception.Classcom.bigdata.btreeBlazeGraph
NOPBloomFilterA bloom filter that never reports false (this means that you must always check the index) and that does not permit anything to be addedClasscom.bigdata.btreeBlazeGraph
NOPEvictionListenerA listener that does nothing.Classcom.bigdata.btreeBlazeGraph
NOPTupleSerializerDefault implementation uses the KeyBuilder to format the object as a key and requires that the values are byte[]s which it passes on withoutClasscom.bigdata.btreeBlazeGraph
NoSuccessorExceptionAn instance of this class is thrown where there is no successor to a value within its value space.Classcom.bigdata.btree.keysBlazeGraph
PageStatsClass reports various summary statistics for nodes and leaves.Classcom.bigdata.btreeBlazeGraph
POA persistent object.Classcom.bigdata.btreeBlazeGraph
PrefixFilter Filter visits all ITuples whose keys begin with any of the specified prefix(s).Classcom.bigdata.btree.filterBlazeGraph
RandomKeysGeneratorRandom B+Tree keys generator.Classcom.bigdata.btree.raba.codecBlazeGraph
RandomURIGeneratorGenerate n random and distinct URIs.Classcom.bigdata.btree.raba.codecBlazeGraph
RangeCheckUtilUtility class to verify that a key lies within a key range.Classcom.bigdata.btreeBlazeGraph
RangeCountProcedureThis procedure computes a range count on an index.Classcom.bigdata.btree.procBlazeGraph
ReadCommittedViewA 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.Classcom.bigdata.btreeBlazeGraph
ReadOnlyCounterA read-only view of an ICounter.Classcom.bigdata.btreeBlazeGraph
ReadOnlyEntryIteratorIterator disallows remove().Classcom.bigdata.btreeBlazeGraph
ReadOnlyIndexA fly-weight wrapper that does not permit write operations and reads through onto an underlying IIndex.Classcom.bigdata.btreeBlazeGraph
ReadOnlyKeysRabaImmutable implementation does not allow nulls but supportsVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.btree.rabaBlazeGraph
ReadOnlyValuesRabaImmutable implementation allows nulls but does not supportVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.btree.rabaBlazeGraph
ReadWriteLockManagerBase class for managing read/write locks for unisolated ICommitters.Classcom.bigdata.btreeBlazeGraph
ResultSetAn object used to stream key scan results back to the client.Classcom.bigdata.btreeBlazeGraph
ReverseratorReturn an iterator that traverses the tuples in the reverse of the natural index order.Classcom.bigdata.btree.filterBlazeGraph
ScatterSplitConfigurationConfiguration object for scatter split behavior for a scale-out index.Classcom.bigdata.btreeBlazeGraph
SeekEnumTypesafe enum used to indicate that an ILeafCursor should seek to the first or last leaf in the B+Tree.Classcom.bigdata.btreeBlazeGraph
SimpleEntryTest helper provides an entry (aka value) for a Leaf.Classcom.bigdata.btreeBlazeGraph
SimpleRabaCoderThis class does not offer any compression.Classcom.bigdata.btree.raba.codecBlazeGraph
SplitValuePairA key/value pair where the key is a Split.Classcom.bigdata.btree.procBlazeGraph
SplitValuePair .PairComparatorSorts SplitValuePairs.Classcom.bigdata.btree.procBlazeGraph
StrengthEnumType safe enumeration for the strength.Classcom.bigdata.btree.keysBlazeGraph
StressTestBTreeRemoveClasscom.bigdata.btreeBlazeGraph
SubRangeRabaA read-only IRaba that exposes a limited sub-range of a backing IRaba.Classcom.bigdata.btree.rabaBlazeGraph
SuccessorUtilUtility 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 variableClasscom.bigdata.btree.keysBlazeGraph
TestAccountThis test case demonstrates a state-based validation technique described in http://www.Classcom.bigdata.btree.isolationBlazeGraph
TestAccount .AccountAn implementation of a bank account data type used to test state-based validation.Classcom.bigdata.btree.isolationBlazeGraph
TestAccount .TxAccountA transactional view of an TestAccount.Classcom.bigdata.btree.isolationBlazeGraph
TestAccount .TxAccount .OverdraftExceptionClasscom.bigdata.btree.isolationBlazeGraph
TestAllAggregates test suites into increasing dependency order.Classcom.bigdata.btree.dataBlazeGraph
TestAllAggregates test suites into increasing dependency order.Classcom.bigdata.btree.filterBlazeGraph
TestAllAggregates test suites in increasing dependency order.Classcom.bigdata.btree.isolationBlazeGraph
TestAllClasscom.bigdata.btree.keysBlazeGraph
TestAllAggregates test suites into increasing dependency order.Classcom.bigdata.btree.procBlazeGraph
TestAllAggregates test suites into increasing dependency order.Classcom.bigdata.btree.raba.codecBlazeGraph
TestAllAggregates test suites into increasing dependency order.Classcom.bigdata.btree.rabaBlazeGraph
TestAllAggregates test suites into increasing dependency order.Classcom.bigdata.btreeBlazeGraph
TestAllAggregates test suites into increasing dependency order.Classcom.bigdata.btree.viewBlazeGraph
TestAll_BTreeBasicsAggregates the unit tests for the core B+Tree operations, all of which are in the same package as the BTree.Classcom.bigdata.btreeBlazeGraph
TestAll_IndexSegmentAggregates the unit tests for the IndexSegment and its related classes, all of which are in the same package as the BTree.Classcom.bigdata.btreeBlazeGraph
TestAll_IndexSegmentBuilderWithSmallTreesStress test suite for TestIndexSegmentBuilderWithSmallTree.Classcom.bigdata.btreeBlazeGraph
TestAll_IteratorsAggregates the unit tests for the IndexSegment and its related classes, all of which are in the same package as the BTree.Classcom.bigdata.btreeBlazeGraph
TestBigdataMapTest suite for BigdataMap.Classcom.bigdata.btreeBlazeGraph
TestBigdataSetTest suite for BigdataSet.Classcom.bigdata.btreeBlazeGraph
TestBloomFilterTest suite for bloom filter functionality.Classcom.bigdata.btreeBlazeGraph
TestBTreeStress tests for basic tree operations (insert, lookup, and remove) without causing node or leaf evictions (IO is disabled).Classcom.bigdata.btreeBlazeGraph
TestBTreeBranchingFactorsUnit tests of non-default B+Tree branching factors.Classcom.bigdata.btreeBlazeGraph
TestBTreeLeafCursorsTest suite for the BTree's ILeafCursor implementation.Classcom.bigdata.btreeBlazeGraph
TestBTreeRecycleTest suite for recycling of B+Tree records.Classcom.bigdata.btreeBlazeGraph
TestBTreeWithBloomFilterUnit tests for a BTree with its bloom filter enabled.Classcom.bigdata.btreeBlazeGraph
TestBytesUtilTest suite for low-level operations on variable length byte[]s.Classcom.bigdata.btreeBlazeGraph
TestCanonicalHuffmanRabaCoderTest suite for the CanonicalHuffmanRabaCoder.Classcom.bigdata.btree.raba.codecBlazeGraph
TestChunkedIteratorsTest suite for AbstractChunkedTupleIterator and its concrete ChunkedLocalRangeIterator implementation which depends on theClasscom.bigdata.btreeBlazeGraph
TestCommitUnit tests for commit functionality that do not trigger copy-on-write.Classcom.bigdata.btreeBlazeGraph
TestCompactingByteArrayBufferTest 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, helpsClasscom.bigdata.btreeBlazeGraph
TestConditionalRabaCoder_keys_simple_frontCodedTest suite for the ConditionalRabaCoder.Classcom.bigdata.btree.raba.codecBlazeGraph
TestConditionalRabaCoder_values_simple_canonicalTest suite for the ConditionalRabaCoder.Classcom.bigdata.btree.raba.codecBlazeGraph
TestConflictResolutionTests of write-write conflict resolution.Classcom.bigdata.btree.isolationBlazeGraph
TestConflictResolution .SingleValueConflictResolverHelper class used to resolve a predicted conflict to a known value.Classcom.bigdata.btree.isolationBlazeGraph
TestConstrainKeysTest imposing constraint on a fromKey or toKey based on an index partition'sVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.btreeBlazeGraph
TestCopyOnWriteTest suite for copy-on-write semantics.Classcom.bigdata.btreeBlazeGraph
TestDeleteMarkersTest of basic btree operations when delete markers are maintained.Classcom.bigdata.btreeBlazeGraph
TestDirtyIteratorsTest suite for iterators that visit only dirty nodes or leaves.Classcom.bigdata.btreeBlazeGraph
TestDirtyListenerTest suite for the IDirtyListener protocol.Classcom.bigdata.btreeBlazeGraph
TestEmptyRabaCoderUnit tests for the EmptyRabaValueCoder.Classcom.bigdata.btree.raba.codecBlazeGraph
TestFindChildTest 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.Classcom.bigdata.btreeBlazeGraph
TestFixedLengthValueRabaCoderTest suite for the FixedLengthValueRabaCoder.Classcom.bigdata.btree.raba.codecBlazeGraph
TestFrontCodedRabaCoderRatio2Test suite for the FrontCodedRabaCoder.Classcom.bigdata.btree.raba.codecBlazeGraph
TestFrontCodedRabaCoderRatio32Test suite for the FrontCodedRabaCoder.Classcom.bigdata.btree.raba.codecBlazeGraph
TestFrontCodedRabaCoderRatio8Test suite for the FrontCodedRabaCoder.Classcom.bigdata.btree.raba.codecBlazeGraph
TestFusedViewTest suite for FusedView.Classcom.bigdata.btree.viewBlazeGraph
TestGetBitsApplicationRather than run in a JUnit, the performance tests are best runAuthor:Martyn CutcherClasscom.bigdata.btreeBlazeGraph
TestGetBitsFromByteArrayUnit tests for BytesUtil.Classcom.bigdata.btreeBlazeGraph
TestGetBitsFromInt32Unit tests for {@link BytesUtil#getBits(int, int, int)Version:$Id$Author:Bryan ThompsonClasscom.bigdata.btreeBlazeGraph
TestICUPortabilityBugThis is a unit test for a possible ICU portability bug.Classcom.bigdata.btree.keysBlazeGraph
TestICUUnicodeKeyBuilderTests for Unicode support in KeyBuilder.Classcom.bigdata.btree.keysBlazeGraph
TestICUVersionRecordTest suite for ICUVersionRecordVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.btree.keysBlazeGraph
TestIncrementalWriteTest suite for the logic performing incremental writes of nodes and leaves onto the store.Classcom.bigdata.btreeBlazeGraph
TestIndexCounterTest suite for the IIndexLocalCounter.Classcom.bigdata.btreeBlazeGraph
TestIndexPartitionFencePostsTests for some fence posts for an index supporting delete markers and having a LocalPartitionMetadata that declares its legal key range.Classcom.bigdata.btreeBlazeGraph
TestIndexSegmentAddressManagerTests logic to encode and decode the offsets within regions in anVersion:$Id$Author:Bryan ThompsonSee Also:IndexSegment, Classcom.bigdata.btreeBlazeGraph
TestIndexSegmentBuilder_EmptyIndexTest suite for building an IndexSegment from an empty BTree.Classcom.bigdata.btreeBlazeGraph
TestIndexSegmentBuilderWithBlobCapacityClasscom.bigdata.btreeBlazeGraph
TestIndexSegmentBuilderWithCompactingMergeA test of the IndexSegmentBuilder in which there are some deleted tuples in the source BTree and a compacting merge is performed.Classcom.bigdata.btreeBlazeGraph
TestIndexSegmentBuilderWithIncrementalBuildA test of the IndexSegmentBuilder in which there are some deleted tuples in the source BTree which are to be copied to the destinationClasscom.bigdata.btreeBlazeGraph
TestIndexSegmentBuilderWithLargeTreesTest build trees on the journal, evicts them into an IndexSegment, and then compares the trees for the same total ordering.Classcom.bigdata.btreeBlazeGraph
TestIndexSegmentBuilderWithSmallTreeTest suite based on a small btree with known keys and values.Classcom.bigdata.btreeBlazeGraph
TestIndexSegmentCheckpointTest suite for IndexSegmentCheckpoint.Classcom.bigdata.btreeBlazeGraph
TestIndexSegmentCursorsTest suite for IndexSegment.Classcom.bigdata.btreeBlazeGraph
TestIndexSegmentMultiBlockIteratorsTest suite for IndexSegmentMultiBlockIterator.Classcom.bigdata.btreeBlazeGraph
TestIndexSegmentPlanTest suite for efficient post-order rebuild of an index in an external indexVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.btreeBlazeGraph
TestIndexSegmentWithBloomFilterTest build trees on the journal, evicts them into an IndexSegment, and then compares the performance and correctness of index point tests withClasscom.bigdata.btreeBlazeGraph
TestInsertLookupRemoveKeysInRootLeafTest insert, lookup, and value scan for leaves.Classcom.bigdata.btreeBlazeGraph
TestIsolatedFusedViewTest suite for IsolatedFusedView.Classcom.bigdata.btree.isolationBlazeGraph
TestIteratorsTest suite for iterators.Classcom.bigdata.btreeBlazeGraph
TestJDKUnicodeKeyBuilderClasscom.bigdata.btree.keysBlazeGraph
TestKeyBufferSearchUnit tests for IKeyBuffer#search(byte[] searchKey).Classcom.bigdata.btree.rabaBlazeGraph
TestKeyBuilderTest suite for high level operations that build variable length _unsigned_ byte[] keys from various data types and unicode strings.Classcom.bigdata.btree.keysBlazeGraph
TestLeafDataRecord_CanonicalHuffman_CanonicalHuffmanTest suite for the B+Tree ILeafData records (accessing coded data inVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.btree.dataBlazeGraph
TestLeafDataRecord_FrontCoded_CanonicalHuffmanTest suite for the B+Tree ILeafData records (accessing coded data inVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.btree.dataBlazeGraph
TestLeafDataRecord_Simple_SimpleTest with simple coding for keys and values (no compression).Classcom.bigdata.btree.dataBlazeGraph
TestLeafSplitShortestSeparatorKeyClasscom.bigdata.btreeBlazeGraph
TestLinearListMethodsTest suite for the ILinearList access methods.Classcom.bigdata.btreeBlazeGraph
TestMixedModeOperationsThis is a test suite for mixing full transactions with unisolated operations on the same indices.Classcom.bigdata.btree.isolationBlazeGraph
TestMutableBTreeCursorsTest ability to traverse tuples using an ITupleCursor while the SAME THREAD is used to insert, update, or remove tuples from a mutableClasscom.bigdata.btreeBlazeGraph
TestMutableKeyBufferClasscom.bigdata.btree.rabaBlazeGraph
TestMutableValuesRabaTest suite for MutableValuesRaba.Classcom.bigdata.btree.rabaBlazeGraph
TestNodeDataRecord_CanonicalHuffmanTest suite using the CanonicalHuffmanRabaCoder to provide keyVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.btree.dataBlazeGraph
TestNodeDataRecord_FrontCodedTest suite using the FrontCodedRabaCoder to provide key compression.Classcom.bigdata.btree.dataBlazeGraph
TestNodeDataRecord_SimpleTest suite without key compression.Classcom.bigdata.btree.dataBlazeGraph
TestNullValuesTest of storing null values under a key with persistence.Classcom.bigdata.btreeBlazeGraph
TestPrefixFilterTest suite for the PrefixFilter.Classcom.bigdata.btree.filterBlazeGraph
TestPutIfAbsentTest of basic btree operations when delete markers are maintained.Classcom.bigdata.btreeBlazeGraph
TestRawRecordsUnit tests for a B+Tree with raw record support enabled (this is where a large byte[] value is written directly onto the backing storeClasscom.bigdata.btreeBlazeGraph
TestReadOnlyBTreeCursorsUnit tests for ITupleCursor for a read-only BTree.Classcom.bigdata.btreeBlazeGraph
TestRemoveAllTest suite for BTree.Classcom.bigdata.btreeBlazeGraph
TestRemoveratorTest suite for the Removerator.Classcom.bigdata.btree.filterBlazeGraph
TestReopenUnit tests for the close/checkpoint/reopen protocol designed to manage the resource burden of indices without invalidating the index objects (indicesClasscom.bigdata.btreeBlazeGraph
TestReverseratorTest suite for the Reverserator.Classcom.bigdata.btree.filterBlazeGraph
TestSimpleRabaCoderTest suite for the SimpleRabaCoder.Classcom.bigdata.btree.raba.codecBlazeGraph
TestSplitJoinRootLeafTest split and join of the root leaf (the tree never has more than twoVersion:$Id$Author:Bryan ThompsonSee Also:for examples for split().Classcom.bigdata.btreeBlazeGraph
TestSplitJoinThreeLevelsTest suite using AbstractBTree.Classcom.bigdata.btreeBlazeGraph
TestSplitRootLeafTest split of the root leaf.Classcom.bigdata.btreeBlazeGraph
TestSubRangeRabaTest suite for SubRangeRaba.Classcom.bigdata.btree.rabaBlazeGraph
TestSuccessorUtilTest suite for SuccessorUtil.Classcom.bigdata.btree.keysBlazeGraph
TestTouchTest suite for AbstractBTree.Classcom.bigdata.btreeBlazeGraph
TestTransientBTreeUnit tests for transient BTrees (no backing store).Classcom.bigdata.btreeBlazeGraph
TestTupleTest helper for a tuple with static data.Classcom.bigdata.btreeBlazeGraph
TestTupleFiltersClasscom.bigdata.btree.filterBlazeGraph
TestUtilMethodsTest suite for various utility methods, both static and instance, onVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.btreeBlazeGraph
ThreadLocalKeyBuilderFactoryA thread-local implementation.Classcom.bigdata.btree.keysBlazeGraph
TokenizeKeysGeneratorTokenize an input file, collect the set of distinct keywords, and encode those keywords as unsigned byte[]s.Classcom.bigdata.btree.raba.codecBlazeGraph
TupleA key-value pair used to facilitate some iterator constructs.Classcom.bigdata.btreeBlazeGraph
TupleFilter Filter supporting ITupleIterators.Classcom.bigdata.btree.filterBlazeGraph
TupleFilter .TupleFilterator the same Tuple instance by the base ITupleIterator impls.Classcom.bigdata.btree.filterBlazeGraph
TupleRemoverVisits all elements visited by the source iterator and removes those matching the filter.Classcom.bigdata.btree.filterBlazeGraph
TupleTransformerAbstract base class for an ITupleFilter that transforms the data type of the keys and/or values.Classcom.bigdata.btree.filterBlazeGraph
TupleUpdaterFilter allows mutation of the visited ITuples.Classcom.bigdata.btree.filterBlazeGraph
UnicodeSortKeyGeneratorInterface allows us to encapsulate differences between the ICU and JDK libraries for generating sort keys from Unicode strings.Interfacecom.bigdata.btree.keysBlazeGraph
UnisolatedReadWriteIndex A view onto an unisolated index partition which enforces the constraint that either concurrent readers -or- a single writer may have access to theClasscom.bigdata.btreeBlazeGraph
ViewStatisticsHelper class collects some statistics about an ILocalBTreeView.Classcom.bigdata.btreeBlazeGraph
WrappedTupleIteratorWraps an Iterator as an ITupleIterator.Classcom.bigdata.btree.filterBlazeGraph