Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.bigdata.relation.accesspath Classes and Interfaces - 49 results found.
NameDescriptionTypePackageFramework
AbstractArrayBufferA thread-safe buffer backed by a fixed capacity array.Classcom.bigdata.relation.accesspathBlazeGraph
AbstractElementBufferBase class for IBuffer of IRelation elements whose target is a mutation (insert, delete, or update) of some IMutableRelation.Classcom.bigdata.relation.accesspathBlazeGraph
AbstractElementBuffer .DeleteBufferBuffer writes on IMutableRelation.Classcom.bigdata.relation.accesspathBlazeGraph
AbstractElementBuffer .InsertBufferBuffer writes on IMutableRelation.Classcom.bigdata.relation.accesspathBlazeGraph
AbstractUnsynchronizedArrayBufferAn abstract implementation of an unsynchronized buffer backed by a fixed This implementation is NOT thread-safe.Classcom.bigdata.relation.accesspathBlazeGraph
AccessPathAbstract base class for type-specific IAccessPath implementations.Classcom.bigdata.relation.accesspathBlazeGraph
AccessPathFusedViewA read-only fused view of two access paths obtained for the same IPredicate constraint in two different databases (this is used forClasscom.bigdata.relation.accesspathBlazeGraph
ArrayAccessPathAn access path over an array of elements.Classcom.bigdata.relation.accesspathBlazeGraph
BlockingBuffer A buffer that will block when it is full.Classcom.bigdata.relation.accesspathBlazeGraph
BufferClosedExceptionException thrown by IBlockingBuffer#add() if the buffer is closed.Classcom.bigdata.relation.accesspathBlazeGraph
ChunkConsumerIteratorA class that aligns a buffer of E[]s (a buffer of chunks) with an IChunkedOrderedIterator.Classcom.bigdata.relation.accesspathBlazeGraph
ChunkMergeSortHelperUtility for merge sort of chunks.Classcom.bigdata.relation.accesspathBlazeGraph
DelegateBufferA delegation pattern which does not pass on the close() method.Classcom.bigdata.relation.accesspathBlazeGraph
ElementFilterAlign the predicate's IElementFilter constraint with ITupleFilter so that the IElementFilter can be evaluatedClasscom.bigdata.relation.accesspathBlazeGraph
EmptyAccessPathAn access path that is known to be empty.Classcom.bigdata.relation.accesspathBlazeGraph
EmptyAsynchronousIteratorAn empty IAsynchronousIterator.Classcom.bigdata.relation.accesspathBlazeGraph
EmptyCloseableIteratorAn empty ICloseableIterator.Classcom.bigdata.relation.accesspathBlazeGraph
FlushBufferTaskTask invokes IBuffer.Classcom.bigdata.relation.accesspathBlazeGraph
IAbstractAccessPathA common interface for all access paths.Interfacecom.bigdata.relation.accesspathBlazeGraph
IAccessPathAn abstraction for efficient reads of IElements from a IRelation using the index selected by an IPredicateInterfacecom.bigdata.relation.accesspathBlazeGraph
IAsynchronousIteratorInterface for iterators that are running asynchronously.Interfacecom.bigdata.relation.accesspathBlazeGraph
IBindingSetAccessPathAn interface for access paths which visit solutions (versus IElementVersion:$Id$Author:Bryan ThompsonInterfacecom.bigdata.relation.accesspathBlazeGraph
IBlockingBuffer Interface provides an iterator to drain chunks from an IBuffer.Interfacecom.bigdata.relation.accesspathBlazeGraph
IBufferA buffer abstraction.Interfacecom.bigdata.relation.accesspathBlazeGraph
IElementFilterFilter for accepting or rejecting visited elements.Interfacecom.bigdata.relation.accesspathBlazeGraph
IMultiSourceCloseableIteratorAn interface which permits new sources to be attached dynamically.Interfacecom.bigdata.relation.accesspathBlazeGraph
IRunnableBufferAn IBuffer that may be closed.Interfacecom.bigdata.relation.accesspathBlazeGraph
MultiplexBlockingBufferA factory for skins which may be used to multiplex writes against a shared BlockingBuffer instance.Classcom.bigdata.relation.accesspathBlazeGraph
MultiSourceSequentialCloseableIteratorClass allows new sources to be attached dynamically.Classcom.bigdata.relation.accesspathBlazeGraph
SameVariableConstraintTupleFilterTupleFilter class wrapping the SameVariableConstraint.Classcom.bigdata.relation.accesspathBlazeGraph
TestAllAggregates test suites into increasing dependency order.Classcom.bigdata.relation.accesspathBlazeGraph
TestArrayBufferTest suite for AbstractArrayBuffer.Classcom.bigdata.relation.accesspathBlazeGraph
TestBlockingBufferTest suite for BlockingBuffer and its IAsynchronousIterator.Classcom.bigdata.relation.accesspathBlazeGraph
TestBlockingBufferWithChunksTest suite for BlockingBuffer and its IAsynchronousIterator when using an array type for the elements (chunk processing).Classcom.bigdata.relation.accesspathBlazeGraph
TestBlockingBufferWithChunksDequeTest suite for BlockingBuffer and its IAsynchronousIterator when using an array type for the elements (chunk processing) and aClasscom.bigdata.relation.accesspathBlazeGraph
TestMultiplexBlockingBufferTest suite for MultiplexBlockingBuffer.Classcom.bigdata.relation.accesspathBlazeGraph
TestMultiSourceSequentialCloseableIteratorTest suite for the MultiSourceSequentialCloseableIterator.Classcom.bigdata.relation.accesspathBlazeGraph
TestThickAsynchronousIteratorUnit tests for ThickAsynchronousIterator.Classcom.bigdata.relation.accesspathBlazeGraph
TestThickCloseableIteratorUnit tests for ThickCloseableIterator.Classcom.bigdata.relation.accesspathBlazeGraph
TestUnsynchronizedArrayBufferTest suite for the UnsynchronizedArrayBuffer.Classcom.bigdata.relation.accesspathBlazeGraph
TestUnsynchronizedUnboundedChunkBufferClasscom.bigdata.relation.accesspathBlazeGraph
ThickAsynchronousIteratorAn IAsynchronousIterator that may be serialized and sent to a remote JVM for consumption.Classcom.bigdata.relation.accesspathBlazeGraph
ThickCloseableIteratorAn ICloseableIterator that may be serialized and sent to a remote JVM for consumption.Classcom.bigdata.relation.accesspathBlazeGraph
ThreadLocalBufferFactoryA factory pattern for per-thread objects whose life cycle is tied to some container.Classcom.bigdata.relation.accesspathBlazeGraph
TupleObjectResolverResolve an ITuple to its AbstractTuple.Classcom.bigdata.relation.accesspathBlazeGraph
UnsynchronizedArrayBufferAn unsynchronized buffer backed by a fixed capacity array that migrates references onto the caller's buffer (which is normally thread-safe) usingClasscom.bigdata.relation.accesspathBlazeGraph
UnsynchronizedUnboundedChunkBufferAn unsynchronized buffer backed by a fixed capacity array that migrates references onto an internal Queue, which may be drained by anClasscom.bigdata.relation.accesspathBlazeGraph
UnsyncLocalOutputBufferWraps the base class to update the caller's BOpStats.Classcom.bigdata.relation.accesspathBlazeGraph
WrappedAsynchronousIteratorAn IAsynchronousIterator that wraps an IChunkedIterator or a ICloseableIterator.Classcom.bigdata.relation.accesspathBlazeGraph