A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

a - Variable in class com.bigdata.btree.raba.AbstractRaba
The backing array.
a - Variable in class com.bigdata.counters.query.HistoryTable
The selected counters.
a - Variable in class com.bigdata.counters.query.PivotTable
The selected counters (redundent reference to HistoryTable.a.
abort() - Method in class com.bigdata.journal.AbstractJournal
Discards any unisolated writes since the last AbstractJournal.commitNow(long)() and also discards the unisolated (aka live) btree objects, reloading them from the current ICommitRecord on demand.
abort() - Method in interface com.bigdata.journal.IAtomicStore
Abandon the current write set (synchronous).
abort(long) - Method in interface com.bigdata.journal.ITransactionService
Request abort of the transaction write set.
abort(long) - Method in class com.bigdata.journal.Journal
Abort a transaction.
abort() - Method in class com.bigdata.rdf.store.AbstractTripleStore
Clears hard references to any indices, relations, etc.
abort() - Method in class com.bigdata.rdf.store.LocalTripleStore
 
abort() - Method in class com.bigdata.rdf.store.TempTripleStore
Not supported.
abort(Throwable) - Method in class com.bigdata.relation.accesspath.BlockingBuffer
 
abort(Throwable) - Method in interface com.bigdata.relation.accesspath.IRunnableBuffer
Signal abnormal termination of the process writing on the buffer.
abort(long) - Method in class com.bigdata.service.AbstractTransactionService
Abort the transaction (asynchronous).
abort(long) - Method in class com.bigdata.service.DataService
 
abort(long) - Method in interface com.bigdata.service.ITxCommitProtocol
Request abort of the transaction by the data service.
abort(Throwable) - Method in class com.bigdata.service.proxy.ClientRunnableBuffer
 
abort(Throwable) - Method in interface com.bigdata.service.proxy.RemoteRunnableBuffer
 
abort(Throwable) - Method in class com.bigdata.service.proxy.RemoteRunnableBufferImpl
 
AbortCount - Static variable in interface com.bigdata.util.concurrent.IQueueCounters.IWriteServiceExecutorCounters
The #of aborts (only reported services which do commit processing).
abortImpl(AbstractTransactionService.TxState) - Method in class com.bigdata.journal.JournalTransactionService
 
abortImpl(AbstractTransactionService.TxState) - Method in class com.bigdata.service.AbstractTransactionService
Implementation must abort the tx on the journal (standalone) or on each data service (federation) on which it has written.
abortImpl(AbstractTransactionService.TxState) - Method in class com.bigdata.service.DistributedTransactionService
 
AbstractAccessPath<R> - Class in com.bigdata.relation.accesspath
Abstract base class for type-specific IAccessPath implementations.
AbstractAccessPath(IIndexManager, long, IPredicate<R>, IKeyOrder<R>, IIndex, int, int, int, int) - Constructor for class com.bigdata.relation.accesspath.AbstractAccessPath
 
AbstractAccessPath.ElementFilter<R> - Class in com.bigdata.relation.accesspath
Align the predicate's IElementFilter constraint with ITupleFilter so that the IElementFilter can be evaluated close to the data by an ITupleIterator.
AbstractAccessPath.ElementFilter(IElementFilter<R>) - Constructor for class com.bigdata.relation.accesspath.AbstractAccessPath.ElementFilter
 
AbstractArrayBuffer<E> - Class in com.bigdata.relation.accesspath
A thread-safe buffer backed by a fixed capacity array.
AbstractArrayBuffer(int, Class, IElementFilter<E>) - Constructor for class com.bigdata.relation.accesspath.AbstractArrayBuffer
 
AbstractAsynchronousClientTask<U,V,L> - Class in com.bigdata.service.jini.master
Abstract base class for IAsynchronousClientTask.
AbstractAsynchronousClientTask(INotifyOutcome<V, L>) - Constructor for class com.bigdata.service.jini.master.AbstractAsynchronousClientTask
 
AbstractAtomicRowReadOrWrite - Class in com.bigdata.sparse
Abstract class implements the atomic read operation.
AbstractAtomicRowReadOrWrite() - Constructor for class com.bigdata.sparse.AbstractAtomicRowReadOrWrite
De-serialization ctor.
AbstractAtomicRowReadOrWrite(Schema, Object, long, long, INameFilter) - Constructor for class com.bigdata.sparse.AbstractAtomicRowReadOrWrite
Constructor for an atomic write/read operation.
AbstractAtomicUpdateTask<T> - Class in com.bigdata.resources
Abstract base class for tasks responsible for the atomic update of the view of an index partition.
AbstractAtomicUpdateTask(ResourceManager, long, String[]) - Constructor for class com.bigdata.resources.AbstractAtomicUpdateTask
 
AbstractAtomicUpdateTask(ResourceManager, long, String) - Constructor for class com.bigdata.resources.AbstractAtomicUpdateTask
 
AbstractBTree - Class in com.bigdata.btree
Base class for mutable and immutable B+-Tree implementations.
AbstractBTree(IRawStore, INodeFactory, boolean, IndexMetadata, IRecordCompressorFactory<?>) - Constructor for class com.bigdata.btree.AbstractBTree
 
AbstractBTreeTupleCursor<I extends AbstractBTree,L extends Leaf,E> - Class in com.bigdata.btree
Class supporting random access to tuples and sequential tuple-based cursor movement for an AbstractBTree.
AbstractBTreeTupleCursor(I, Tuple<E>, byte[], byte[]) - Constructor for class com.bigdata.btree.AbstractBTreeTupleCursor
Create a new cursor.
AbstractBTreeTupleCursor.MutableBTreeTupleCursor<E> - Class in com.bigdata.btree
An ITuple that directly supports forward and reverse cursor operations on a local mutable BTree.
AbstractBTreeTupleCursor.MutableBTreeTupleCursor(BTree, Tuple<E>, byte[], byte[]) - Constructor for class com.bigdata.btree.AbstractBTreeTupleCursor.MutableBTreeTupleCursor
 
AbstractBTreeTupleCursor.ReadOnlyBTreeTupleCursor<E> - Class in com.bigdata.btree
An ITuple that directly supports forward and reverse cursor operations on a local BTree.
AbstractBTreeTupleCursor.ReadOnlyBTreeTupleCursor(BTree, Tuple<E>, byte[], byte[]) - Constructor for class com.bigdata.btree.AbstractBTreeTupleCursor.ReadOnlyBTreeTupleCursor
 
AbstractBufferStrategy - Class in com.bigdata.journal
Abstract base class for IBufferStrategy implementation.
AbstractCachingResourceLocator<T extends ILocatableResource> - Class in com.bigdata.relation.locator
Abstract base class for IResourceLocators with caching.
AbstractCachingResourceLocator(int, long) - Constructor for class com.bigdata.relation.locator.AbstractCachingResourceLocator
 
AbstractCachingServiceClient<S extends Remote> - Class in com.bigdata.service.jini.lookup
Abstract base class for a jini client which uses a LookupCache to reduce round trips to the discovered ServiceRegistrars for a specific class of services.
AbstractCachingServiceClient(ServiceDiscoveryManager, ServiceDiscoveryListener, Class, ServiceTemplate, ServiceItemFilter, long) - Constructor for class com.bigdata.service.jini.lookup.AbstractCachingServiceClient
Sets up service discovery for the designed class of services.
AbstractChunkedResolverator<E,F,S> - Class in com.bigdata.striterator
Wraps an IChunkedIterator and asynchronously resolves chunks.
AbstractChunkedResolverator(S, IChunkedOrderedIterator<E>, BlockingBuffer<F[]>) - Constructor for class com.bigdata.striterator.AbstractChunkedResolverator
 
AbstractChunkedTupleIterator<E> - Class in com.bigdata.btree
A chunked iterator that proceeds a ResultSet at a time.
AbstractChunkedTupleIterator(byte[], byte[], int, int, IFilterConstructor) - Constructor for class com.bigdata.btree.AbstractChunkedTupleIterator
 
AbstractClient<T> - Class in com.bigdata.service
Abstract base class for IBigdataClient implementations.
AbstractClient(Properties) - Constructor for class com.bigdata.service.AbstractClient
 
AbstractClientTask<S extends TaskMaster.JobState,U,V extends Serializable> - Class in com.bigdata.service.jini.master
An abstract base class which may be used for client tasks run by the master on one or more data services.
AbstractClientTask(S, int) - Constructor for class com.bigdata.service.jini.master.AbstractClientTask
 
AbstractCodedRaba - Class in com.bigdata.btree.raba.codec
Abstract implementation throws UnsupportedOperationException for all mutation operations.
AbstractCodedRaba() - Constructor for class com.bigdata.btree.raba.codec.AbstractCodedRaba
 
AbstractCounterSet - Class in com.bigdata.counters
 
AbstractCounterSet(String, CounterSet) - Constructor for class com.bigdata.counters.AbstractCounterSet
 
AbstractDistributedFederation<T> - Class in com.bigdata.service
Abstract base class for IBigdataFederation implementations where the services are distributed using RMI and are running, at least in principle, across more than one host/JVM.
AbstractDistributedFederation(IBigdataClient<T>) - Constructor for class com.bigdata.service.AbstractDistributedFederation
 
AbstractElementBuffer<R> - Class in com.bigdata.relation.accesspath
Base class for IBuffer of IRelation elements whose target is a mutation (insert, delete, or update) of some IMutableRelation.
AbstractElementBuffer(int, IMutableRelation<R>, IKeyOrder<R>, IElementFilter<R>) - Constructor for class com.bigdata.relation.accesspath.AbstractElementBuffer
 
AbstractElementBuffer.DeleteBuffer<R> - Class in com.bigdata.relation.accesspath
Buffer writes on IMutableRelation.delete(IChunkedOrderedIterator) when it is flushed.
AbstractElementBuffer.DeleteBuffer(int, IMutableRelation<R>, IKeyOrder<R>, IElementFilter<R>) - Constructor for class com.bigdata.relation.accesspath.AbstractElementBuffer.DeleteBuffer
Ctor variant used when you have a strong guarantee of the order in which the elements will be written into the buffer.
AbstractElementBuffer.InsertBuffer<R> - Class in com.bigdata.relation.accesspath
Buffer writes on IMutableRelation.insert(IChunkedOrderedIterator) when it is flushed.
AbstractElementBuffer.InsertBuffer(int, IMutableRelation<R>, IKeyOrder<R>, IElementFilter<R>) - Constructor for class com.bigdata.relation.accesspath.AbstractElementBuffer.InsertBuffer
Ctor variant used when you have a strong guarantee of the order in which the elements will be written into the buffer.
AbstractEmbeddedDataService - Class in com.bigdata.service
A local (in process) data service.
AbstractEmbeddedDataService(UUID, Properties) - Constructor for class com.bigdata.service.AbstractEmbeddedDataService
 
AbstractEmbeddedLoadBalancerService - Class in com.bigdata.service
Embedded LoadBalancerService.
AbstractEmbeddedLoadBalancerService(UUID, Properties) - Constructor for class com.bigdata.service.AbstractEmbeddedLoadBalancerService
 
AbstractEmbeddedTransactionService - Class in com.bigdata.service
Concrete implementation for an EmbeddedFederation.
AbstractEmbeddedTransactionService(UUID, Properties) - Constructor for class com.bigdata.service.AbstractEmbeddedTransactionService
 
AbstractFederation<T> - Class in com.bigdata.service
Abstract base class for IBigdataFederation implementations.
AbstractFederation(IBigdataClient<T>) - Constructor for class com.bigdata.service.AbstractFederation
 
AbstractFederation.ReportTask - Class in com.bigdata.service
Periodically report performance counter data to the ILoadBalancerService.
AbstractFederation.ReportTask(AbstractFederation) - Constructor for class com.bigdata.service.AbstractFederation.ReportTask
 
AbstractFederation.StartDeferredTasksTask - Class in com.bigdata.service
This task runs periodically.
AbstractFederation.StartDeferredTasksTask() - Constructor for class com.bigdata.service.AbstractFederation.StartDeferredTasksTask
 
AbstractFileInputMapTask - Class in com.bigdata.service.mapred
Abstract base class for IMapTasks accepting a filename as the "key" and the file contents as the "value".
AbstractFileInputMapTask(UUID, Object, int, IHashFunction) - Constructor for class com.bigdata.service.mapred.AbstractFileInputMapTask
 
AbstractFixedByteArrayBuffer - Class in com.bigdata.io
Efficient absolute get/put operations on a slice of a byte[].
AbstractFixedByteArrayBuffer(int, int) - Constructor for class com.bigdata.io.AbstractFixedByteArrayBuffer
Protected constructor used to create a slice.
AbstractHaltableProcess - Class in com.bigdata.util.concurrent
Abstract base class for tasks whose processing may be halted asynchronously.
AbstractHaltableProcess() - Constructor for class com.bigdata.util.concurrent.AbstractHaltableProcess
 
AbstractHostConstraint - Class in com.bigdata.jini.start.config
Core impl.
AbstractHostConstraint(String) - Constructor for class com.bigdata.jini.start.config.AbstractHostConstraint
 
AbstractHostConstraint(String[]) - Constructor for class com.bigdata.jini.start.config.AbstractHostConstraint
 
AbstractHTTPD - Class in com.bigdata.util.httpd
Overrides some methods on NanoHTTPD to (a) prevent serving files from the local file system; and (b) to expose methods for handling GET, PUT, POST, and DELETE requests - these methods all return a NanoHTTPD.HTTP_METHOD_NOT_ALLOWED Response by default.
AbstractHTTPD(int) - Constructor for class com.bigdata.util.httpd.AbstractHTTPD
 
AbstractIndexCache<T extends IRangeQuery> - Class in com.bigdata.service
Abstract base class providing caching for IIndex like objects.
AbstractIndexCache(int, long) - Constructor for class com.bigdata.service.AbstractIndexCache
 
AbstractIndexProcedure - Class in com.bigdata.btree.proc
Base class has some utility methods.
AbstractIndexProcedure() - Constructor for class com.bigdata.btree.proc.AbstractIndexProcedure
 
AbstractJobAndTaskService<M extends IJobMetadata,T extends ITask> - Class in com.bigdata.service.mapred
Abstract base class for services implementing IJobAndTaskService.
AbstractJobAndTaskService(Properties) - Constructor for class com.bigdata.service.mapred.AbstractJobAndTaskService
 
AbstractJobAndTaskService.AbstractTaskWorker<M,T extends ITask> - Class in com.bigdata.service.mapred
Abstract base class for task workers running in the MapService or the ReduceService.
AbstractJobAndTaskService.AbstractTaskWorker(JobState<M>, T) - Constructor for class com.bigdata.service.mapred.AbstractJobAndTaskService.AbstractTaskWorker
 
AbstractJobAndTaskService.Options - Class in com.bigdata.service.mapred
Options for AbstractJobAndTaskService.AbstractJobAndTaskService(Properties)
AbstractJobAndTaskService.Options() - Constructor for class com.bigdata.service.mapred.AbstractJobAndTaskService.Options
 
AbstractJournal - Class in com.bigdata.journal
The journal is an append-only persistence capable data structure supporting atomic commit, named indices, and transactions.
AbstractJournal(Properties) - Constructor for class com.bigdata.journal.AbstractJournal
Create or re-open a journal.
AbstractJournal(Properties, ByteBuffer) - Constructor for class com.bigdata.journal.AbstractJournal
Create or re-open a journal.
AbstractKeyArrayIndexProcedure - Class in com.bigdata.btree.proc
Abstract base class supports compact serialization and compression for remote IKeyArrayIndexProcedure execution (procedures may be executed on a local index, but they are only (de-)serialized when executed on a remote index).
AbstractKeyArrayIndexProcedure() - Constructor for class com.bigdata.btree.proc.AbstractKeyArrayIndexProcedure
De-serialization constructor.
AbstractKeyArrayIndexProcedure(IRabaCoder, IRabaCoder, int, int, byte[][], byte[][]) - Constructor for class com.bigdata.btree.proc.AbstractKeyArrayIndexProcedure
 
AbstractKeyArrayIndexProcedure.ResultBitBuffer - Class in com.bigdata.btree.proc
A class useful for sending a logical boolean[] back from a remote procedure call.
AbstractKeyArrayIndexProcedure.ResultBitBuffer() - Constructor for class com.bigdata.btree.proc.AbstractKeyArrayIndexProcedure.ResultBitBuffer
De-serialization ctor.
AbstractKeyArrayIndexProcedure.ResultBitBuffer(int, boolean[]) - Constructor for class com.bigdata.btree.proc.AbstractKeyArrayIndexProcedure.ResultBitBuffer
 
AbstractKeyArrayIndexProcedure.ResultBitBufferCounter - Class in com.bigdata.btree.proc
Counts the #of true bits in the AbstractKeyArrayIndexProcedure.ResultBitBuffer(s).
AbstractKeyArrayIndexProcedure.ResultBitBufferCounter() - Constructor for class com.bigdata.btree.proc.AbstractKeyArrayIndexProcedure.ResultBitBufferCounter
 
AbstractKeyArrayIndexProcedure.ResultBitBufferHandler - Class in com.bigdata.btree.proc
Knows how to aggregate AbstractKeyArrayIndexProcedure.ResultBitBuffer objects.
AbstractKeyArrayIndexProcedure.ResultBitBufferHandler(int) - Constructor for class com.bigdata.btree.proc.AbstractKeyArrayIndexProcedure.ResultBitBufferHandler
 
AbstractKeyArrayIndexProcedure.ResultBuffer - Class in com.bigdata.btree.proc
A class useful for sending some kinds of data back from a remote procedure call (those readily expressed as a byte[][]).
AbstractKeyArrayIndexProcedure.ResultBuffer() - Constructor for class com.bigdata.btree.proc.AbstractKeyArrayIndexProcedure.ResultBuffer
De-serialization ctor.
AbstractKeyArrayIndexProcedure.ResultBuffer(int, byte[][], IRabaCoder) - Constructor for class com.bigdata.btree.proc.AbstractKeyArrayIndexProcedure.ResultBuffer
 
AbstractKeyArrayIndexProcedure.ResultBufferHandler - Class in com.bigdata.btree.proc
Knows how to aggregate AbstractKeyArrayIndexProcedure.ResultBuffer objects.
AbstractKeyArrayIndexProcedure.ResultBufferHandler(int, IRabaCoder) - Constructor for class com.bigdata.btree.proc.AbstractKeyArrayIndexProcedure.ResultBufferHandler
 
AbstractKeyArrayIndexProcedureConstructor<T extends IKeyArrayIndexProcedure> - Class in com.bigdata.btree.proc
A factory for IKeyArrayIndexProcedures so that their data may be key range partitions and mapped against each relevant index partition.
AbstractKeyArrayIndexProcedureConstructor() - Constructor for class com.bigdata.btree.proc.AbstractKeyArrayIndexProcedureConstructor
 
AbstractKeyBuffer - Class in com.bigdata.btree.raba
Class with implementations supporting mutable and immutable variable length byte[] keys.
AbstractKeyBuffer() - Constructor for class com.bigdata.btree.raba.AbstractKeyBuffer
 
AbstractKeyRangeIndexProcedure - Class in com.bigdata.btree.proc
 
AbstractKeyRangeIndexProcedure() - Constructor for class com.bigdata.btree.proc.AbstractKeyRangeIndexProcedure
De-serialization ctor.
AbstractKeyRangeIndexProcedure(byte[], byte[]) - Constructor for class com.bigdata.btree.proc.AbstractKeyRangeIndexProcedure
 
AbstractLocalTransactionManager - Class in com.bigdata.journal
Manages the client side of a transaction either for a standalone Journal or for an IDataService in an IBigdataFederation.
AbstractLocalTransactionManager() - Constructor for class com.bigdata.journal.AbstractLocalTransactionManager
 
AbstractLocalTripleStore - Class in com.bigdata.rdf.store
Abstract base class for both transient and persistent ITripleStore implementations using local storage.
AbstractLocalTripleStore(IIndexManager, String, Long, Properties) - Constructor for class com.bigdata.rdf.store.AbstractLocalTripleStore
 
AbstractMapTask - Class in com.bigdata.service.mapred
Abstract base class for IMapTasks.
AbstractMapTask(UUID, Object, Integer, IHashFunction) - Constructor for class com.bigdata.service.mapred.AbstractMapTask
 
AbstractMaster - Class in com.bigdata.service.mapred
Abstract base class implementing the master for running map/reduce jobs.
AbstractMaster(MapReduceJob, IBigdataClient) - Constructor for class com.bigdata.service.mapred.AbstractMaster
Setup the master to run a map/reduce job.
AbstractMasterStats<L,HS extends AbstractSubtaskStats> - Class in com.bigdata.service.ndx.pipeline
Abstract base class providing statistics for the AbstractMasterTask and a factory for the statistics for the subtasks.
AbstractMasterStats() - Constructor for class com.bigdata.service.ndx.pipeline.AbstractMasterStats
 
AbstractMasterTask<H extends AbstractMasterStats<L,? extends AbstractSubtaskStats>,E,S extends AbstractSubtask,L> - Class in com.bigdata.service.ndx.pipeline
Abstract base class for a master task which consumes chunks of elements written onto a BlockingBuffer and distributes those chunks to subtasks according to some abstraction which is not defined by this class.
AbstractMasterTask(H, BlockingBuffer<E[]>, long, long) - Constructor for class com.bigdata.service.ndx.pipeline.AbstractMasterTask
 
AbstractNode<T extends AbstractNode> - Class in com.bigdata.btree
Abstract node supporting incremental persistence and copy-on-write semantics.
AbstractNode(AbstractBTree, boolean) - Constructor for class com.bigdata.btree.AbstractNode
All constructors delegate to this constructor to set the btree and branching factor and to compute the minimum and maximum #of keys for the node.
AbstractNode(AbstractNode<T>) - Constructor for class com.bigdata.btree.AbstractNode
Copy constructor.
AbstractPendingSetMasterStats<L,HS extends AbstractSubtaskStats> - Class in com.bigdata.service.ndx.pipeline
Extended to report the moving average of the pending set size for the master and the sinks and to report the maximum pending set size for the sinks.
AbstractPendingSetMasterStats(AbstractFederation<?>) - Constructor for class com.bigdata.service.ndx.pipeline.AbstractPendingSetMasterStats
 
AbstractPendingSetMasterStats.PendingSetStatisticsTask - Class in com.bigdata.service.ndx.pipeline
Extended to report the average #of operations in the pending set for the master and the sinks.
AbstractPendingSetMasterStats.PendingSetStatisticsTask() - Constructor for class com.bigdata.service.ndx.pipeline.AbstractPendingSetMasterStats.PendingSetStatisticsTask
 
AbstractPendingSetMasterTask<H extends AbstractPendingSetMasterStats<L,? extends AbstractSubtaskStats>,E,S extends AbstractPendingSetSubtask,L> - Class in com.bigdata.service.ndx.pipeline
Extends the master task to track outstanding asynchronous operations on work items.
AbstractPendingSetMasterTask(JiniFederation<?>, H, BlockingBuffer<E[]>, long, long) - Constructor for class com.bigdata.service.ndx.pipeline.AbstractPendingSetMasterTask
 
AbstractPendingSetSubtask<HS extends AbstractSubtaskStats,M extends AbstractPendingSetMasterTask<? extends AbstractPendingSetMasterStats<L,HS>,E,? extends AbstractPendingSetSubtask,L>,E,L> - Class in com.bigdata.service.ndx.pipeline
Extended to assign chunks of work items to a remote IAsynchronousClientTask, to track the set of outstanding asynchronous operations for a specific client task (the "pending set"), and to close the client task when the sink not assign any more work to that client.
AbstractPendingSetSubtask(M, L, IAsynchronousClientTask<?, E>, BlockingBuffer<E[]>) - Constructor for class com.bigdata.service.ndx.pipeline.AbstractPendingSetSubtask
AbstractPrepareTask<T> - Class in com.bigdata.resources
Base class for the prepare phase which reads on the old journal.
AbstractPrepareTask(ResourceManager, long, String) - Constructor for class com.bigdata.resources.AbstractPrepareTask
 
AbstractPrepareTask(ResourceManager, long, String[]) - Constructor for class com.bigdata.resources.AbstractPrepareTask
 
AbstractProcessCollector - Class in com.bigdata.counters
Base class for collection of performance counters as reported by a native process.
AbstractProcessCollector(int) - Constructor for class com.bigdata.counters.AbstractProcessCollector
 
AbstractProcessReader - Class in com.bigdata.counters
A Runnable that reads the output of an ActiveProcess.
AbstractProcessReader() - Constructor for class com.bigdata.counters.AbstractProcessReader
 
AbstractRaba - Class in com.bigdata.btree.raba
Abstract base class implements mutation operators and search.
AbstractRaba(byte[][]) - Constructor for class com.bigdata.btree.raba.AbstractRaba
Create a view of a byte[][].
AbstractRaba(int, int, int, byte[][]) - Constructor for class com.bigdata.btree.raba.AbstractRaba
Create a view from a slice of a byte[][].
AbstractRawStore - Class in com.bigdata.rawstore
Abstract base class for IRawStore implementations.
AbstractRawStore() - Constructor for class com.bigdata.rawstore.AbstractRawStore
The designated constructor.
AbstractRawWormStore - Class in com.bigdata.rawstore
An abstract base class for IRawStore implementations that use an append only (Write Once, Read Many) strategy.
AbstractRawWormStore(int) - Constructor for class com.bigdata.rawstore.AbstractRawWormStore
 
AbstractRDFTaskFactory<S extends Statement,T extends Runnable> - Class in com.bigdata.rdf.load
Factory for tasks for loading RDF resources into a database or validating RDF resources against a database.
AbstractRDFTaskFactory(AbstractTripleStore, boolean, boolean, RDFFormat, IStatementBufferFactory) - Constructor for class com.bigdata.rdf.load.AbstractRDFTaskFactory
 
AbstractReadOnlyNodeData<U extends IAbstractNodeData> - Class in com.bigdata.btree.data
Abstract base class for a read-only view of the data for B+Tree node or leaf.
AbstractReadOnlyNodeData() - Constructor for class com.bigdata.btree.data.AbstractReadOnlyNodeData
Core ctor.
AbstractReduceTask - Class in com.bigdata.service.mapred
Abstract base class for reduce tasks.
AbstractReduceTask(UUID, UUID) - Constructor for class com.bigdata.service.mapred.AbstractReduceTask
 
AbstractRelation<E> - Class in com.bigdata.relation
Base class for IRelation and IMutableRelation impls.
AbstractRelation(IIndexManager, String, Long, Properties) - Constructor for class com.bigdata.relation.AbstractRelation
 
AbstractResource<E> - Class in com.bigdata.relation
Base class for locatable resources.
AbstractResource(IIndexManager, String, Long, Properties) - Constructor for class com.bigdata.relation.AbstractResource
 
AbstractResource.Options - Interface in com.bigdata.relation
Options for locatable resources.
AbstractResourceManagerTask<T> - Class in com.bigdata.resources
Abstract base class for tasks run during post-processing of a journal by the ResourceManager.
AbstractResourceManagerTask(ResourceManager, long, String) - Constructor for class com.bigdata.resources.AbstractResourceManagerTask
 
AbstractResourceManagerTask(ResourceManager, long, String[]) - Constructor for class com.bigdata.resources.AbstractResourceManagerTask
 
AbstractResourceMetadata - Class in com.bigdata.mdi
Base class for IResourceMetadata implementations.
AbstractResourceMetadata() - Constructor for class com.bigdata.mdi.AbstractResourceMetadata
De-serialization constructor.
AbstractResourceMetadata(String, UUID, long) - Constructor for class com.bigdata.mdi.AbstractResourceMetadata
 
AbstractResourceScanner<V> - Class in com.bigdata.service.jini.master
Abstract base class for the scanner for a mapped master job.
AbstractResourceScanner(BlockingBuffer<V[]>) - Constructor for class com.bigdata.service.jini.master.AbstractResourceScanner
 
AbstractResult - Class in com.bigdata.resources
Abstract base class for results when post-processing a named index partition on the old journal after an overflow operation.
AbstractResult(String, IndexMetadata) - Constructor for class com.bigdata.resources.AbstractResult
 
AbstractRoundRobinServiceLoadHelper - Class in com.bigdata.service
A round robin implementation that may be used when there are no scores available.
AbstractRoundRobinServiceLoadHelper() - Constructor for class com.bigdata.service.AbstractRoundRobinServiceLoadHelper
 
AbstractRuleDistinctTermScan - Class in com.bigdata.rdf.rules
Base class for rules having a single predicate that is none bound in the tail and a single variable in the head.
AbstractRuleDistinctTermScan(String, SPOPredicate, SPOPredicate[], IConstraint[]) - Constructor for class com.bigdata.rdf.rules.AbstractRuleDistinctTermScan
 
AbstractRuleDistinctTermScan.DistinctTermScan - Class in com.bigdata.rdf.rules
Selects the distinct term identifiers, substituting their binding in the sole unbound variable in the head of the rule.
AbstractRuleDistinctTermScan.DistinctTermScan(IRule, IJoinNexus, IBuffer<ISolution[]>, IVariable<Long>, SPOKeyOrder) - Constructor for class com.bigdata.rdf.rules.AbstractRuleDistinctTermScan.DistinctTermScan
 
AbstractRuleFastClosure_11_13 - Class in com.bigdata.rdf.rules
Rule for steps 11 and 13 of the "fast closure" method.
AbstractRuleFastClosure_11_13(String, SPOPredicate, SPOPredicate[], IConstraint[]) - Constructor for class com.bigdata.rdf.rules.AbstractRuleFastClosure_11_13
 
AbstractRuleFastClosure_3_5_6_7_9 - Class in com.bigdata.rdf.rules
Rule used in steps 3, 5, 6, 7, and 9 of the fast forward closure program.
AbstractRuleFastClosure_3_5_6_7_9(String, String, IConstant<Long>, IConstant<Long>, IRuleTaskFactory) - Constructor for class com.bigdata.rdf.rules.AbstractRuleFastClosure_3_5_6_7_9
 
AbstractRuleFastClosure_3_5_6_7_9.FastClosureRuleTask - Class in com.bigdata.rdf.rules
Custom rule execution task.
AbstractRuleFastClosure_3_5_6_7_9.FastClosureRuleTask(String, String, IRule, IJoinNexus, IBuffer<ISolution[]>, IConstant<Long>, IConstant<Long>) - Constructor for class com.bigdata.rdf.rules.AbstractRuleFastClosure_3_5_6_7_9.FastClosureRuleTask
(?x, {P}, ?y) -> (?x, propertyId, ?y) Note: Both the database and the (optional) focusStore relation names MUST be declared for these rules.
AbstractRuleFastClosure_3_5_6_7_9.SubPropertiesOfClosureTask - Class in com.bigdata.rdf.rules
Query the database for the sub properties of a given property.
AbstractRuleFastClosure_3_5_6_7_9.SubPropertiesOfClosureTask(IRelation<ISPO>, IConstant<Long>, IConstant<Long>) - Constructor for class com.bigdata.rdf.rules.AbstractRuleFastClosure_3_5_6_7_9.SubPropertiesOfClosureTask
 
AbstractRuleFastClosure_3_5_6_7_9.SubPropertyClosureTask - Class in com.bigdata.rdf.rules
Computes the set of possible sub properties of rdfs:subPropertyOf (P).
AbstractRuleFastClosure_3_5_6_7_9.SubPropertyClosureTask(IRelation<ISPO>, IConstant<Long>) - Constructor for class com.bigdata.rdf.rules.AbstractRuleFastClosure_3_5_6_7_9.SubPropertyClosureTask
 
AbstractRuleFastClosure_5_6_7_9 - Class in com.bigdata.rdf.rules
 
AbstractRuleFastClosure_5_6_7_9(String, String, String, IConstant<Long>, IConstant<Long>) - Constructor for class com.bigdata.rdf.rules.AbstractRuleFastClosure_5_6_7_9
 
AbstractRunnableMasterStats<L,HS extends AbstractSubtaskStats> - Class in com.bigdata.service.ndx.pipeline
Statistics for the consumer, including several moving averages based on sampled data.
AbstractRunnableMasterStats(AbstractFederation<?>) - Constructor for class com.bigdata.service.ndx.pipeline.AbstractRunnableMasterStats
 
AbstractRunnableMasterStats.StatisticsTask - Class in com.bigdata.service.ndx.pipeline
Task samples various counters of interest and convert them into moving averages.
AbstractRunnableMasterStats.StatisticsTask() - Constructor for class com.bigdata.service.ndx.pipeline.AbstractRunnableMasterStats.StatisticsTask
 
AbstractScaleOutClient<T> - Class in com.bigdata.service
Client class for AbstractScaleOutFederations.
AbstractScaleOutClient(Properties) - Constructor for class com.bigdata.service.AbstractScaleOutClient
 
AbstractScaleOutClient.MetadataIndexCachePolicy - Enum in com.bigdata.service
Policy options for caching PartitionLocators for an IMetadataIndex.
AbstractScaleOutClient.Options - Interface in com.bigdata.service
Options understood by the AbstractScaleOutClient.
AbstractScaleOutClientIndexView - Class in com.bigdata.service.ndx
Abstract base class for the IScaleOutClientIndex implementation(s).
AbstractScaleOutClientIndexView(AbstractScaleOutFederation, String, long, IMetadataIndex) - Constructor for class com.bigdata.service.ndx.AbstractScaleOutClientIndexView
Create a view on a scale-out index.
AbstractScaleOutClientIndexView2 - Class in com.bigdata.service.ndx
Abstract class encapsulating MOST of the logic for executing tasks corresponding to client index operations.
AbstractScaleOutClientIndexView2(AbstractScaleOutFederation, String, long, IMetadataIndex) - Constructor for class com.bigdata.service.ndx.AbstractScaleOutClientIndexView2
Create a view on a scale-out index.
AbstractScaleOutFederation<T> - Class in com.bigdata.service
Abstract base class for federation implementations using the scale-out index architecture (federations that support key-range partitioned indices).
AbstractScaleOutFederation(IBigdataClient<T>) - Constructor for class com.bigdata.service.AbstractScaleOutFederation
 
AbstractScaleOutFederation.ForceOverflowTask - Class in com.bigdata.service
Task forces immediate overflow of the specified data service, returning once both synchronous AND asynchronous overflow are complete.
AbstractScaleOutFederation.ForceOverflowTask(IDataService, boolean) - Constructor for class com.bigdata.service.AbstractScaleOutFederation.ForceOverflowTask
 
AbstractScaleOutFederation.PurgeResourcesTask - Class in com.bigdata.service
Task directs a DataService to purge any unused resources and to optionally truncate the extent of the live journal.
AbstractScaleOutFederation.PurgeResourcesTask(IDataService, boolean) - Constructor for class com.bigdata.service.AbstractScaleOutFederation.PurgeResourcesTask
 
AbstractServer - Class in com.bigdata.service.jini
Abstract base class for configurable services discoverable using JINI.
AbstractServer(String[], LifeCycle) - Constructor for class com.bigdata.service.jini.AbstractServer
Server startup reads Configuration data from the file or URL named by args and applies any optional overrides, starts the service, and advertises the service for discovery.
AbstractServer.ConfigurationOptions - Interface in com.bigdata.service.jini
 
AbstractServer.MasterElectionTask - Class in com.bigdata.service.jini
Task runs forever competing to become the master.
AbstractServer.MasterElectionTask() - Constructor for class com.bigdata.service.jini.AbstractServer.MasterElectionTask
 
AbstractService - Class in com.bigdata.service
Abstract base class defines protocols for setting the service UUID, etc.
AbstractService() - Constructor for class com.bigdata.service.AbstractService
 
AbstractServiceLoadHelper - Class in com.bigdata.service
Base class for abstract implementations with integration points for the LoadBalancerService.
AbstractServiceLoadHelper(long) - Constructor for class com.bigdata.service.AbstractServiceLoadHelper
 
AbstractServiceLoadHelperWithoutScores - Class in com.bigdata.service
Implementation that may be used when service scores are not yet available.
AbstractServiceLoadHelperWithoutScores(long) - Constructor for class com.bigdata.service.AbstractServiceLoadHelperWithoutScores
 
AbstractServiceLoadHelperWithScores - Class in com.bigdata.service
The default implementation used when scores are available.
AbstractServiceLoadHelperWithScores(long, UUID, ServiceScore[]) - Constructor for class com.bigdata.service.AbstractServiceLoadHelperWithScores
 
AbstractServicesManagerService - Class in com.bigdata.jini.start
Core impl.
AbstractServicesManagerService(Properties) - Constructor for class com.bigdata.jini.start.AbstractServicesManagerService
 
AbstractSolutionBuffer<R> - Class in com.bigdata.relation.rule.eval
Base class for IBuffer whose target is a mutation (insert, delete, or update) of some IMutableRelation.
AbstractSolutionBuffer(int, IMutableRelation<R>) - Constructor for class com.bigdata.relation.rule.eval.AbstractSolutionBuffer
 
AbstractSolutionBuffer.DeleteSolutionBuffer<E> - Class in com.bigdata.relation.rule.eval
Buffer writes on IMutableRelation.delete(IChunkedOrderedIterator) when it is flushed.
AbstractSolutionBuffer.DeleteSolutionBuffer(int, IMutableRelation<E>) - Constructor for class com.bigdata.relation.rule.eval.AbstractSolutionBuffer.DeleteSolutionBuffer
 
AbstractSolutionBuffer.InsertSolutionBuffer<E> - Class in com.bigdata.relation.rule.eval
Buffer writes on IMutableRelation#insert(IChunkedIterator) when it is flushed.
AbstractSolutionBuffer.InsertSolutionBuffer(int, IMutableRelation<E>) - Constructor for class com.bigdata.relation.rule.eval.AbstractSolutionBuffer.InsertSolutionBuffer
 
AbstractSplitter - Class in com.bigdata.service.ndx
Basic implementation - you only need to provide resolution for the IMetadataIndex.
AbstractSplitter() - Constructor for class com.bigdata.service.ndx.AbstractSplitter
 
AbstractSPOBuffer - Class in com.bigdata.rdf.inf
Deprecated. by AbstractArrayBuffer, but this class is more tightly coupled to the AbstractTripleStore.
AbstractSPOBuffer(AbstractTripleStore, IElementFilter<ISPO>, int) - Constructor for class com.bigdata.rdf.inf.AbstractSPOBuffer
Deprecated. Create a buffer.
AbstractStatementBuffer<F extends Statement,G extends BigdataStatement> - Class in com.bigdata.rdf.rio
Class for efficiently converting Statements into BigdataStatements, including resolving term identifiers (or adding entries to the lexicon for unknown terms) as required.
AbstractStatementBuffer(AbstractTripleStore, boolean, int) - Constructor for class com.bigdata.rdf.rio.AbstractStatementBuffer
 
AbstractStatementBuffer.StatementBuffer2<F extends Statement,G extends BigdataStatement> - Class in com.bigdata.rdf.rio
Loads Statements into an RDF database.
AbstractStatementBuffer.StatementBuffer2(AbstractTripleStore, boolean, int) - Constructor for class com.bigdata.rdf.rio.AbstractStatementBuffer.StatementBuffer2
 
AbstractStatementBuffer.StatementBuffer2(AbstractTripleStore, AbstractTripleStore, boolean, int) - Constructor for class com.bigdata.rdf.rio.AbstractStatementBuffer.StatementBuffer2
 
AbstractStatisticsCollector - Class in com.bigdata.counters
Base class for collecting data on a host.
AbstractStatisticsCollector(int) - Constructor for class com.bigdata.counters.AbstractStatisticsCollector
 
AbstractStatisticsCollector.Options - Interface in com.bigdata.counters
Options for AbstractStatisticsCollector
AbstractStepTask - Class in com.bigdata.relation.rule.eval
 
AbstractStepTask(ActionEnum, IJoinNexusFactory, IStep, IIndexManager, DataService) - Constructor for class com.bigdata.relation.rule.eval.AbstractStepTask
Base class handles submit either to the caller's ExecutorService or to the ConcurrencyManager IFF the task was submitted to a DataService.
AbstractSubtask<HS extends AbstractSubtaskStats,M extends AbstractMasterTask<? extends AbstractMasterStats<L,HS>,E,? extends AbstractSubtask,L>,E,L> - Class in com.bigdata.service.ndx.pipeline
Abstract implementation of a subtask for the AbstractMasterTask handles the protocol for startup and termination of the subtask.
AbstractSubtask(M, L, BlockingBuffer<E[]>) - Constructor for class com.bigdata.service.ndx.pipeline.AbstractSubtask
 
AbstractSubtaskStats - Class in com.bigdata.service.ndx.pipeline
 
AbstractSubtaskStats() - Constructor for class com.bigdata.service.ndx.pipeline.AbstractSubtaskStats
 
AbstractTask<T> - Class in com.bigdata.journal
Abstract base class for tasks that may be submitted to the ConcurrencyManager.
AbstractTask(IConcurrencyManager, long, String) - Constructor for class com.bigdata.journal.AbstractTask
Convenience constructor variant for one named resource.
AbstractTask(IConcurrencyManager, long, String[]) - Constructor for class com.bigdata.journal.AbstractTask
 
AbstractTask.DelegateTask<T> - Class in com.bigdata.journal
Delegates various behaviors visible to the application code using the ITask interface to the AbstractTask object.
AbstractTask.DelegateTask(AbstractTask<T>) - Constructor for class com.bigdata.journal.AbstractTask.DelegateTask
 
AbstractTask.InnerReadWriteTxServiceCallable - Class in com.bigdata.journal
Inner class used to wrap up the call to AbstractTask.doTask() for read-write transactions.
AbstractTask.InnerWriteServiceCallable<T> - Class in com.bigdata.journal
An instance of this class is used as the delegate for a LockManagerTask in order to coordinate the acquisition of locks with the LockManager before the task can execute and to release locks after the task has completed (whether it succeeds or fails).
AbstractTask.ResubmitException - Exception in com.bigdata.journal
This is thrown if you attempt to reuse (re-submit) the same AbstractTask instance.
AbstractTask.ResubmitException() - Constructor for exception com.bigdata.journal.AbstractTask.ResubmitException
 
AbstractTask.ResubmitException(String) - Constructor for exception com.bigdata.journal.AbstractTask.ResubmitException
 
AbstractTransactionService - Class in com.bigdata.service
Centalized transaction manager service.
AbstractTransactionService(Properties) - Constructor for class com.bigdata.service.AbstractTransactionService
 
AbstractTransactionService.Options - Interface in com.bigdata.service
Options understood by this service.
AbstractTransactionService.TxState - Class in com.bigdata.service
Transaction state as maintained by the ITransactionService.
AbstractTransactionService.TxState(long) - Constructor for class com.bigdata.service.AbstractTransactionService.TxState
 
AbstractTripleStore - Class in com.bigdata.rdf.store
Abstract base class that implements logic for the ITripleStore interface that is invariant across the choice of the backing store.
AbstractTripleStore(IIndexManager, String, Long, Properties) - Constructor for class com.bigdata.rdf.store.AbstractTripleStore
Ctor specified by DefaultResourceLocator.
AbstractTripleStore.Options - Interface in com.bigdata.rdf.store
Configuration options.
AbstractTuple<E> - Class in com.bigdata.btree
Abstract base class with much of the functionality of ITuple.
AbstractTuple(int) - Constructor for class com.bigdata.btree.AbstractTuple
 
AbstractUnsynchronizedArrayBuffer<E> - Class in com.bigdata.relation.accesspath
An abstract implementation of an unsynchronized buffer backed by a fixed capacity array.
AbstractUnsynchronizedArrayBuffer(int) - Constructor for class com.bigdata.relation.accesspath.AbstractUnsynchronizedArrayBuffer
 
AbstractUnsynchronizedArrayBuffer(int, IElementFilter<E>) - Constructor for class com.bigdata.relation.accesspath.AbstractUnsynchronizedArrayBuffer
 
AbstractZNodeConditionWatcher - Class in com.bigdata.zookeeper
An abstract implementation based on synchronized(this) and Object.notify().
AbstractZNodeConditionWatcher(ZooKeeper, String) - Constructor for class com.bigdata.zookeeper.AbstractZNodeConditionWatcher
 
AbstractZooPrimitive - Class in com.bigdata.zookeeper
Base class for some distributed concurrency patterns using ZooKeeper.
AbstractZooPrimitive(ZooKeeper) - Constructor for class com.bigdata.zookeeper.AbstractZooPrimitive
 
AbstractZooQueue<E extends Serializable> - Class in com.bigdata.zookeeper
Basic queue pattern.
AbstractZooQueue(ZooKeeper, String, List<ACL>, int) - Constructor for class com.bigdata.zookeeper.AbstractZooQueue
 
ACCELERATE_OVERFLOW_THRESHOLD - Static variable in interface com.bigdata.resources.StoreManager.Options
Option specifies the #of bytes under management below which we will accelerate the overflow of the live journal by reducing its maximum extent below the nominal configured maximum extent.
ACCELERATE_SPLIT_THRESHOLD - Static variable in interface com.bigdata.resources.OverflowManager.Options
The #of index partitions below which we will accelerate the decision to split an index partition (default "20").
accelerateOverflowThreshold - Variable in class com.bigdata.resources.StoreManager
 
accelerateSplitThreshold - Variable in class com.bigdata.resources.OverflowManager
 
accept(String, String, Integer) - Method in class com.bigdata.config.IntegerRangeValidator
Accepts all values in the range specified to the ctor.
accept(String, String, Integer) - Method in class com.bigdata.config.IntegerValidator
Accepts all values by default.
accept(String, String, E) - Method in interface com.bigdata.config.IValidator
 
accept(String, String, Long) - Method in class com.bigdata.config.LongRangeValidator
Accepts all values in the range specified to the ctor.
accept(String, String, Long) - Method in class com.bigdata.config.LongValidator
Accepts all values by default.
accept(File) - Method in class com.bigdata.io.NameAndExtensionFilter
Accepts files ending with a .log extension whose name component is shared by the name component found in #getLogBaseName().
accept(ISPO) - Method in class com.bigdata.rdf.inf.RdfTypeRdfsResourceFilter
 
accept(V[]) - Method in class com.bigdata.rdf.load.MappedRDFFileLoadTask
 
accept(File, String) - Method in class com.bigdata.rdf.load.RDFFilenameFilter
 
accept(ISPO) - Method in class com.bigdata.rdf.rules.DoNotAddFilter
 
accept(IBindingSet) - Method in class com.bigdata.rdf.rules.RejectAnythingSameAsItself
 
accept(ISPO) - Method in class com.bigdata.rdf.spo.ExplicitSPOFilter
 
accept(ISPO) - Method in class com.bigdata.rdf.spo.InferredSPOFilter
 
accept(ISPO) - Method in class com.bigdata.rdf.spo.InGraphBinarySearchFilter
 
accept(ISPO) - Method in class com.bigdata.rdf.spo.InGraphHashSetFilter
 
accept(ISPO) - Method in class com.bigdata.rdf.spo.NoAxiomFilter
 
accept(E) - Method in class com.bigdata.relation.accesspath.AbstractArrayBuffer
Filters elements allowed into the buffer.
accept(E) - Method in class com.bigdata.relation.accesspath.AbstractUnsynchronizedArrayBuffer
Applies the optional filter to restrict elements allowed into the buffer.
accept(E) - Method in class com.bigdata.relation.accesspath.ElementFilter
 
accept(E) - Method in interface com.bigdata.relation.accesspath.IElementFilter
True iff the argument is matched by the filter.
accept(E) - Method in class com.bigdata.relation.accesspath.SameVariableConstraint
 
accept(IBindingSet) - Method in class com.bigdata.relation.rule.EQ
 
accept(IBindingSet) - Method in class com.bigdata.relation.rule.EQConstant
 
accept(ISolution<E>) - Method in class com.bigdata.relation.rule.eval.SolutionFilter
 
accept(IBindingSet) - Method in interface com.bigdata.relation.rule.IConstraint
 
accept(IBindingSet) - Method in class com.bigdata.relation.rule.IN
 
accept(IBindingSet) - Method in class com.bigdata.relation.rule.NE
 
accept(IBindingSet) - Method in class com.bigdata.relation.rule.NEConstant
 
accept(IBindingSet) - Method in class com.bigdata.relation.rule.OR
 
accept(File) - Method in class com.bigdata.resources.ResourceFileFilter
 
accept(V) - Method in class com.bigdata.service.jini.master.AbstractResourceScanner
Accept a resource for processing.
accept(V[]) - Method in interface com.bigdata.service.jini.master.IAsynchronousClientTask
Accept a chunk of resources for processing.
accept(ITPS) - Method in class com.bigdata.sparse.EmptyRowPrecondition
 
accept(String) - Method in interface com.bigdata.sparse.INameFilter
Return true to select values for the property with the given name.
accept(ITPS) - Method in interface com.bigdata.sparse.IPrecondition
 
accept(ITPS) - Method in class com.bigdata.sparse.Precondition
 
accept(String) - Method in class com.bigdata.sparse.SingleColumnFilter
 
accept2(File) - Method in class com.bigdata.resources.ResourceFileFilter
Override this method to extend the filter.
acceptEvent(Event) - Method in class com.bigdata.counters.render.XHTMLRenderer
Applies the URLQueryModel.eventFilters to the event.
acceptTask() - Method in class com.bigdata.concurrent.NonBlockingLockManagerWithNewDesign.LockFutureTask
Accept the task for eventual execution.
accessPathCount - Variable in class com.bigdata.relation.rule.eval.pipeline.JoinStats
The #of IAccessPaths read.
accessPathDups - Variable in class com.bigdata.relation.rule.eval.pipeline.JoinStats
The #of duplicate IAccessPaths that were eliminated by a JoinTask.
AccessPathFusedView<E> - Class in com.bigdata.relation.accesspath
A read-only fused view of two access paths obtained for the same IPredicate constraint in two different databases (this is used for truth maintenance when reading on the union of a focus store and the database).
AccessPathFusedView(AbstractAccessPath<E>, AbstractAccessPath<E>) - Constructor for class com.bigdata.relation.accesspath.AccessPathFusedView
 
acl - Variable in class com.bigdata.jini.start.config.ZookeeperClientConfig
The ACL used to create znodes on the behalf of the federation.
ACL - Static variable in interface com.bigdata.jini.start.config.ZookeeperClientConfig.Options
The ACL that will be used to create various znodes on the behalf of the federation (the default is ZooDefs.Ids.OPEN_ACL_UNSAFE).
acl - Variable in class com.bigdata.zookeeper.ZLockImpl
 
acl - Variable in class com.bigdata.zookeeper.ZNodeLockWatcher.ZLockImpl
Deprecated.  
acquire() - Method in class com.bigdata.io.DirectBufferPool
Return a direct ByteBuffer.
acquire(long, TimeUnit) - Method in class com.bigdata.io.DirectBufferPool
 
acquireAdvisoryLock(File) - Static method in class com.bigdata.io.FileLockUtility
Deprecated. Creates an advisory lock file having the same basename as the given file with a .lock extension.
acquireExclusiveLock() - Method in class com.bigdata.relation.AbstractResource
Acquires an exclusive lock for the AbstractResource.getNamespace().
acquireLock(T) - Method in class com.bigdata.concurrent.NamedLock
Block until the Lock for the named resource is available, then Lock.lock() the Lock and return the locked Lock.
acquireLock(T, long, TimeUnit) - Method in class com.bigdata.concurrent.NamedLock
 
acquireLock(String) - Method in interface com.bigdata.journal.IResourceLockService
Acquire an exclusive lock on the named resource.
acquireLock(String, long) - Method in interface com.bigdata.journal.IResourceLockService
Acquire an exclusive lock the named resource.
acquireLock(String) - Method in class com.bigdata.journal.ResourceLockService
 
acquireLock(String, long) - Method in class com.bigdata.journal.ResourceLockService
 
acquireLock(String) - Method in class com.bigdata.zookeeper.ZooResourceLockService
 
acquireLock(String, long) - Method in class com.bigdata.zookeeper.ZooResourceLockService
 
acquireLockAndRun() - Method in class com.bigdata.jini.start.ServiceConfigurationZNodeMonitorTask
Waits until it acquires the lock and then ServiceConfigurationZNodeMonitorTask.runWithLock(ZLock)
acquireReadLock(T) - Method in class com.bigdata.concurrent.NamedReadWriteLock
Block until the ReentrantReadWriteLock.ReadLock for the named resource is available, then Lock.lock() the Lock and returns the Lock.
acquireReadLock(T, long, TimeUnit) - Method in class com.bigdata.concurrent.NamedReadWriteLock
 
acquireWriteLock(T) - Method in class com.bigdata.concurrent.NamedReadWriteLock
 
acquireWriteLock(T, long, TimeUnit) - Method in class com.bigdata.concurrent.NamedReadWriteLock
 
action - Variable in class com.bigdata.relation.rule.eval.AbstractStepTask
 
action - Variable in class com.bigdata.resources.SplitIndexPartitionTask.AtomicUpdateSplitIndexPartitionTask
Either a normal split or a tail split.
ActionEnum - Enum in com.bigdata.relation.rule.eval
Symbolic constants corresponding to the type of action associated with the execution of an IProgram.
activateTx(Tx) - Method in class com.bigdata.journal.AbstractLocalTransactionManager
Notify the journal that a new transaction is being activated (starting on the journal).
activateTx(AbstractTransactionService.TxState) - Method in class com.bigdata.journal.JournalTransactionService
Extended to register the new tx in the AbstractLocalTransactionManager.
activateTx(AbstractTransactionService.TxState) - Method in class com.bigdata.service.AbstractTransactionService
Adds the transaction from to the local tables.
activeDataServices - Variable in class com.bigdata.service.LoadBalancerService
The set of active services.
activeHosts - Variable in class com.bigdata.service.LoadBalancerService
The active hosts (one or more services).
activeProcess - Variable in class com.bigdata.counters.AbstractProcessCollector
 
ActiveProcess - Class in com.bigdata.counters
Command manages the execution and termination of a native process and an object reading the output of that process.
ActiveProcess(List<String>, AbstractProcessCollector) - Constructor for class com.bigdata.counters.ActiveProcess
 
activeTaskCountWithLocksHeld - Variable in class com.bigdata.journal.WriteExecutorService
 
add(E) - Method in class com.bigdata.btree.BigdataSet
 
add(byte[]) - Method in class com.bigdata.btree.BloomFilter
 
add(BloomFilter.BloomFilterCounters) - Method in class com.bigdata.btree.BloomFilter.BloomFilterCounters
 
add(BTreeCounters) - Method in class com.bigdata.btree.BTreeCounters
Adds the values from another BTreeCounters object to this one.
add(byte[]) - Method in interface com.bigdata.btree.IBloomFilter
Adds the key to the filter.
add(byte[]) - Method in class com.bigdata.btree.NOPBloomFilter
 
add(byte[]) - Method in class com.bigdata.btree.raba.AbstractRaba
 
add(byte[], int, int) - Method in class com.bigdata.btree.raba.AbstractRaba
 
add(DataInput, int) - Method in class com.bigdata.btree.raba.AbstractRaba
 
add(byte[]) - Method in class com.bigdata.btree.raba.codec.AbstractCodedRaba
 
add(byte[], int, int) - Method in class com.bigdata.btree.raba.codec.AbstractCodedRaba
 
add(DataInput, int) - Method in class com.bigdata.btree.raba.codec.AbstractCodedRaba
 
add(byte[]) - Method in class com.bigdata.btree.raba.EmptyRaba
 
add(byte[], int, int) - Method in class com.bigdata.btree.raba.EmptyRaba
 
add(DataInput, int) - Method in class com.bigdata.btree.raba.EmptyRaba
 
add(byte[]) - Method in interface com.bigdata.btree.raba.IRaba
Append a byte[] value to the end of the logical byte[][] (optional operation).
add(byte[], int, int) - Method in interface com.bigdata.btree.raba.IRaba
Append a byte[] value to the end of the logical byte[][] (optional operation).
add(DataInput, int) - Method in interface com.bigdata.btree.raba.IRaba
Append a byte[] value to the end of the logical byte[][] (optional operation).
add(byte[]) - Method in class com.bigdata.btree.raba.MutableKeyBuffer
 
add(byte[], int, int) - Method in class com.bigdata.btree.raba.MutableKeyBuffer
 
add(DataInput, int) - Method in class com.bigdata.btree.raba.MutableKeyBuffer
 
add(byte[]) - Method in class com.bigdata.btree.raba.MutableValueBuffer
 
add(byte[], int, int) - Method in class com.bigdata.btree.raba.MutableValueBuffer
 
add(DataInput, int) - Method in class com.bigdata.btree.raba.MutableValueBuffer
 
add(byte[]) - Method in class com.bigdata.btree.view.FusedView.FusedBloomFilter
Unsupported operation.
add(T) - Method in class com.bigdata.cache.HardReferenceQueue
Add a reference to the cache.
add(T) - Method in interface com.bigdata.cache.IHardReferenceQueue
Add a reference to the cache.
add(T) - Method in class com.bigdata.cache.RingBuffer
 
add(T) - Method in class com.bigdata.cache.SynchronizedHardReferenceQueue
 
add(T) - Method in class com.bigdata.cache.SynchronizedHardReferenceQueueWithTimeout
 
add(long, T) - Method in class com.bigdata.counters.History
Adds a sample to the history.
add(long, T) - Method in class com.bigdata.counters.HistoryInstrument
Adds the sample to the history.
add(ICounter) - Method in class com.bigdata.counters.query.CSet
Add another counter to that set.
add(ServiceItemFilter) - Method in class com.bigdata.jini.lookup.entry.ServiceItemFilterChain
 
add(ProcessHelper) - Method in class com.bigdata.jini.start.AbstractServicesManagerService
 
add(ProcessHelper) - Method in interface com.bigdata.jini.start.IServiceListener
 
add(int, int) - Static method in class com.bigdata.jini.util.ConfigMath
 
add(long, long) - Static method in class com.bigdata.jini.util.ConfigMath
 
add(double, double) - Static method in class com.bigdata.jini.util.ConfigMath
 
add(long, ICommitRecord) - Method in class com.bigdata.journal.CommitRecordIndex
Add an entry for a commit record.
add(DiskOnlyStrategy.StoreCounters) - Method in class com.bigdata.journal.DiskOnlyStrategy.StoreCounters
Adds counters to the current counters.
add(ISPO) - Method in class com.bigdata.rdf.inf.AbstractSPOBuffer
Deprecated.  
add(ClosureStats) - Method in class com.bigdata.rdf.inf.ClosureStats
 
add(ISPO) - Method in class com.bigdata.rdf.inf.Justification.VisitedSPOSet
 
add(SPO, Justification) - Method in class com.bigdata.rdf.inf.SPOAssertionBuffer
Deprecated. When the buffer is SPOAssertionBuffer.nearCapacity() the statements in the buffer will be flushed into the backing focusStore.
add(F) - Method in class com.bigdata.rdf.rio.AbstractStatementBuffer
Imposes a canonical mapping on the subject, predicate, and objects of the given Statements and stores a new BigdataStatement instance in the internal buffer.
add(Resource, URI, Value) - Method in class com.bigdata.rdf.rio.AbstractStatementBuffer
 
add(Resource, URI, Value, Resource) - Method in class com.bigdata.rdf.rio.AbstractStatementBuffer
 
add(Resource, URI, Value, Resource, StatementEnum) - Method in class com.bigdata.rdf.rio.AbstractStatementBuffer
 
add(Resource, URI, Value) - Method in class com.bigdata.rdf.rio.AsynchronousStatementBufferFactory.AsynchronousStatementBufferImpl
Add an "explicit" statement to the buffer (flushes on overflow, no context).
add(Resource, URI, Value, Resource) - Method in class com.bigdata.rdf.rio.AsynchronousStatementBufferFactory.AsynchronousStatementBufferImpl
Add an "explicit" statement to the buffer (flushes on overflow).
add(Resource, URI, Value, Resource, StatementEnum) - Method in class com.bigdata.rdf.rio.AsynchronousStatementBufferFactory.AsynchronousStatementBufferImpl
Add a statement to the buffer (core impl).
add(S) - Method in class com.bigdata.rdf.rio.AsynchronousStatementBufferFactory.AsynchronousStatementBufferImpl
 
add(F) - Method in interface com.bigdata.rdf.rio.IStatementBuffer
Add a statement to the buffer.
add(Resource, URI, Value) - Method in interface com.bigdata.rdf.rio.IStatementBuffer
Add an "explicit" statement to the buffer with a "null" context.
add(Resource, URI, Value, Resource) - Method in interface com.bigdata.rdf.rio.IStatementBuffer
Add an "explicit" statement to the buffer.
add(Resource, URI, Value, Resource, StatementEnum) - Method in interface com.bigdata.rdf.rio.IStatementBuffer
Add a statement to the buffer.
add(LoadStats) - Method in class com.bigdata.rdf.rio.LoadStats
 
add(Resource, URI, Value) - Method in class com.bigdata.rdf.rio.StatementBuffer
Add an "explicit" statement to the buffer (flushes on overflow, no context).
add(Resource, URI, Value, Resource) - Method in class com.bigdata.rdf.rio.StatementBuffer
Add an "explicit" statement to the buffer (flushes on overflow).
add(Resource, URI, Value, Resource, StatementEnum) - Method in class com.bigdata.rdf.rio.StatementBuffer
Add a statement to the buffer (core impl, flushes on overflow).
add(Statement) - Method in class com.bigdata.rdf.rio.StatementBuffer
 
add(SPO, Justification) - Method in interface com.bigdata.rdf.spo.ISPOAssertionBuffer
Deprecated. by ISolutions in an IBuffer.
add(ISPO) - Method in interface com.bigdata.rdf.spo.ISPOBuffer
Deprecated. Adds an ISPO.
add(Value) - Method in class com.bigdata.rdf.vocab.BaseVocabulary
Adds a Value into the internal collection.
add(E) - Method in class com.bigdata.relation.accesspath.AbstractArrayBuffer
 
add(E) - Method in class com.bigdata.relation.accesspath.AbstractUnsynchronizedArrayBuffer
Not thread-safe.
add(E) - Method in class com.bigdata.relation.accesspath.BlockingBuffer
 
add(E, long, TimeUnit) - Method in class com.bigdata.relation.accesspath.BlockingBuffer
Add element to the buffer.
add(E) - Method in interface com.bigdata.relation.accesspath.IBuffer
Add an element to the buffer.
add(E) - Method in interface com.bigdata.relation.accesspath.IRunnableBuffer
Add an element to the buffer.
add(IIndexManager) - Method in class com.bigdata.relation.locator.DefaultResourceLocator
Causes the IIndexManager to be tested when attempting to resolve a resource identifiers.
add(String, IResourceLocator<T>) - Method in class com.bigdata.relation.locator.ResourceLocatorMap
Deprecated. Add a mapping from an String to the IResourceLocator for the identified IRelation.
add(RuleStats) - Method in class com.bigdata.relation.rule.eval.RuleStats
Aggregates statistics.
add(SegmentMetadata) - Method in class com.bigdata.resources.IndexSegmentIndex
Add an entry under the commitTime and resource UUID associated with the IResourceMetadata record.
add(JournalMetadata) - Method in class com.bigdata.resources.JournalIndex
Add an entry under the commitTime associated with the JournalMetadata record.
add(String, double) - Method in class com.bigdata.search.Hit
Adds another component to the cosine.
add(Token) - Method in class com.bigdata.search.TermFrequencyData
Add a Token.
add(Token) - Method in class com.bigdata.search.TermMetadata
Add an occurrence.
add(long, int, Token) - Method in class com.bigdata.search.TokenBuffer
Adds another token to the current field of the current document.
add(long) - Method in class com.bigdata.service.CommitTimeIndex
Add an entry for the commitTime.
add(KVO<O>) - Method in class com.bigdata.service.ndx.pipeline.KVOList
Add a reference to the duplicates list.
add(E) - Method in class com.bigdata.service.proxy.ClientBuffer
 
add(E) - Method in interface com.bigdata.service.proxy.RemoteBuffer
 
add(E) - Method in class com.bigdata.service.proxy.RemoteBufferImpl
 
add(E) - Method in interface com.bigdata.service.proxy.RemoteRunnableBuffer
 
add(IPrecondition) - Method in class com.bigdata.sparse.Precondition
 
add(E) - Method in class com.bigdata.zookeeper.AbstractZooQueue
Adds an element to the tail of the queue.
add(E, long, TimeUnit) - Method in class com.bigdata.zookeeper.AbstractZooQueue
 
add2(E) - Method in class com.bigdata.relation.accesspath.AbstractUnsynchronizedArrayBuffer
Adds an element to the buffer.
addAll(Collection<? extends E>) - Method in class com.bigdata.btree.BigdataSet
 
addAll(Collection<? extends T>) - Method in class com.bigdata.cache.RingBuffer
 
addAndGet(long) - Method in class com.bigdata.util.concurrent.Latch
Adds the delta to the internal counter.
addAxioms(Collection<BigdataStatement>) - Method in class com.bigdata.rdf.axioms.BaseAxioms
Adds all axioms declared by this class into axioms.
addAxioms(Collection<BigdataStatement>) - Method in class com.bigdata.rdf.axioms.OwlAxioms
 
addAxioms(Collection<BigdataStatement>) - Method in class com.bigdata.rdf.axioms.RdfsAxioms
Adds the axioms for RDF Schema.
addBasicServiceOrClientCounters(CounterSet, String, Class, Properties) - Static method in class com.bigdata.counters.AbstractStatisticsCollector
Adds the Info and Memory counter sets under the serviceRoot.
addCacheOrderChangeListener(LRUCache.ICacheOrderChangeListener<K, T>) - Method in class com.bigdata.cache.LRUCache
Registers a listener for removeEntry events.
addChild(IndexSegmentBuilder.SimpleNodeData, long, IndexSegmentBuilder.AbstractSimpleNodeData) - Method in class com.bigdata.btree.IndexSegmentBuilder
Record the persistent address of a child on its parent and the #of entries spanned by that child.
addClosureOf(IRule[]) - Method in class com.bigdata.relation.rule.Program
Adds a sub-program consisting of the fixed point closure of the given rules.
addClosureOf(IRule) - Method in class com.bigdata.relation.rule.Program
Adds a sub-program consisting of the fixed point closure of the given rule.
addCommand(List<String>) - Method in class com.bigdata.jini.start.config.JavaServiceConfiguration.JavaServiceStarter
Adds the path of the java executable.
addCommand(List<String>) - Method in class com.bigdata.jini.start.config.JiniCoreServicesConfiguration.JiniCoreServicesStarter
Figures out the executable depending on the platform if Options#CMD was not specified.
addCommand(List<String>) - Method in class com.bigdata.jini.start.config.ServiceConfiguration.AbstractServiceStarter
Add the command to be executed (eg, "java", etc).
addCommandArgs(List<String>) - Method in class com.bigdata.jini.start.config.JavaServiceConfiguration.JavaServiceStarter
Extended to add JavaServiceConfiguration.Options.DEFAULT_JAVA_ARGS, JavaServiceConfiguration.Options.CLASSPATH, JavaServiceConfiguration.Options.LOG4J, and the ServiceConfiguration.className to the command line.
addCommandArgs(List<String>) - Method in class com.bigdata.jini.start.config.JiniCoreServicesConfiguration.JiniCoreServicesStarter
 
addCommandArgs(List<String>) - Method in class com.bigdata.jini.start.config.ServiceConfiguration.AbstractServiceStarter
Adds command arguments immediately following the executable name.
addCommandArgs(List<String>) - Method in class com.bigdata.jini.start.config.ZookeeperServerConfiguration.ZookeeperServiceStarter
Extended to add the configuration file on the command line after the class name.
addConnectionListener(SailConnectionListener) - Method in class com.bigdata.rdf.sail.BigdataSail.BigdataSailConnection
Note: This method is strongly discouraged as it imposes an extremely high burden on the database requiring the materialization at the client of every statement to be added or removed from the database in the scope of this SailConnection.
addCounter(String, IInstrument) - Method in class com.bigdata.counters.CounterSet
Add a counter.
addDetail(String, Object) - Method in class com.bigdata.service.Event
Add a detail.
addDetails(Map<String, Object>) - Method in class com.bigdata.service.Event
Add details.
addEdge(Object, Object) - Method in class com.bigdata.concurrent.TxDag
Add an edge to the DAG.
addEdges(Object, Object[]) - Method in class com.bigdata.concurrent.TxDag
Add a set of edges to the DAG.
addedWatch(String, int) - Method in class com.bigdata.zookeeper.HierarchicalZNodeWatcher
Notification method is invoked each time we add a znode to the set of znodes that we are watching.
addFilter(IFilter) - Method in class com.bigdata.btree.filter.FilterConstructor
Add a(nother) filter to the filter stack.
addFilter(IFilter<I, ?, E>) - Method in class com.bigdata.striterator.ChunkedOrderedStriterator
Strengthened return type.
addFilter(IFilter<I, ?, E>) - Method in class com.bigdata.striterator.ChunkedStriterator
Strengthened return type.
addFilter(IFilter<I, ?, E>) - Method in interface com.bigdata.striterator.IChunkedOrderedStriterator
 
addFilter(IFilter<I, ?, E>) - Method in interface com.bigdata.striterator.IChunkedStriterator
 
addFilter(IFilter<I, ?, E>) - Method in interface com.bigdata.striterator.IStriterator
Stack a filter on the source iterator.
addFilter(IFilter<I, ?, E>) - Method in class com.bigdata.striterator.Striterator
 
addGarbageCollectorMXBeanCounters(CounterSet) - Static method in class com.bigdata.counters.AbstractStatisticsCollector
Adds/updates counters relating to JVM Garbage Collection.
addGraph() - Method in class com.bigdata.samples.SparqlBuilder.Graph
 
addGraph() - Method in class com.bigdata.samples.SparqlBuilder.UnionGraph
 
addHeader(String, String) - Method in class com.bigdata.util.httpd.NanoHTTPD.Response
Adds given line to the header.
addInstanceOfFilter(Class<E>) - Method in interface com.bigdata.striterator.IStriterator
Visits elements that are instances of the specified class.
addInstanceOfFilter(Class<E>) - Method in class com.bigdata.striterator.Striterator
 
addJustifications(IChunkedIterator<Justification>) - Method in class com.bigdata.rdf.spo.SPORelation
Adds justifications to the store.
addLeafListener(Leaf.ILeafListener) - Method in class com.bigdata.btree.Leaf
Register an Leaf.ILeafListener with this Leaf.
addNamespace(String, String) - Method in class com.bigdata.rdf.store.AbstractTripleStore
Defines a transient mapping from a URI to a namespace prefix that will be used for that URI by AbstractResource.toString().
addPending(E, AbstractPendingSetSubtask, L) - Method in class com.bigdata.service.ndx.pipeline.AbstractPendingSetMasterTask
Add a work item to the pending set.
addPending(E) - Method in class com.bigdata.service.ndx.pipeline.AbstractPendingSetSubtask
 
addr - Variable in class com.bigdata.journal.CommitRecordIndex.Entry
The address of the ICommitRecord whose commit timestamp is CommitRecordIndex.Entry.commitTime.
Addr - Class in com.bigdata.rawstore
Deprecated. This is now an interface that is extended by IRawStore such that each store may be provisioned for a different split between the bits dedicated to the offset and the bits dedicated to the length of the data record. Only Addr.toLong(int, int), Addr.getOffset(long), and Addr.getByteCount(long) will need to become instance methods. The metadata required to recover the provisioned bit split must be stored in the root block of a persistence store so that it may be recovered without record to decoding an Addr. (This is also going to cause a lot of javadoc comments to refer to the "Addr" interface, which will be the base interface for IRawStore and that will be confusing and should be cleaned up.)

Other consequences are that offset and nextOffset are always long integers and that packing and unpacking of addresses requires knowledge of the #offset bits (so SerializerUtil should not be used for those cases). This change to serialization also effects how btree nodes and leaves are stored.

Addr() - Constructor for class com.bigdata.rawstore.Addr
Deprecated.  
addrBloom - Variable in class com.bigdata.btree.IndexSegmentCheckpoint
Address of the optional bloom filter and 0L iff no bloom filter was constructed.
addResource(IResourceMetadata, File) - Method in class com.bigdata.resources.StoreManager
Notify the resource manager of a new resource.
AddressSerializer - Class in com.bigdata.btree
Deprecated. Along with NodeSerializer by the IRabaCoder
AddressSerializer() - Constructor for class com.bigdata.btree.AddressSerializer
Deprecated. De-serialization ctor.
addrFirstLeaf - Variable in class com.bigdata.btree.IndexSegmentCheckpoint
Address of the first leaf in the file.
addRioLoaderListener(RioLoaderListener) - Method in class com.bigdata.rdf.rio.BasicRioLoader
 
addRioLoaderListener(RioLoaderListener) - Method in interface com.bigdata.rdf.rio.IRioLoader
Register a listener.
addrLastLeaf - Variable in class com.bigdata.btree.IndexSegmentCheckpoint
Address of the last leaf in the file.
addrMetadata - Variable in class com.bigdata.btree.IndexSegmentCheckpoint
The address of the IndexMetadata record.
addrRoot - Variable in class com.bigdata.btree.IndexSegmentCheckpoint
Address of the root node or leaf in the file.
addScheduledTask(Runnable, long, long, TimeUnit) - Method in class com.bigdata.service.AbstractFederation
Adds a task which will run until canceled, until it throws an exception, or until the federation is AbstractFederation.shutdown().
addScheduledTasks() - Method in class com.bigdata.service.DistributedTransactionService
Adds the scheduled tasks.
addSeparatorKey(IndexSegmentBuilder.SimpleLeafData) - Method in class com.bigdata.btree.IndexSegmentBuilder
Copies the first key of a new leaf as a separatorKey for the appropriate parent (if any) of that leaf.
addServiceOptions(List<String>) - Method in class com.bigdata.jini.start.config.JiniServiceConfiguration.JiniServiceStarter
Extended to specify the configuration file (in the service directory) as an argument to the java class whose main routine will be invoked and to add the JiniServiceConfiguration.Options.JINI_OPTIONS.
addServiceOptions(List<String>) - Method in class com.bigdata.jini.start.config.ServiceConfiguration.AbstractServiceStarter
Add options at the end of the command line.
addServiceProperties(CounterSet, Properties) - Static method in class com.bigdata.counters.AbstractStatisticsCollector
Lists out all of the properties and then report each property using a OneShotInstrument.
addSource(IAsynchronousIterator<IBindingSet[]>) - Method in class com.bigdata.relation.rule.eval.pipeline.DistributedJoinTask
Adds a source from which this DistributedJoinTask will read IBindingSet chunks.
addStatement(Resource, URI, Value, Resource...) - Method in class com.bigdata.rdf.sail.BigdataSail.BigdataSailConnection
Sesame has a concept of a "null" graph.
addStatement(Resource, URI, Value) - Method in class com.bigdata.rdf.store.AbstractTripleStore
 
addStatement(Resource, URI, Value, Resource) - Method in class com.bigdata.rdf.store.AbstractTripleStore
 
addStatementIdentifiers(ISPO[], int) - Method in class com.bigdata.rdf.lexicon.LexiconRelation
Assign unique statement identifiers to triples.
addStatements(BigdataStatement[], int) - Method in class com.bigdata.rdf.rio.StatementBuffer
Adds the statements to each index (batch api, NO truth maintenance).
addStatements(ISPO[], int) - Method in class com.bigdata.rdf.store.AbstractTripleStore
 
addStatements(ISPO[], int, IElementFilter<ISPO>) - Method in class com.bigdata.rdf.store.AbstractTripleStore
 
addStatements(IChunkedOrderedIterator<ISPO>, IElementFilter<ISPO>) - Method in class com.bigdata.rdf.store.AbstractTripleStore
 
addStatements(AbstractTripleStore, boolean, IChunkedOrderedIterator<ISPO>, IElementFilter<ISPO>) - Method in class com.bigdata.rdf.store.AbstractTripleStore
Add statements to the statementStore.
addStatements(ISPO[], int) - Method in interface com.bigdata.rdf.store.IRawTripleStore
Writes the statements onto the statements indices (batch, parallel, NO truth maintenance).
addStatements(ISPO[], int, IElementFilter<ISPO>) - Method in interface com.bigdata.rdf.store.IRawTripleStore
Writes the statements onto the statement indices (batch, parallel, NO truth maintenance).
addStatements(IChunkedOrderedIterator<ISPO>, IElementFilter<ISPO>) - Method in interface com.bigdata.rdf.store.IRawTripleStore
Deprecated. by SPORelation.insert(IChunkedOrderedIterator)
addStep(IStep) - Method in class com.bigdata.rdf.rules.MappedProgram
Extended to add the N steps that map the given step across the database and the focusStore.
addStep(IStep) - Method in class com.bigdata.relation.rule.Program
Add another step in the program.
addSteps(Iterator<? extends IStep>) - Method in class com.bigdata.relation.rule.Program
Adds the steps to the program.
addTerm(Value) - Method in class com.bigdata.rdf.store.AbstractTripleStore
Delegates to the batch API.
addTerm(Value) - Method in interface com.bigdata.rdf.store.IRawTripleStore
Add a term into the term:id index and the id:term index, returning the assigned term identifier (non-batch API).
addTerms(BigdataValue[], int, boolean) - Method in class com.bigdata.rdf.lexicon.LexiconRelation
Batch insert of terms into the database.
addTerms(BigdataValue[], int) - Method in class com.bigdata.rdf.rio.StatementBuffer
 
addTerms(BigdataValue[]) - Method in class com.bigdata.rdf.store.AbstractTripleStore
 
addTerms(BigdataValue[]) - Method in interface com.bigdata.rdf.store.IRawTripleStore
Batch insert of terms into the database.
addToOutputBuffer(L, E[], int, int, boolean) - Method in class com.bigdata.service.ndx.pipeline.AbstractMasterTask
Resolves the output buffer onto which the split must be written and adds the data to that output buffer.
addTriplePattern(String, String, String) - Method in class com.bigdata.samples.SparqlBuilder
 
addTriplePattern(String, String, Literal) - Method in class com.bigdata.samples.SparqlBuilder
 
addTriplePattern(String, String, URI) - Method in class com.bigdata.samples.SparqlBuilder
 
addTriplePattern(String, String, Value) - Method in class com.bigdata.samples.SparqlBuilder
 
addTriplePattern(String, URI, String) - Method in class com.bigdata.samples.SparqlBuilder
 
addTriplePattern(String, URI, Literal) - Method in class com.bigdata.samples.SparqlBuilder
 
addTriplePattern(String, URI, URI) - Method in class com.bigdata.samples.SparqlBuilder
 
addTriplePattern(String, URI, Value) - Method in class com.bigdata.samples.SparqlBuilder
 
addTriplePattern(URI, String, String) - Method in class com.bigdata.samples.SparqlBuilder
 
addTriplePattern(URI, String, Literal) - Method in class com.bigdata.samples.SparqlBuilder
 
addTriplePattern(URI, String, URI) - Method in class com.bigdata.samples.SparqlBuilder
 
addTriplePattern(URI, String, Value) - Method in class com.bigdata.samples.SparqlBuilder
 
addTriplePattern(URI, URI, String) - Method in class com.bigdata.samples.SparqlBuilder
 
addTriplePattern(String, String, String, boolean) - Method in class com.bigdata.samples.SparqlBuilder
 
addTriplePattern(String, String, Literal, boolean) - Method in class com.bigdata.samples.SparqlBuilder
 
addTriplePattern(String, String, URI, boolean) - Method in class com.bigdata.samples.SparqlBuilder
 
addTriplePattern(String, String, Value, boolean) - Method in class com.bigdata.samples.SparqlBuilder
 
addTriplePattern(String, URI, String, boolean) - Method in class com.bigdata.samples.SparqlBuilder
 
addTriplePattern(String, URI, Literal, boolean) - Method in class com.bigdata.samples.SparqlBuilder
 
addTriplePattern(String, URI, URI, boolean) - Method in class com.bigdata.samples.SparqlBuilder
 
addTriplePattern(String, URI, Value, boolean) - Method in class com.bigdata.samples.SparqlBuilder
 
addTriplePattern(URI, String, String, boolean) - Method in class com.bigdata.samples.SparqlBuilder
 
addTriplePattern(URI, String, Literal, boolean) - Method in class com.bigdata.samples.SparqlBuilder
 
addTriplePattern(URI, String, URI, boolean) - Method in class com.bigdata.samples.SparqlBuilder
 
addTriplePattern(URI, String, Value, boolean) - Method in class com.bigdata.samples.SparqlBuilder
 
addTriplePattern(URI, URI, String, boolean) - Method in class com.bigdata.samples.SparqlBuilder
 
addTriplePattern(String, String, String) - Method in class com.bigdata.samples.SparqlBuilder.Graph
 
addTriplePattern(String, String, Literal) - Method in class com.bigdata.samples.SparqlBuilder.Graph
 
addTriplePattern(String, String, URI) - Method in class com.bigdata.samples.SparqlBuilder.Graph
 
addTriplePattern(String, String, Value) - Method in class com.bigdata.samples.SparqlBuilder.Graph
 
addTriplePattern(String, URI, String) - Method in class com.bigdata.samples.SparqlBuilder.Graph
 
addTriplePattern(String, URI, Literal) - Method in class com.bigdata.samples.SparqlBuilder.Graph
 
addTriplePattern(String, URI, URI) - Method in class com.bigdata.samples.SparqlBuilder.Graph
 
addTriplePattern(String, URI, Value) - Method in class com.bigdata.samples.SparqlBuilder.Graph
 
addTriplePattern(URI, String, String) - Method in class com.bigdata.samples.SparqlBuilder.Graph
 
addTriplePattern(URI, String, Literal) - Method in class com.bigdata.samples.SparqlBuilder.Graph
 
addTriplePattern(URI, String, URI) - Method in class com.bigdata.samples.SparqlBuilder.Graph
 
addTriplePattern(URI, String, Value) - Method in class com.bigdata.samples.SparqlBuilder.Graph
 
addTriplePattern(URI, URI, String) - Method in class com.bigdata.samples.SparqlBuilder.Graph
 
addValues() - Method in class com.bigdata.rdf.vocab.BaseVocabulary
Add all Values declared by this class.
addValues() - Method in class com.bigdata.rdf.vocab.RDFSVocabulary
 
addWatcher(Watcher) - Method in class com.bigdata.zookeeper.ZooKeeperAccessor
Adds a Watcher which will receive WatchedEvents until it is removed.
advance(ITuple<E>) - Method in class com.bigdata.btree.filter.Advancer
Offers an opportunity to advance the source ITupleCursor to a new key using {@link ITupleCursor#seek(byte[]).
advance(ITuple<SPO>) - Method in class com.bigdata.rdf.spo.DistinctTermAdvancer
 
Advancer<E> - Class in com.bigdata.btree.filter
Used to write logic that advances an ITupleCursor to another key after it visits some element.
Advancer() - Constructor for class com.bigdata.btree.filter.Advancer
 
afterTask(AbstractTask, Throwable) - Method in class com.bigdata.journal.WriteExecutorService
This is executed after AbstractTask.doTask().
aggregate(AbstractKeyArrayIndexProcedure.ResultBitBuffer, Split) - Method in class com.bigdata.btree.proc.AbstractKeyArrayIndexProcedure.ResultBitBufferCounter
 
aggregate(AbstractKeyArrayIndexProcedure.ResultBitBuffer, Split) - Method in class com.bigdata.btree.proc.AbstractKeyArrayIndexProcedure.ResultBitBufferHandler
 
aggregate(AbstractKeyArrayIndexProcedure.ResultBuffer, Split) - Method in class com.bigdata.btree.proc.AbstractKeyArrayIndexProcedure.ResultBufferHandler
 
aggregate(Boolean, Split) - Method in class com.bigdata.btree.proc.BooleanORAggregator
 
aggregate(Integer, Split) - Method in class com.bigdata.btree.proc.IntegerAggregator
 
aggregate(R, Split) - Method in interface com.bigdata.btree.proc.IResultHandler
Method is invoked for each result and is responsible for combining the results in whatever manner is meaningful for the procedure.
aggregate(R, Split) - Method in class com.bigdata.btree.proc.ListResultAggregator
 
aggregate(Long, Split) - Method in class com.bigdata.btree.proc.LongAggregator
 
aggregate(Object, Split) - Method in class com.bigdata.service.ndx.IdentityHandler
 
aggregateAsync(X[], R, Split) - Method in interface com.bigdata.btree.proc.IAsyncResultHandler
Method is invoked for each result and is responsible for combining the results in whatever manner is meaningful for the procedure.
AGGREGATORS_TEMPLATE - Static variable in interface com.bigdata.service.jini.master.TaskMaster.ConfigurationOptions
Deprecated. This is a trial feature which is not fully implemented.
aggregatorServiceItems - Variable in class com.bigdata.service.jini.master.TaskMaster.DiscoveredServices
The services on which the aggregators will be executed (and an empty array if no aggregator services were requested).
aggregatorServiceMap - Variable in class com.bigdata.service.jini.master.TaskMaster.JobState
The mapping of aggregators onto the IRemoteExecutors on which that aggregator will execute.
aggregatorsTemplate - Variable in class com.bigdata.service.jini.master.TaskMaster.JobState
The ServicesTemplate describing the types of services and the minimum #of services for aggregating asynchronous index writes performed by the clients.
AggregatorTask<T extends IKeyArrayIndexProcedure,O,R,A> - Class in com.bigdata.service.jini.master
A task which aggregates writes destined for a specific scale-out index.
AggregatorTask(String, long, IResultHandler<R, A>, IDuplicateRemover<O>, AbstractKeyArrayIndexProcedureConstructor<T>) - Constructor for class com.bigdata.service.jini.master.AggregatorTask
 
ALL - Static variable in interface com.bigdata.btree.IRangeQuery
Shorthand for [IRangeQuery.KEYS, IRangeQuery.VALS, IRangeQuery.DELETED].
ALL - Static variable in interface com.bigdata.relation.rule.eval.IJoinNexus
IJoinNexus.ELEMENT and IJoinNexus.BINDINGS and IJoinNexus.RULE.
ALL - Static variable in class com.bigdata.relation.rule.Slice
A slice corresponding to all results (offset is zero, limit is Long.MAX_VALUE).
ALL - Static variable in interface com.bigdata.zookeeper.HierarchicalZNodeWatcherFlags
Shorthand for [HierarchicalZNodeWatcherFlags.EXISTS, HierarchicalZNodeWatcherFlags.DATA, HierarchicalZNodeWatcherFlags.CHILDREN].
allCombinations(int, int) - Static method in class com.bigdata.rdf.magic.MagicKeyOrderStrategy
 
allDone() - Method in class com.bigdata.service.jini.master.TaskMaster
Check the futures.
allocate(int) - Method in class com.bigdata.journal.BufferedDiskStrategy
 
allocate(int) - Method in class com.bigdata.journal.DiskOnlyStrategy
 
allocate(int) - Method in class com.bigdata.journal.TemporaryRawStore
 
allocate(int) - Method in interface com.bigdata.rawstore.IUpdateStore
Allocate a record without writing it on the store
allocLeaf(AbstractBTree, long, ILeafData) - Method in class com.bigdata.btree.BTree.NodeFactory
 
allocLeaf(AbstractBTree, long, ILeafData) - Method in class com.bigdata.btree.IndexSegment.ImmutableNodeFactory
 
allocLeaf(AbstractBTree, long, ILeafData) - Method in class com.bigdata.btree.IndexSegmentBuilder.NOPNodeFactory
 
allocLeaf(AbstractBTree, long, ILeafData) - Method in interface com.bigdata.btree.INodeFactory
Create a leaf.
allocNode(AbstractBTree, long, INodeData) - Method in class com.bigdata.btree.BTree.NodeFactory
 
allocNode(AbstractBTree, long, INodeData) - Method in class com.bigdata.btree.IndexSegment.ImmutableNodeFactory
 
allocNode(AbstractBTree, long, INodeData) - Method in class com.bigdata.btree.IndexSegmentBuilder.NOPNodeFactory
 
allocNode(AbstractBTree, long, INodeData) - Method in interface com.bigdata.btree.INodeFactory
Create a node.
allow(boolean) - Method in class com.bigdata.jini.start.config.AbstractHostConstraint
 
allow() - Method in class com.bigdata.jini.start.config.AbstractHostConstraint
 
allow(JiniFederation) - Method in class com.bigdata.jini.start.config.AbstractHostConstraint
 
allow() - Method in class com.bigdata.jini.start.config.HostAllowConstraint
 
allow() - Method in class com.bigdata.jini.start.config.HostRejectConstraint
 
allow(JiniFederation) - Method in interface com.bigdata.jini.start.config.IServiceConstraint
Return true iff a service may be instantiated on this host.
allow(JiniFederation) - Method in class com.bigdata.jini.start.config.JiniNotRunningConstraint
 
allow(JiniFederation) - Method in class com.bigdata.jini.start.config.JiniRunningConstraint
 
allow(JiniFederation) - Method in class com.bigdata.jini.start.config.MaxClientServicesPerHostConstraint
 
allow(JiniFederation) - Method in class com.bigdata.jini.start.config.MaxDataServicesPerHostConstraint
 
allow(JiniFederation) - Method in class com.bigdata.jini.start.config.MDSRunningConstraint
 
allow(JiniFederation) - Method in class com.bigdata.jini.start.config.TXRunningConstraint
 
allow(JiniFederation) - Method in class com.bigdata.jini.start.config.ZookeeperRunningConstraint
 
alphabet - Static variable in class com.bigdata.rdf.magic.MagicKeyOrderStrategy.CharFormatter
 
ALTERNATE_ROOT_BLOCK - Static variable in interface com.bigdata.journal.Options
WARNING - The use of this option is dangerous. This option MAY be used if you have a commit point whose root block is valid but where the data associated with that root block is invalid.
am - Variable in class com.bigdata.rawstore.AbstractRawWormStore
The object that knows how to encode, decode, and (de-)serialize addresses.
append(int, int, byte[]) - Method in interface com.bigdata.btree.keys.IKeyBuilder
Append len bytes starting at off in a to the key buffer.
append(String) - Method in interface com.bigdata.btree.keys.IKeyBuilder
Encodes a Unicode string using the configured KeyBuilder.Options.COLLATOR and appends the resulting sort key to the buffer (without a trailing nul byte).
append(byte[]) - Method in interface com.bigdata.btree.keys.IKeyBuilder
Appends an array of bytes - the bytes are treated as unsigned values.
append(double) - Method in interface com.bigdata.btree.keys.IKeyBuilder
Appends a double precision floating point value by first converting it into a signed long integer using Double.doubleToLongBits(double), converting that values into a twos-complement number and then appending the bytes in big-endian order into the key buffer.
append(float) - Method in interface com.bigdata.btree.keys.IKeyBuilder
Appends a single precision floating point value by first converting it into a signed integer using Float.floatToIntBits(float) converting that values into a twos-complement number and then appending the bytes in big-endian order into the key buffer.
append(UUID) - Method in interface com.bigdata.btree.keys.IKeyBuilder
Appends the UUID to the key using the MSB and then the LSB.
append(long) - Method in interface com.bigdata.btree.keys.IKeyBuilder
Appends a signed long integer to the key by first converting it to a lexiographic ordering as an unsigned long integer and then appending it into the buffer as 8 bytes using a big-endian order.
append(int) - Method in interface com.bigdata.btree.keys.IKeyBuilder
Appends a signed integer to the key by first converting it to a lexiographic ordering as an unsigned integer and then appending it into the buffer as 4 bytes using a big-endian order.
append(short) - Method in interface com.bigdata.btree.keys.IKeyBuilder
Appends a signed short integer to the key by first converting it to a two-complete representation supporting unsigned byte[] comparison and then appending it into the buffer as 2 bytes using a big-endian order.
append(byte) - Method in interface com.bigdata.btree.keys.IKeyBuilder
Converts the signed byte to an unsigned byte and appends it to the key.
append(Object) - Method in interface com.bigdata.btree.keys.IKeyBuilder
Append the value to the buffer, encoding it as appropriate based on the class of the object.
append(int, int, byte[]) - Method in class com.bigdata.btree.keys.KeyBuilder
 
append(String) - Method in class com.bigdata.btree.keys.KeyBuilder
 
append(byte[]) - Method in class com.bigdata.btree.keys.KeyBuilder
 
append(double) - Method in class com.bigdata.btree.keys.KeyBuilder
 
append(float) - Method in class com.bigdata.btree.keys.KeyBuilder
 
append(UUID) - Method in class com.bigdata.btree.keys.KeyBuilder
 
append(long) - Method in class com.bigdata.btree.keys.KeyBuilder
 
append(int) - Method in class com.bigdata.btree.keys.KeyBuilder
 
append(short) - Method in class com.bigdata.btree.keys.KeyBuilder
 
append(byte) - Method in class com.bigdata.btree.keys.KeyBuilder
 
append(Object) - Method in class com.bigdata.btree.keys.KeyBuilder
 
append(File) - Static method in class com.bigdata.service.jini.util.JiniServicesHelper
Return a new file whose contents are the byte-by-byte concatenation of the JiniServicesHelper.CONFIG_STANDALONE configuration file and a configuration file specified by the caller, so leave some whitespace at the top or bottom of one of the files.
append(I) - Method in interface com.bigdata.striterator.IStriterator
Appends the given iterator when this iterator is exhausted.
append(I) - Method in class com.bigdata.striterator.Striterator
 
appendASCII(String) - Method in interface com.bigdata.btree.keys.IKeyBuilder
Encodes a unicode string by assuming that its contents are ASCII characters.
appendASCII(String) - Method in class com.bigdata.btree.keys.KeyBuilder
 
appendBlock(String, int, byte[], int, int) - Method in class com.bigdata.bfs.BigdataFileSystem
Atomic append of a block to a file version.
Appender<I extends Iterator<E>,E> - Class in com.bigdata.striterator
Appender pattern tacks on another iterator when the source iterator is exhausted.
Appender(I) - Constructor for class com.bigdata.striterator.Appender
 
appendNul() - Method in interface com.bigdata.btree.keys.IKeyBuilder
Append an unsigned zero byte to the key.
appendNul() - Method in class com.bigdata.btree.keys.KeyBuilder
 
appendPrimaryKey(IKeyBuilder, Object, boolean) - Method in class com.bigdata.sparse.Schema
Helper method appends a typed value to the compound key (this is used to get the primary key into the compound key).
appendSortKey(KeyBuilder, String) - Method in interface com.bigdata.btree.keys.UnicodeSortKeyGenerator
Append a Unicode sort key to the KeyBuilder.
appendText(String, boolean, boolean) - Method in interface com.bigdata.btree.keys.IKeyBuilder
Encodes a variable length text field into the buffer.
appendText(String, boolean, boolean) - Method in class com.bigdata.btree.keys.KeyBuilder
 
appendUnsigned(byte) - Method in class com.bigdata.btree.keys.KeyBuilder
 
apply(IIndex) - Method in class com.bigdata.bfs.AtomicBlockAppendProc
This procedure runs on the unisolated index.
apply(IIndex) - Method in class com.bigdata.bfs.AtomicBlockWriteProc
This procedure runs on the unisolated index.
apply(IIndex) - Method in class com.bigdata.btree.proc.BatchContains
Applies the operation using ISimpleBTree.contains(byte[]).
apply(IIndex) - Method in class com.bigdata.btree.proc.BatchInsert
Applies the operator using ISimpleBTree#insert(Object, Object)
apply(IIndex) - Method in class com.bigdata.btree.proc.BatchLookup
 
apply(IIndex) - Method in class com.bigdata.btree.proc.BatchRemove
Applies the operation.
apply(IIndex) - Method in interface com.bigdata.btree.proc.IIndexProcedure
Run the procedure.
apply(IIndex) - Method in class com.bigdata.btree.proc.RangeCountProcedure
Range count of entries in a key range for the index.
apply(IIndex) - Method in class com.bigdata.rdf.lexicon.Id2TermWriteProc
Conditionally inserts each key-value pair into the index.
apply(IIndex) - Method in class com.bigdata.rdf.lexicon.Term2IdWriteProc
For each term whose serialized key is mapped to the current index partition, lookup the term in the terms index.
apply(KVO<BigdataValue>) - Method in class com.bigdata.rdf.lexicon.Term2IdWriteTask.AssignTermId
 
apply(IIndex) - Method in class com.bigdata.rdf.magic.MagicIndexWriteProc
 
apply(IIndex) - Method in class com.bigdata.rdf.spo.JustIndexWriteProc
 
apply(IIndex) - Method in class com.bigdata.rdf.spo.SPOIndexWriteProc
 
apply(int, IBindingSet) - Method in class com.bigdata.relation.rule.eval.NestedSubqueryWithJoinThreadsTask
Evaluate a join dimension.
apply(int, IBindingSet, IBuffer<ISolution>) - Method in class com.bigdata.relation.rule.eval.NestedSubqueryWithJoinThreadsTask
Evaluate a join dimension.
apply(IIndex) - Method in class com.bigdata.search.TextIndexWriteProc
 
apply(KVO<O>) - Method in interface com.bigdata.service.ndx.pipeline.KVOList.Op
 
apply(IIndex) - Method in class com.bigdata.sparse.AtomicRowDelete
An atomic read of the matching properties is performed and those properties are then deleted atomically.
apply(IIndex) - Method in class com.bigdata.sparse.AtomicRowRead
Atomic read.
apply(IIndex) - Method in class com.bigdata.sparse.AtomicRowWriteRead
If a property set was specified then do an atomic write of the property set.
applyExistingStatements(AbstractTripleStore, AbstractTripleStore, IElementFilter<ISPO>) - Static method in class com.bigdata.rdf.inf.TruthMaintenance
Any statements in the fousStore that are already in the database are converted to explicit statements (iff they are not already explicit) and removed from the focusStore as a side-effect.
applyOptional(int, IBindingSet, IBuffer<ISolution>) - Method in class com.bigdata.relation.rule.eval.NestedSubqueryWithJoinThreadsTask
Method to be invoked IFF there were no solutions in the data that satisified the constraints on the rule.
architecture() - Static method in class org.apache.system.SystemUtil
Return the architecture name
args - Variable in class com.bigdata.jini.start.config.ServiceConfiguration
Command line arguments for the executable (placed immediately after the command to be executed).
ARGS - Static variable in interface com.bigdata.jini.start.config.ServiceConfiguration.Options
Command line arguments represented as a String[] that will be included in the command line before any service specific command line arguments when a command is executed to start a new service instance.
arity() - Method in class com.bigdata.rdf.magic.MagicPredicate
The arity is determined by the number of terms supplied in the ctor.
ARITY - Static variable in class com.bigdata.rdf.magic.MagicSchema
The arity of the relation.
arity() - Method in class com.bigdata.rdf.spo.SPOPredicate
The arity is 3 unless the context position was given (as either a variable or bound to a constant) in which case it is 4.
arity() - Method in interface com.bigdata.relation.rule.IPredicate
The #of slots in the predicate.
arity() - Method in class com.bigdata.relation.rule.Predicate
 
array() - Method in class com.bigdata.io.ByteArrayBuffer
The backing byte[] WILL be transparently replaced if the buffer capacity is extended.
array() - Method in class com.bigdata.io.FixedByteArrayBuffer
 
array() - Method in interface com.bigdata.io.IByteArrayBuffer
The backing byte[] WILL be transparently replaced if the buffer capacity is extended.
array() - Method in interface com.bigdata.io.IByteArraySlice
The backing byte[].
array() - Method in class com.bigdata.rdf.spo.SPOArrayIterator
Deprecated. Return the backing array.
array() - Method in class com.bigdata.striterator.ChunkedArrayIterator
Return the backing array.
ArrayBindingSet - Class in com.bigdata.relation.rule
An IBindingSet backed by an dense array (no gaps).
ArrayBindingSet(ArrayBindingSet) - Constructor for class com.bigdata.relation.rule.ArrayBindingSet
Copy constructor.
ArrayBindingSet(IVariable[], IConstant[]) - Constructor for class com.bigdata.relation.rule.ArrayBindingSet
Initialized with the given bindings (assumes for efficiency that all elements of bound arrays are non-null and that no variables are duplicated).
ArrayBindingSet(int) - Constructor for class com.bigdata.relation.rule.ArrayBindingSet
Initialized with the given capacity.
asBound(IBindingSet) - Method in class com.bigdata.rdf.magic.MagicPredicate
 
asBound(IVariable<Long>, IConstant<Long>) - Method in class com.bigdata.rdf.spo.SPOPredicate
Return a new instance in which all occurrences of the variable in the predicate have been replaced by the specified constant.
asBound(IBindingSet) - Method in class com.bigdata.rdf.spo.SPOPredicate
 
asBound(IBindingSet) - Method in interface com.bigdata.relation.rule.IPredicate
A copy of this IPredicate in which zero or more variables have been bound to constants using the given IBindingSet.
asBound(IBindingSet) - Method in class com.bigdata.relation.rule.Predicate
Note: easily implemented using Predicate.toArray(IBindingSet).
asByteBuffer() - Method in class com.bigdata.io.AbstractFixedByteArrayBuffer
 
asByteBuffer() - Method in class com.bigdata.io.ByteArrayBuffer
Wraps up a reference to the data in a ByteBuffer between the position and the limit.
asByteBuffer() - Method in interface com.bigdata.io.IDataRecord
Wraps the data in the slice within a ByteBuffer (does NOT copy the data).
ASCIIDecoderUtility - Class in com.bigdata.btree.keys
Utility reads unsigned byte[] keys from stdin and writes their decoded ASCII values on stdout.
ASCIIDecoderUtility() - Constructor for class com.bigdata.btree.keys.ASCIIDecoderUtility
 
ASCIIKeyBuilderFactory - Class in com.bigdata.btree.keys
Factory for instances that do NOT support Unicode.
ASCIIKeyBuilderFactory() - Constructor for class com.bigdata.btree.keys.ASCIIKeyBuilderFactory
De-serialization ctor.
ASCIIKeyBuilderFactory(int) - Constructor for class com.bigdata.btree.keys.ASCIIKeyBuilderFactory
 
asFileMode() - Method in enum com.bigdata.journal.ForceEnum
Return the read-write file mode corresponding to the enum value.
asHistoricalRead(long) - Static method in class com.bigdata.journal.TimestampUtility
Accepts a commitTime and returns a timestamp that will be interpreted as a historical read (this is a NOP).
asMap() - Method in interface com.bigdata.bfs.DocumentHeader
Returns a read-only view of the document metadata.
asMap() - Method in class com.bigdata.bfs.DocumentHeaderImpl
 
asMap() - Method in class com.bigdata.bfs.RepositoryDocumentImpl
 
asMap() - Method in interface com.bigdata.sparse.ITPS
Return a copy of the tuples showing only the most recent value for each property.
asMap(long) - Method in interface com.bigdata.sparse.ITPS
Return a copy of the tuples showing only the most recent value for each property whose timestamp is not greater than the given timestamp.
asMap(long, INameFilter) - Method in interface com.bigdata.sparse.ITPS
Return a copy of the tuples showing only the most recent value for each property whose timestamp is not greater than the given timestamp.
asMap() - Method in class com.bigdata.sparse.TPS
 
asMap(long) - Method in class com.bigdata.sparse.TPS
 
asMap(long, INameFilter) - Method in class com.bigdata.sparse.TPS
Note: A LinkedHashMap is returned to reduce the overhead with iterators while preserving the ordering imposed by TPS.tuples.
asReadCommittedView() - Method in class com.bigdata.rdf.sail.BigdataSail
A factory returning the singleton read-committed view of the database.
asReadCommittedView() - Method in class com.bigdata.rdf.store.AbstractTripleStore
A factory returning a read-committed view of the database.
asReadOnlyBuffer() - Method in class com.bigdata.btree.IndexSegmentCheckpoint
Returns a new view of the read-only ByteBuffer containing the serialized representation of the IndexSegmentCheckpoint record.
asReadOnlyBuffer() - Method in interface com.bigdata.journal.IRootBlockView
A read-only buffer whose contents are the root block.
asReadOnlyBuffer() - Method in class com.bigdata.journal.RootBlockView
 
ASSERT_FOUND_RETURN_NO_VALUES - Static variable in class com.bigdata.btree.proc.BatchRemove.BatchRemoveConstructor
Singleton does NOT request the return of the values that were removed from the index by the operation but asserts that each key was in fact present in the index.
assertAll(TempTripleStore) - Method in class com.bigdata.rdf.inf.TruthMaintenance
Perform truth maintenance for statement assertion.
assertByteCount(int) - Method in class com.bigdata.rawstore.WormAddressManager
Range check the byte count.
assertColumnName(String) - Static method in class com.bigdata.sparse.NameChecker
Assert that the string is valid as the name of a column.
assertCursorPositionDefined() - Method in class com.bigdata.btree.AbstractBTreeTupleCursor
The cursor position is undefined until #first(boolean), #last(boolean), or AbstractBTreeTupleCursor.seek(byte[]) is used to position the cursor.
assertExists() - Method in class com.bigdata.bfs.RepositoryDocumentImpl
Assert that a version of the file existed when this view was constructed.
assertInitialized() - Method in class com.bigdata.relation.accesspath.AbstractAccessPath
 
assertInvariants() - Method in class com.bigdata.btree.AbstractNode
Invariants: A node with nkeys + 1 children. A node must have between [m/2:m] children (alternatively, between [m/2-1:m-1] keys since nkeys + 1 == nchildren for a node). A leaf has no children and has between [m/2:m] key-value pairs (the same as the #of children on a node). The root leaf may be deficient (may have less than m/2 key-value pairs). where m is the branching factor and a node is understood to be a non-leaf node in the tree.
assertKeysMonotonic() - Method in class com.bigdata.btree.AbstractNode
Verify keys are monotonically increasing.
assertKeysMonotonic() - Method in class com.bigdata.btree.raba.MutableKeyBuffer
Verifies that the keys are in sort order and that undefined keys are [null].
assertLong(Map<String, Object>, String) - Static method in class com.bigdata.bfs.BigdataFileSystem
 
assertNonNegative(String, int) - Static method in class com.bigdata.io.ByteArrayBuffer
Throws exception unless the value is non-negative.
assertNotFull() - Method in class com.bigdata.btree.raba.AbstractRaba
 
assertNotFull() - Method in class com.bigdata.btree.raba.MutableValueBuffer
 
assertNotOpen() - Method in class com.bigdata.resources.StoreManager
 
assertNotReadOnly() - Method in class com.bigdata.btree.AbstractBTree
 
assertNotReadOnly() - Method in class com.bigdata.btree.raba.AbstractRaba
 
assertNotReadOnly() - Method in class com.bigdata.btree.view.FusedView
 
assertNotTransient() - Method in class com.bigdata.btree.AbstractBTree
 
assertNullAllowed(byte[]) - Method in class com.bigdata.btree.raba.AbstractRaba
 
assertOffset(long) - Method in class com.bigdata.rawstore.WormAddressManager
Range check the byte offset.
assertOffsetBits(int) - Static method in class com.bigdata.rawstore.WormAddressManager
Range checks the #of offset bits.
assertOpen() - Method in class com.bigdata.journal.AbstractBufferStrategy
 
assertOpen() - Method in class com.bigdata.journal.AbstractJournal
Assert that the store is open.
assertOpen() - Method in class com.bigdata.journal.ConcurrencyManager
 
assertOpen() - Method in class com.bigdata.journal.TemporaryRawStore
 
assertOpen() - Method in class com.bigdata.rdf.sail.BigdataSail
 
assertOpen() - Method in class com.bigdata.rdf.sail.BigdataSail.BigdataSailConnection
 
assertOpen() - Method in class com.bigdata.resources.StoreManager
 
assertOpen() - Method in class com.bigdata.service.AbstractFederation
 
assertOpen() - Method in class com.bigdata.service.AbstractTransactionService
 
assertResource(String) - Method in class com.bigdata.journal.AbstractTask
Asserts that the resource is one of the resource(s) declared to the constructor.
assertRunning() - Method in class com.bigdata.btree.ResultSet
true once ResultSet.init(int) has been called and until #done(byte[]) is called.
assertRunning() - Method in class com.bigdata.journal.AbstractTask
Assert that the task is still running (AbstractTask.aborted is false).
assertRunning() - Method in class com.bigdata.resources.StoreManager
Succeeds if the StoreManager StoreManager.isOpen() and is NOT StoreManager.isStarting() (the test itself is NOT atomic).
assertSameIndex(UUID, BTree) - Method in class com.bigdata.resources.AbstractAtomicUpdateTask
Verifies that the view is a view of the expected scale-out index.
assertSchemaName(String) - Static method in class com.bigdata.sparse.NameChecker
Assert that the string is valid as the name of a schema.
assertString(Map<String, Object>, String) - Static method in class com.bigdata.bfs.BigdataFileSystem
 
assertTotalOrder(int, int, byte[][]) - Method in class com.bigdata.btree.raba.ReadOnlyKeysRaba
Asserts that the unsigned byte[]s in the logical byte[][] are in a total order.
assertUnisolated() - Method in class com.bigdata.journal.AbstractTask
Assert that the task is ITx.UNISOLATED.
assertUnisolatedInstance() - Method in class com.bigdata.journal.Name2Addr
Many methods on this class will throw an IllegalStateException unless they are invoked on the ITx.UNISOLATED Name2Addr instance.
assertWritable() - Method in class com.bigdata.bfs.BigdataFileSystem
 
assertWritable() - Method in class com.bigdata.rdf.sail.BigdataSail.BigdataSailConnection
 
assertWritable() - Method in class com.bigdata.rdf.store.AbstractTripleStore
 
assertWritable() - Method in class com.bigdata.search.FullTextIndex
 
assignClientsToServices(ServiceItem[]) - Method in class com.bigdata.service.jini.master.ServiceMap
Assigns clients to services.
AssignedSplits - Class in com.bigdata.rdf.load
Class permits specification of a pre-assigned index partition splits onto data services.
AssignedSplits(byte[][], UUID[]) - Constructor for class com.bigdata.rdf.load.AssignedSplits
 
assignTransactionIdentifier(long) - Method in class com.bigdata.service.AbstractTransactionService
Assign a transaction identifier for a new transaction.
asSortKey(Object) - Static method in class com.bigdata.btree.keys.KeyBuilder
Utility method converts an application key to a sort key (an unsigned byte[] that imposes the same sort order).
asStatement(ISPO) - Method in class com.bigdata.rdf.store.AbstractTripleStore
 
asStatementIterator(IChunkedOrderedIterator<ISPO>) - Method in class com.bigdata.rdf.store.AbstractTripleStore
 
asValue(Value) - Method in interface com.bigdata.rdf.model.BigdataValueFactory
Converts a Value into a BigdataValue.
asValue(Resource) - Method in interface com.bigdata.rdf.model.BigdataValueFactory
Strongly typed for Resources.
asValue(URI) - Method in interface com.bigdata.rdf.model.BigdataValueFactory
Strongly typed for URIs.
asValue(Literal) - Method in interface com.bigdata.rdf.model.BigdataValueFactory
Strongly typed for Literals.
asValue(BNode) - Method in interface com.bigdata.rdf.model.BigdataValueFactory
Strongly typed for BNodes.
asValue(Value) - Method in class com.bigdata.rdf.model.BigdataValueFactoryImpl
 
asValue(Resource) - Method in class com.bigdata.rdf.model.BigdataValueFactoryImpl
 
asValue(URI) - Method in class com.bigdata.rdf.model.BigdataValueFactoryImpl
 
asValue(Literal) - Method in class com.bigdata.rdf.model.BigdataValueFactoryImpl
 
asValue(BNode) - Method in class com.bigdata.rdf.model.BigdataValueFactoryImpl
 
asValue(Value) - Method in class com.bigdata.rdf.model.BNodeContextFactory
 
asValue(Resource) - Method in class com.bigdata.rdf.model.BNodeContextFactory
 
asValue(URI) - Method in class com.bigdata.rdf.model.BNodeContextFactory
 
asValue(Literal) - Method in class com.bigdata.rdf.model.BNodeContextFactory
 
asValue(BNode) - Method in class com.bigdata.rdf.model.BNodeContextFactory
 
asValue(Value) - Method in class com.bigdata.rdf.store.AbstractTripleStore
 
asXML(OutputStream, String, Pattern) - Method in class com.bigdata.counters.AbstractCounterSet
Uses a post-order iteration to visit the CounterSets and for each CounterSet writes the current value of each Counter.
asXML(Writer, String, Pattern) - Method in class com.bigdata.counters.AbstractCounterSet
Alternative, but you are still required to specify the character set encoding in use by the writer.
asXML(Pattern) - Method in class com.bigdata.counters.AbstractCounterSet
 
asXML(Writer, Pattern) - Method in class com.bigdata.counters.CounterSet
Per AbstractCounterSet.asXML(OutputStream, String, Pattern) but does not write out the header declaring the encoding.
asXML(OutputStream, String, Pattern) - Method in interface com.bigdata.counters.ICounterSet
Write an XML reprentation of the counters in the hierarchy together with their current value.
asXML(Writer, Pattern) - Method in interface com.bigdata.counters.ICounterSet
Write an XML representation of the counters in the hierarchy together with their current value - does not write the XML declaration element since the encoding is unknown.
asXML(Pattern) - Method in interface com.bigdata.counters.ICounterSet
Writes out the ICounterSet as XML on a string and returns that string.
ASYNCHRONOUS - Static variable in interface com.bigdata.service.jini.benchmark.ThroughputMaster.ConfigurationOptions
When true the client writes will use the asynchronous API.
asynchronous - Variable in class com.bigdata.service.jini.benchmark.ThroughputMaster.JobState
 
AsynchronousIndexWriteConfiguration - Class in com.bigdata.btree
Configuration for the asynchronous index write API.
AsynchronousIndexWriteConfiguration() - Constructor for class com.bigdata.btree.AsynchronousIndexWriteConfiguration
De-serialization ctor
AsynchronousIndexWriteConfiguration(int, int, long, long, long, int, int, long) - Constructor for class com.bigdata.btree.AsynchronousIndexWriteConfiguration
 
asynchronousIterator(Iterator<R>) - Method in class com.bigdata.relation.accesspath.AbstractAccessPath
Asynchronous read using a BlockingBuffer.
AsynchronousOverflowCount - Static variable in interface com.bigdata.resources.OverflowManager.IOverflowManagerCounters
The #of asynchronous overflow events that have taken place.
asynchronousOverflowCount - Variable in class com.bigdata.service.jini.util.DumpFederation.IndexPartitionDetailRecord
The #of overflow events.
asynchronousOverflowCounter - Variable in class com.bigdata.resources.OverflowManager
#of asynchronous overflows that have taken place.
AsynchronousOverflowFailedCount - Static variable in interface com.bigdata.resources.OverflowManager.IOverflowManagerCounters
The #of asynchronous overflow operations which have failed.
asynchronousOverflowMillis - Variable in class com.bigdata.resources.OverflowManager
The elapsed milliseconds for asynchronous overflow processing to date.
AsynchronousOverflowMillis - Static variable in interface com.bigdata.resources.OverflowManager.IOverflowManagerCounters
The elapsed time for asynchronous overflow processing to date.
asynchronousOverflowStartMillis - Variable in class com.bigdata.resources.OverflowManager
The time in milliseconds since the epoch at which the most recent asynchronous overflow started.
AsynchronousOverflowTask - Class in com.bigdata.resources
This class examines the named indices defined on the journal identified by the lastCommitTime and, for each named index registered on that journal, determines which of the following conditions applies and then schedules any necessary tasks based on that decision: Build a new IndexSegment from the writes buffered on the prior journal.
AsynchronousOverflowTask(ResourceManager, OverflowMetadata) - Constructor for class com.bigdata.resources.AsynchronousOverflowTask
 
AsynchronousOverflowTaskCancelledCount - Static variable in interface com.bigdata.resources.OverflowManager.IOverflowManagerCounters
The #of asynchronous overflow tasks (split, join, merge, etc) that were canceled due to timeout.a
AsynchronousOverflowTaskFailedCount - Static variable in interface com.bigdata.resources.OverflowManager.IOverflowManagerCounters
The #of asynchronous overflow tasks (split, join, merge, etc) which have failed.
AsynchronousStatementBufferFactory<S extends BigdataStatement,R> - Class in com.bigdata.rdf.rio
Factory object for high-volume RDF data load.
AsynchronousStatementBufferFactory(ScaleOutTripleStore, int, int, int, RDFFormat, boolean, boolean, int, int, int, int, int, long) - Constructor for class com.bigdata.rdf.rio.AsynchronousStatementBufferFactory
 
AsynchronousStatementBufferFactory.AsynchronousStatementBufferImpl - Class in com.bigdata.rdf.rio
Inner class provides the statement buffer.
AsynchronousStatementBufferFactory.AsynchronousStatementBufferImpl(R) - Constructor for class com.bigdata.rdf.rio.AsynchronousStatementBufferFactory.AsynchronousStatementBufferImpl
 
AsynchronousStatementBufferFactory.DeleteTask - Class in com.bigdata.rdf.rio
Task deletes a resource from the local file system.
AsynchronousStatementBufferFactory.DeleteTask(R) - Constructor for class com.bigdata.rdf.rio.AsynchronousStatementBufferFactory.DeleteTask
 
AsynchronousStatementBufferFactory.ParserTask - Class in com.bigdata.rdf.rio
Tasks either loads a RDF resource or verifies that the told triples found in that resource are present in the database.
AsynchronousStatementBufferFactory.ParserTask(R, String, RDFFormat) - Constructor for class com.bigdata.rdf.rio.AsynchronousStatementBufferFactory.ParserTask
 
asynchronousStats - Variable in class com.bigdata.service.ndx.ScaleOutIndexCounters
These counters are used only for the asynchronous write pipeline.
asyncOverflowEnabled - Variable in class com.bigdata.resources.OverflowManager
A flag used to disable the asynchronous overflow processing for some unit tests.
asyncOverflowFailedCounter - Variable in class com.bigdata.resources.OverflowManager
The #of asynchronous overflow operations which fail.
asyncOverflowTaskCancelledCounter - Variable in class com.bigdata.resources.OverflowManager
The #of asynchronous overflow tasks (index partition splits, joins, or moves) that were canceled due to timeout.
asyncOverflowTaskFailedCounter - Variable in class com.bigdata.resources.OverflowManager
The #of asynchronous overflow tasks (index partition splits, joins, or moves) that failed.
AtomicBlockAppendProc - Class in com.bigdata.bfs
Atomic append of a single block to a file version.
AtomicBlockAppendProc(BigdataFileSystem, String, int, byte[], int, int) - Constructor for class com.bigdata.bfs.AtomicBlockAppendProc
 
AtomicBlockWriteProc - Class in com.bigdata.bfs
Atomic write of a single block for a file version.
AtomicBlockWriteProc(BigdataFileSystem, String, int, long, byte[], int, int) - Constructor for class com.bigdata.bfs.AtomicBlockWriteProc
 
atomicRead(IIndex, Schema, Object, long, long, long, INameFilter) - Static method in class com.bigdata.sparse.AbstractAtomicRowReadOrWrite
Atomic read on the index.
atomicRead(IIndex, byte[], Schema, long, long, INameFilter, TPS) - Static method in class com.bigdata.sparse.AbstractAtomicRowReadOrWrite
Alternative form useful when you have the raw key (unsigned byte[]) rather than a primary key (application object).
AtomicRowDelete - Class in com.bigdata.sparse
Atomic delete of a logical row.
AtomicRowDelete() - Constructor for class com.bigdata.sparse.AtomicRowDelete
De-serialization ctor.
AtomicRowDelete(Schema, Object, long, long, long, INameFilter) - Constructor for class com.bigdata.sparse.AtomicRowDelete
Constructor for an atomic read+delete operation.
AtomicRowFilter - Class in com.bigdata.sparse
Transforms an ITupleIterator reading directly on an IIndex backing a SparseRowStore into an ITupleIterator visiting logical ITPS rows.
AtomicRowFilter(Schema, long, long, INameFilter) - Constructor for class com.bigdata.sparse.AtomicRowFilter
 
AtomicRowRead - Class in com.bigdata.sparse
Atomic read of the logical row associated with some Schema and primary key.
AtomicRowRead() - Constructor for class com.bigdata.sparse.AtomicRowRead
De-serialization ctor.
AtomicRowRead(Schema, Object, long, long, INameFilter) - Constructor for class com.bigdata.sparse.AtomicRowRead
Constructor for an atomic read operation.
AtomicRowWriteRead - Class in com.bigdata.sparse
Atomic write on a logical row.
AtomicRowWriteRead() - Constructor for class com.bigdata.sparse.AtomicRowWriteRead
De-serialization ctor.
AtomicRowWriteRead(Schema, Map<String, Object>, long, long, long, INameFilter, IPrecondition) - Constructor for class com.bigdata.sparse.AtomicRowWriteRead
Constructor for an atomic write/read operation.
atomicWrite(IIndex, Schema, Object, Map<String, Object>, long) - Method in class com.bigdata.sparse.AtomicRowWriteRead
 
attach(ICounterNode) - Method in class com.bigdata.counters.CounterSet
Attaches a CounterSet as a child of this node.
attach(ICounterNode, boolean) - Method in class com.bigdata.counters.CounterSet
 
attachPerformanceCounters(CounterSet) - Method in class com.bigdata.service.jini.master.TaskMaster
Attach to the counters reported by the client to the LBS.
attrib(String) - Method in class com.bigdata.counters.render.HTMLHistoryTableRenderer
 
attrib(String) - Static method in class com.bigdata.counters.render.XHTMLRenderer
Encoding a string for including in an (X)HTML attribute value.
AUTO_TIMESTAMP - Static variable in interface com.bigdata.sparse.IRowStoreConstants
A value which indicates that the timestamp will be assigned by the server - unique timestamps are NOT guarenteed with this constant.
AUTO_TIMESTAMP_UNIQUE - Static variable in interface com.bigdata.sparse.IRowStoreConstants
A value which indicates that a unique timestamp will be assigned by the server.
AutoIncIntegerCounter - Class in com.bigdata.sparse
A singleton object that causes the associated property value to be assigned the next higher 32-bit integer value when it is written on the SparseRowStore.
AutoIncLongCounter - Class in com.bigdata.sparse
A singleton object that causes the associated property value to be assigned the next higher 64-bit integer value when it is written on the SparseRowStore.
average - Variable in class com.bigdata.util.concurrent.MovingAverageTask
The moving average.
AVERAGE_RECORD_SIZE_IN_MEMORY - Static variable in interface com.bigdata.cache.IGlobalLRU.IGlobalLRUCounters
The average decompressed byte length for the records buffered in the cache (current value).
AVERAGE_RECORD_SIZE_ON_DISK - Static variable in interface com.bigdata.cache.IGlobalLRU.IGlobalLRUCounters
The average size on disk for the records buffered in the cache (current value).
AverageActiveCount - Static variable in interface com.bigdata.util.concurrent.IQueueCounters.IThreadPoolExecutorCounters
The #of tasks that are currently running (moving average).
AverageActiveCountWithLocksHeld - Static variable in interface com.bigdata.util.concurrent.IQueueCounters.IWriteServiceExecutorCounters
The #of tasks that are currently running with locks held (moving average) (this is only reported for the WriteExecutorService as that is the only service where tasks must acquire locks in order to execute).
AverageArrivalRate - Static variable in interface com.bigdata.util.concurrent.IQueueCounters.IThreadPoolExecutorTaskCounters
The average arrival rate in tasks per millisecond (1/average-inter-arrival-time).
AverageByteCountPerCommit - Static variable in interface com.bigdata.util.concurrent.IQueueCounters.IWriteServiceExecutorCounters
Moving average of the #of bytes written since the previous commit (zero unless the service is unisolated).
AverageCheckpointTime - Static variable in interface com.bigdata.util.concurrent.IQueueCounters.IThreadPoolExecutorTaskCounters
Moving average in milliseconds of the time that a task is checkpointing the indices on which it has written (this is already reported as part of the IQueueCounters.IThreadPoolExecutorTaskCounters.AverageServiceTime but is broken out here as a detail).
AverageCommitGroupSize - Static variable in interface com.bigdata.util.concurrent.IQueueCounters.IWriteServiceExecutorCounters
Moving average of the #of tasks that participate in commit group.
AverageCommitServiceTime - Static variable in interface com.bigdata.util.concurrent.IQueueCounters.IWriteServiceExecutorCounters
Moving average in milliseconds of the time servicing the group commit (zero unless the service is unisolated).
AverageCommitWaitingTime - Static variable in interface com.bigdata.util.concurrent.IQueueCounters.IWriteServiceExecutorCounters
Moving average in milliseconds of the time that the task that initiates the group commit waits for other tasks to join the commit group (zero unless the service is unisolated).
AverageLockWaitingTime - Static variable in interface com.bigdata.util.concurrent.IQueueCounters.IWriteServiceExecutorCounters
Moving average in milliseconds of the time that a task is waiting for resource locks (zero unless the task is unisolated).
AverageQueueLength - Static variable in interface com.bigdata.util.concurrent.IQueueCounters.IThreadPoolExecutorCounters
The queue length (moving average).
AverageQueueSize - Static variable in interface com.bigdata.util.concurrent.IQueueCounters
The #of tasks not yet assigned to any thread which are waiting to run (moving average).
AverageQueueWaitingTime - Static variable in interface com.bigdata.util.concurrent.IQueueCounters.IThreadPoolExecutorTaskCounters
Moving average in milliseconds of the time a task waits on a queue pending execution.
AverageQueuingTime - Static variable in interface com.bigdata.util.concurrent.IQueueCounters.IThreadPoolExecutorTaskCounters
Moving average in milliseconds of the time between the submission of a task and its completion including any time spent waiting for resource locks, commit processing and any time spent servicing that task.
AverageReadyCount - Static variable in interface com.bigdata.util.concurrent.IQueueCounters.IWriteServiceExecutorCounters
The #of tasks that are waiting to run on the internal lock used by the WriteExecutorService to coordinate the start and end of tasks and the group commit.
AverageServiceRate - Static variable in interface com.bigdata.util.concurrent.IQueueCounters.IThreadPoolExecutorTaskCounters
The average service rate in tasks per millisecond (1/average-service-time).
AverageServiceTime - Static variable in interface com.bigdata.util.concurrent.IQueueCounters.IThreadPoolExecutorTaskCounters
Moving average in milliseconds of the time that a task is being serviced by a worker thread (elapsed clock time from when the task was assigned to the thread until the task completes its work).
await() - Method in class com.bigdata.util.concurrent.Latch
Await the counter to become zero unless interrupted.
await(long, TimeUnit) - Method in class com.bigdata.util.concurrent.Latch
Await the counter to become zero, but no longer than the timeout.
awaitAll() - Method in class com.bigdata.rdf.rio.AsynchronousStatementBufferFactory
 
awaitAll() - Method in interface com.bigdata.rdf.rio.IAsynchronousWriteStatementBufferFactory
Close buffers and then await their Futures.
awaitAll(List<Future<Void>>, long, TimeUnit) - Method in class com.bigdata.relation.rule.eval.pipeline.JoinMasterTask
Make sure that each JoinTask completed successfully.
awaitAll() - Method in class com.bigdata.service.jini.master.TaskMaster
Await the completion of the Future.
awaitCompletion(long, TimeUnit) - Method in class com.bigdata.rdf.load.ConcurrentDataLoader
Wait for the ConcurrentDataLoader.loadService to be "complete" AND for the #futuresQueue to be empty.
awaitCondition(long, TimeUnit) - Method in class com.bigdata.zookeeper.AbstractZNodeConditionWatcher
Wait up to timeout units for the watched znode to be created.
awaitCondition(boolean, long, TimeUnit) - Method in class com.bigdata.zookeeper.AbstractZNodeConditionWatcher
 
awaitCreate(ZooKeeper, String, long, TimeUnit) - Static method in class com.bigdata.zookeeper.ZNodeCreatedWatcher
If the znode identified by the path does not exist, then wait up to the timeout for the znode to be created.
awaitDelete(ZooKeeper, String, long, TimeUnit) - Static method in class com.bigdata.zookeeper.ZNodeDeletedWatcher
If the znode identified by the path exists, then wait up to the timeout for the znode to be deleted.
awaitEmpty() - Method in class com.bigdata.zookeeper.AbstractZooQueue
 
awaitEmpty(long, TimeUnit) - Method in class com.bigdata.zookeeper.AbstractZooQueue
 
awaitFactoryFutures(List<Future>) - Method in class com.bigdata.relation.rule.eval.pipeline.DistributedJoinMasterTask
Await the JoinTaskFactoryTask Futures.
awaitJiniRegistrars(long, TimeUnit) - Method in class com.bigdata.service.jini.JiniFederation
Await at least one jini ServiceRegistrar to be discovered.
awaitJoin(long, TimeUnit) - Method in class com.bigdata.service.AbstractServiceLoadHelper
Await the join of an IDataService.
awaitJoin(long, TimeUnit) - Method in class com.bigdata.service.LoadBalancerService.ServiceLoadHelperWithoutScores
 
awaitJoin(long, TimeUnit) - Method in class com.bigdata.service.LoadBalancerService.ServiceLoadHelperWithScores
 
awaitPending() - Method in class com.bigdata.service.ndx.pipeline.AbstractPendingSetSubtask
 
awaitPending() - Method in class com.bigdata.service.ndx.pipeline.AbstractSubtask
Wait until any asynchronous processing for the subtask is done.
awaitReady() - Method in class com.bigdata.rdf.load.MappedRDFFileLoadTask
Block until MappedRDFFileLoadTask.call() has fully initialized the instance of this class running on the IRemoteExecutor.
awaitRunning() - Method in class com.bigdata.resources.StoreManager
Return true iff the StoreManager is running.
awaitRunning(long, TimeUnit) - Method in class com.bigdata.service.ResourceService
 
awaitServiceDiscoveryOrDeath(ProcessHelper, long, TimeUnit) - Method in class com.bigdata.jini.start.config.JiniServiceConfiguration.JiniServiceStarter
Waits up to timeout units for the service to either by discovered by jini or to die.
awaitServices(int, long) - Method in class com.bigdata.service.AbstractRoundRobinServiceLoadHelper
Await the availability of at least the specified #of IDataServices.
awaitServices(int, long) - Method in class com.bigdata.service.AbstractScaleOutFederation
Await the availability of an IMetadataService and the specified minimum #of IDataServices.
awaitServices(int, long) - Method in class com.bigdata.service.LoadBalancerService.RoundRobinServiceLoadHelper
 
awaitServiceStart(V, long, TimeUnit) - Method in class com.bigdata.jini.start.config.JiniCoreServicesConfiguration.JiniCoreServicesStarter
Overridden to monitor for the discovery of the service registrar on the localhost using the groups specified in the JiniClientConfig and of the LookupLocators specified in the JiniClientConfig which are locators for the local host.
awaitServiceStart(V, long, TimeUnit) - Method in class com.bigdata.jini.start.config.JiniServiceConfiguration.JiniServiceStarter
Overridden to monitor for the jini join of the service and the creation of the znode corresponding to the physical service instance.
awaitServiceStart(V, long, TimeUnit) - Method in class com.bigdata.jini.start.config.ServiceConfiguration.AbstractServiceStarter
Waits a bit to see if the process returns an exit code.
awaitServiceStart(V, long, TimeUnit) - Method in class com.bigdata.jini.start.config.ZookeeperServerConfiguration.ZookeeperServiceStarter
 
awaitTermination() - Method in class com.bigdata.service.mapred.RemoteTaskRunner
Await termination of all scheduled tasks.
awaitTermination(long) - Method in class com.bigdata.service.mapred.RemoteTaskRunner
 
awaitZLockNanos(long) - Method in class com.bigdata.zookeeper.ZLockImpl.ZLockWatcher
Wait up to timeout units for the watched znode to be created.
awaitZNodeCreatedOrDeath(ServiceItem, ProcessHelper, long, TimeUnit) - Method in class com.bigdata.jini.start.config.JiniServiceConfiguration.JiniServiceStarter
Waits up to timeout units for the znode for the phsyical service to be created or the process to die.
awaitZookeeperConnected(long, TimeUnit) - Method in class com.bigdata.zookeeper.ZooKeeperAccessor
Await ZooKeeper to be ZooKeeper.States#CONNECTED, but not more than the specified timeout.
Axioms - Interface in com.bigdata.rdf.axioms
Abstraction for a set of RDFS Axioms.
axioms() - Method in interface com.bigdata.rdf.axioms.Axioms
The axioms in {s:p:o} order by their term identifiers.
axioms() - Method in class com.bigdata.rdf.axioms.BaseAxioms
 
AXIOMS - Static variable in class com.bigdata.rdf.store.TripleStoreSchema
The serialized Axioms as configured for the database.
AXIOMS_CLASS - Static variable in interface com.bigdata.rdf.store.AbstractTripleStore.Options
The Axioms model that will be used (default ).

B

backchain() - Method in class com.bigdata.rdf.sail.FreeTextSearchExpander
 
backchain() - Method in class com.bigdata.rdf.spo.DefaultGraphSolutionExpander
 
backchain() - Method in class com.bigdata.rdf.spo.NamedGraphSolutionExpander
 
backchain() - Method in class com.bigdata.relation.rule.DefaultSolutionExpander
Default to true for backchaining.
backchain() - Method in interface com.bigdata.relation.rule.ISolutionExpander
Add the backchainer on top of the expander.
BackchainAccessPath - Class in com.bigdata.rdf.rules
A read-only IAccessPath that backchains certain inferences.
BackchainAccessPath(AbstractTripleStore, IAccessPath<ISPO>) - Constructor for class com.bigdata.rdf.rules.BackchainAccessPath
 
BackchainAccessPath(AbstractTripleStore, IAccessPath<ISPO>, Boolean) - Constructor for class com.bigdata.rdf.rules.BackchainAccessPath
 
BackchainOwlSameAsIterator - Class in com.bigdata.rdf.inf
 
BackchainOwlSameAsIterator(IChunkedOrderedIterator<ISPO>, AbstractTripleStore, long) - Constructor for class com.bigdata.rdf.inf.BackchainOwlSameAsIterator
 
BackchainOwlSameAsPropertiesIterator - Class in com.bigdata.rdf.inf
Provides backward chaining for property collection and reverse property collection on owl:sameAs for all access paths.
BackchainOwlSameAsPropertiesIterator(IChunkedOrderedIterator<ISPO>, long, long, long, AbstractTripleStore, long) - Constructor for class com.bigdata.rdf.inf.BackchainOwlSameAsPropertiesIterator
Create an iterator that will visit all statements in the source iterator and also backchain any entailments that would have resulted from owl:sameAs {2,3}.
BackchainOwlSameAsPropertiesPIterator - Class in com.bigdata.rdf.inf
Provides backward chaining for property collection and reverse property collection on owl:sameAs for the ?P? and ??? access paths.
BackchainOwlSameAsPropertiesPIterator(IChunkedOrderedIterator<ISPO>, long, AbstractTripleStore, long) - Constructor for class com.bigdata.rdf.inf.BackchainOwlSameAsPropertiesPIterator
Create an iterator that will visit all statements in the source iterator and also backchain any entailments that would have resulted from owl:sameAs {2,3}.
BackchainOwlSameAsPropertiesPOIterator - Class in com.bigdata.rdf.inf
Provides backward chaining for reverse property collection on owl:sameAs for the ?PO and ??O access paths.
BackchainOwlSameAsPropertiesPOIterator(IChunkedOrderedIterator<ISPO>, long, long, AbstractTripleStore, long) - Constructor for class com.bigdata.rdf.inf.BackchainOwlSameAsPropertiesPOIterator
Create an iterator that will visit all statements in the source iterator and also backchain any entailments that would have resulted from owl:sameAs {2,3}.
BackchainOwlSameAsPropertiesSPIterator - Class in com.bigdata.rdf.inf
Provides backward chaining for property collection on owl:sameAs for the SP? and S?? access paths.
BackchainOwlSameAsPropertiesSPIterator(IChunkedOrderedIterator<ISPO>, long, long, AbstractTripleStore, long) - Constructor for class com.bigdata.rdf.inf.BackchainOwlSameAsPropertiesSPIterator
Create an iterator that will visit all statements in the source iterator and also backchain any entailments that would have resulted from owl:sameAs {2,3}.
BackchainOwlSameAsPropertiesSPOIterator - Class in com.bigdata.rdf.inf
Provides backward chaining for property collection and reverse property collection on owl:sameAs for the SPO and S?O access paths.
BackchainOwlSameAsPropertiesSPOIterator(IChunkedOrderedIterator<ISPO>, long, long, long, AbstractTripleStore, long) - Constructor for class com.bigdata.rdf.inf.BackchainOwlSameAsPropertiesSPOIterator
Create an iterator that will visit all statements in the source iterator and also backchain any entailments that would have resulted from owl:sameAs {2,3}.
BackchainTypeResourceIterator - Class in com.bigdata.rdf.inf
Provides backward chaining for (x rdf:type rdfs:Resource).
BackchainTypeResourceIterator.PushbackFilter<E> - Class in com.bigdata.rdf.inf
Filterator style construct that allows push back of a single visited element.
BackchainTypeResourceIterator.PushbackFilter() - Constructor for class com.bigdata.rdf.inf.BackchainTypeResourceIterator.PushbackFilter
 
BackchainTypeResourceIterator.PushbackIterator<E> - Class in com.bigdata.rdf.inf
Implementation class for BackchainTypeResourceIterator.PushbackFilter.
BackchainTypeResourceIterator.PushbackIterator(Iterator<E>) - Constructor for class com.bigdata.rdf.inf.BackchainTypeResourceIterator.PushbackIterator
 
balanceAll(ManagedServiceConfiguration, String[]) - Method in class com.bigdata.jini.start.ServiceConfigurationZNodeMonitorTask
 
balanceLogicalServices(ManagedServiceConfiguration) - Method in class com.bigdata.jini.start.ServiceConfigurationZNodeMonitorTask
Consider the logical service instances for the ServiceConfiguration and if necessary makes an adjustment to the #of logical services that are running.
balancePhysicalServices(ManagedServiceConfiguration, String[]) - Method in class com.bigdata.jini.start.ServiceConfigurationZNodeMonitorTask
Consider all the physical service containers and initiates a competition to create or destroy a physical service instance for each logical service that is out of balance.
Banner - Class in com.bigdata
Class has a static method which writes a copyright banner on stdout once per JVM.
Banner() - Constructor for class com.bigdata.Banner
 
banner() - Static method in class com.bigdata.Banner
 
Banner.Options - Interface in com.bigdata
Environment variables understood by the Banner class.
BaseAxioms - Class in com.bigdata.rdf.axioms
A collection of axioms.
BaseAxioms() - Constructor for class com.bigdata.rdf.axioms.BaseAxioms
De-serialization constructor.
BaseAxioms(AbstractTripleStore) - Constructor for class com.bigdata.rdf.axioms.BaseAxioms
Ctor variant used by AbstractTripleStore.create().
BaseClosure - Class in com.bigdata.rdf.rules
Base class for classes that provide closure programs.
BaseClosure(AbstractTripleStore) - Constructor for class com.bigdata.rdf.rules.BaseClosure
 
BASENAME - Static variable in class com.bigdata.service.DistributedTransactionService
Basename for the files written in the DistributedTransactionService.dataDir containing images of the DistributedTransactionService.commitTimeIndex.
basePeriod - Variable in class com.bigdata.counters.query.HistoryTable
Identifies the history to be written for each of the selected counters by its based reporting period.
BaseVocabulary - Class in com.bigdata.rdf.vocab
Base class for Vocabulary implementations.
BaseVocabulary() - Constructor for class com.bigdata.rdf.vocab.BaseVocabulary
De-serialization ctor.
BaseVocabulary(AbstractTripleStore) - Constructor for class com.bigdata.rdf.vocab.BaseVocabulary
Ctor used by AbstractTripleStore.create().
BasicBufferStrategy - Class in com.bigdata.journal
Implements logic to read from and write on a buffer.
BasicRioLoader - Class in com.bigdata.rdf.rio
Parses data but does not load it into the indices.
BasicRioLoader(BigdataValueFactory) - Constructor for class com.bigdata.rdf.rio.BasicRioLoader
 
BatchContains - Class in com.bigdata.btree.proc
Batch existence test operation.
BatchContains() - Constructor for class com.bigdata.btree.proc.BatchContains
De-serialization ctor.
BatchContains(IRabaCoder, int, int, byte[][]) - Constructor for class com.bigdata.btree.proc.BatchContains
Create a batch existence test operation.
BatchContains.BatchContainsConstructor - Class in com.bigdata.btree.proc
Factory for BatchContains procedures.
BatchInsert - Class in com.bigdata.btree.proc
Batch insert operation.
BatchInsert() - Constructor for class com.bigdata.btree.proc.BatchInsert
De-serialization ctor.
BatchInsert(IRabaCoder, IRabaCoder, int, int, byte[][], byte[][], boolean) - Constructor for class com.bigdata.btree.proc.BatchInsert
Create a batch insert operation.
BatchInsert.BatchInsertConstructor - Class in com.bigdata.btree.proc
Factory for BatchInsert procedures.
BatchLookup - Class in com.bigdata.btree.proc
Batch lookup operation.
BatchLookup() - Constructor for class com.bigdata.btree.proc.BatchLookup
De-serialization ctor.
BatchLookup(IRabaCoder, IRabaCoder, int, int, byte[][]) - Constructor for class com.bigdata.btree.proc.BatchLookup
Create a batch lookup operation.
BatchLookup.BatchLookupConstructor - Class in com.bigdata.btree.proc
Factory for BatchLookup procedures.
batchOnly - Variable in class com.bigdata.service.ndx.AbstractScaleOutClientIndexView
This may be used to disable the non-batch API, which is quite convenient for locating code that needs to be re-written to use IIndexProcedures.
BatchRemove - Class in com.bigdata.btree.proc
Batch removal of one or more tuples, optionally returning their existing values.
BatchRemove() - Constructor for class com.bigdata.btree.proc.BatchRemove
De-serialization ctor.
BatchRemove(IRabaCoder, IRabaCoder, int, int, byte[][], boolean, boolean) - Constructor for class com.bigdata.btree.proc.BatchRemove
Batch remove operation.
BatchRemove.BatchRemoveConstructor - Class in com.bigdata.btree.proc
Factory for BatchRemove procedures.
before() - Method in class com.bigdata.rdf.rio.BasicRioLoader
Invoked before parse (default is NOP).
beforeExecute(Thread, Runnable) - Method in class com.bigdata.journal.WriteExecutorService
If task execution has been paused then awaits someone to call WriteExecutorService.resume().
beforeOffer(T) - Method in class com.bigdata.cache.HardReferenceQueue
Extended to evict the element at the tail of the buffer iff the buffer is full.
beforeOffer(T) - Method in class com.bigdata.cache.RingBuffer
All attempts to add an element to the buffer invoke this hook before checking the remaining capacity in the buffer.
beforeOffer(T) - Method in class com.bigdata.cache.SynchronizedHardReferenceQueue
All attempts to add an element to the buffer invoke this hook before checking the remaining capacity in the buffer.
beforeTask(Thread, AbstractTask) - Method in class com.bigdata.journal.WriteExecutorService
Executed before AbstractTask.doTask()
beginJob(S) - Method in class com.bigdata.rdf.load.MappedRDFDataLoadMaster
Extended to open/create the KB.
beginJob(S) - Method in class com.bigdata.rdf.load.RDFDataLoadMaster
Extended to open/create the KB.
beginJob(ThroughputMaster.JobState) - Method in class com.bigdata.service.jini.benchmark.ThroughputMaster
Extended to register a scale-out index in the specified namespace.
beginJob(S) - Method in class com.bigdata.service.jini.master.TaskMaster
Callback invoked when the job is ready to execute and is holding the ZLock for the TaskMaster.JobState.
BEST_COMPRESSION - Variable in class com.bigdata.io.compression.DefaultRecordCompressorFactory
Instance configured for Deflater.BEST_COMPRESSION.
BEST_SPEED - Variable in class com.bigdata.io.compression.DefaultRecordCompressorFactory
Instance configured for Deflater.BEST_SPEED.
Bigdata2Sesame2BindingSetIterator<E extends Exception> - Class in com.bigdata.rdf.sail
Aligns bigdata ICloseableIterator IBindingSets containing BigdataValues with a Sesame 2 CloseableIteration visiting Sesame 2 BindingSets.
Bigdata2Sesame2BindingSetIterator(ICloseableIterator<IBindingSet>) - Constructor for class com.bigdata.rdf.sail.Bigdata2Sesame2BindingSetIterator
 
Bigdata2SesameIteration<T,E extends Exception> - Class in com.bigdata.rdf.sail
Class aligns a bigdata ICloseableIterator with a Sesame 2 CloseableIteration.
Bigdata2SesameIteration(ICloseableIterator<? extends T>) - Constructor for class com.bigdata.rdf.sail.Bigdata2SesameIteration
 
BigdataBNode - Interface in com.bigdata.rdf.model
A BNode that exposes the internal term identifier.
BigdataBNodeImpl - Class in com.bigdata.rdf.model
A blank node.
BigdataCachingServiceClient<S extends Remote> - Class in com.bigdata.service.jini.lookup
 
BigdataCachingServiceClient(JiniFederation, Class, ServiceTemplate, ServiceItemFilter, long) - Constructor for class com.bigdata.service.jini.lookup.BigdataCachingServiceClient
bigdataClient - Variable in class com.bigdata.service.mapred.MapService.EmbeddedMapService
 
BigdataConstructIterator - Class in com.bigdata.rdf.sail
 
BigdataConstructIterator(AbstractTripleStore, CloseableIteration<? extends BindingSet, QueryEvaluationException>) - Constructor for class com.bigdata.rdf.sail.BigdataConstructIterator
 
BigdataEvaluationStatistics - Class in com.bigdata.rdf.sail
Uses range counts to give cost estimates based on the size of the expected results.
BigdataEvaluationStatistics(BigdataSail.BigdataSailConnection) - Constructor for class com.bigdata.rdf.sail.BigdataEvaluationStatistics
 
BigdataEvaluationStatistics.BigdataCardinalityCalculator - Class in com.bigdata.rdf.sail
These uses range counts on the various StatementPatterns to influence the cardinality.
BigdataEvaluationStatistics.BigdataCardinalityCalculator() - Constructor for class com.bigdata.rdf.sail.BigdataEvaluationStatistics.BigdataCardinalityCalculator
 
BigdataEvaluationStrategyImpl - Class in com.bigdata.rdf.sail
Extended to rewrite Sesame TupleExprs onto native Rules and to evaluate magic predicates for full text search, etc.
BigdataEvaluationStrategyImpl(BigdataTripleSource, Dataset, boolean) - Constructor for class com.bigdata.rdf.sail.BigdataEvaluationStrategyImpl
 
BigdataFileSystem - Class in com.bigdata.bfs
A distributed file system with extensible metadata and atomic append implemented using the bigdata scale-out architecture.
BigdataFileSystem(IIndexManager, String, Long, Properties) - Constructor for class com.bigdata.bfs.BigdataFileSystem
Ctor specified by DefaultResourceLocator.
BigdataFileSystem.Options - Interface in com.bigdata.bfs
Configuration options.
BigdataLiteral - Interface in com.bigdata.rdf.model
A Literal that exposes the internal term identifier.
BigdataLiteralImpl - Class in com.bigdata.rdf.model
A literal.
BigdataMap<K,V> - Class in com.bigdata.btree
A flyweight SortedMap wrapping an IIndex.
BigdataMap(IIndex) - Constructor for class com.bigdata.btree.BigdataMap
Wrap an index as a SortedMap.
BigdataMap.Entry - Class in com.bigdata.btree
Note: Since the same ITuple instance is returned for each tuple by many ITupleIterators there is a side-effect that invalidates the last visited BigdataMap.Entry object.
BigdataMap.Entry(ITuple) - Constructor for class com.bigdata.btree.BigdataMap.Entry
 
BigdataMap.EntrySet - Class in com.bigdata.btree
Implementation supporting BigdataMap.entrySet().
BigdataMap.EntrySet() - Constructor for class com.bigdata.btree.BigdataMap.EntrySet
 
BigdataMap.EntrySetIterator - Class in com.bigdata.btree
Iterator visiting BigdataMap.Entry objects in support of BigdataMap.EntrySet.
BigdataResource - Interface in com.bigdata.rdf.model
A Resource that exposes the internal term identifier.
BigdataResourceImpl - Class in com.bigdata.rdf.model
 
BigdataResourceImpl(BigdataValueFactory, long) - Constructor for class com.bigdata.rdf.model.BigdataResourceImpl
 
BigdataSail - Class in com.bigdata.rdf.sail
Sesame 2.x integration.
BigdataSail() - Constructor for class com.bigdata.rdf.sail.BigdataSail
Create or re-open a database instance configured using defaults.
BigdataSail(Properties) - Constructor for class com.bigdata.rdf.sail.BigdataSail
Create or open a database instance configured using the specified properties.
BigdataSail(AbstractTripleStore) - Constructor for class com.bigdata.rdf.sail.BigdataSail
Core ctor.
BigdataSail.BigdataSailConnection - Class in com.bigdata.rdf.sail
Inner class implements the SailConnection.
BigdataSail.BigdataSailConnection(AbstractTripleStore) - Constructor for class com.bigdata.rdf.sail.BigdataSail.BigdataSailConnection
Create a SailConnection for the database.
BigdataSail.Options - Interface in com.bigdata.rdf.sail
Additional parameters understood by the Sesame 2.x SAIL implementation.
BigdataSailGraphQuery - Class in com.bigdata.rdf.sail
 
BigdataSailGraphQuery(ParsedGraphQuery, SailRepositoryConnection) - Constructor for class com.bigdata.rdf.sail.BigdataSailGraphQuery
 
BigdataSailHelper - Class in com.bigdata.rdf.sail
Class provides guidance on parameter setup a data set and queries.
BigdataSailHelper() - Constructor for class com.bigdata.rdf.sail.BigdataSailHelper
 
BigdataSailRepository - Class in com.bigdata.rdf.sail
 
BigdataSailRepository(BigdataSail) - Constructor for class com.bigdata.rdf.sail.BigdataSailRepository
 
BigdataSailRepositoryConnection - Class in com.bigdata.rdf.sail
 
BigdataSailRepositoryConnection(BigdataSailRepository, SailConnection) - Constructor for class com.bigdata.rdf.sail.BigdataSailRepositoryConnection
 
BigdataServiceConfiguration - Class in com.bigdata.jini.start.config
A bigdata service.
BigdataServiceConfiguration(Class<? extends AbstractServer>, Configuration) - Constructor for class com.bigdata.jini.start.config.BigdataServiceConfiguration
 
BigdataServiceConfiguration.BigdataServiceStarter<V extends JiniServiceProcessHelper> - Class in com.bigdata.jini.start.config
 
BigdataServiceConfiguration.BigdataServiceStarter(JiniFederation, IServiceListener, String, Entry[]) - Constructor for class com.bigdata.jini.start.config.BigdataServiceConfiguration.BigdataServiceStarter
 
BigdataServiceConfiguration.Options - Interface in com.bigdata.jini.start.config
Options for the bigdata services.
BigdataSet<E> - Class in com.bigdata.btree
A SortedSet backed by a B+Tree.
BigdataSet(IIndex) - Constructor for class com.bigdata.btree.BigdataSet
 
BigdataSolutionResolverator - Class in com.bigdata.rdf.store
Efficiently resolve term identifiers in Bigdata ISolutions to RDF BigdataValues.
BigdataSolutionResolverator(AbstractTripleStore, IChunkedOrderedIterator<ISolution>) - Constructor for class com.bigdata.rdf.store.BigdataSolutionResolverator
 
BigdataStatement - Interface in com.bigdata.rdf.model
Also reports whether the statement is explicit, inferred or an axiom.
BigdataStatementImpl - Class in com.bigdata.rdf.model
Implementation reveals whether a statement is explicit, inferred, or an axiom and the internal term identifiers for the subject, predicate, object, the context bound on that statement (when present).
BigdataStatementImpl(BigdataResource, BigdataURI, BigdataValue, BigdataResource, StatementEnum) - Constructor for class com.bigdata.rdf.model.BigdataStatementImpl
Used by BigdataValueFactory
BigdataStatementIterator - Interface in com.bigdata.rdf.store
Iterator visiting BigdataStatements.
BigdataStatementIteratorImpl - Class in com.bigdata.rdf.store
Efficiently resolve term identifiers in Bigdata ISolutions to RDF BigdataValues.
BigdataStatementIteratorImpl(AbstractTripleStore, IChunkedOrderedIterator<ISPO>) - Constructor for class com.bigdata.rdf.store.BigdataStatementIteratorImpl
 
BigdataStatementIteratorImpl(AbstractTripleStore, Map<Long, BigdataBNodeImpl>, IChunkedOrderedIterator<ISPO>) - Constructor for class com.bigdata.rdf.store.BigdataStatementIteratorImpl
 
BigdataStatics - Class in com.bigdata
A class for those few statics that it makes sense to reference from other places.
BigdataStatics() - Constructor for class com.bigdata.BigdataStatics
 
bigdataToIRIS(Program) - Static method in class com.bigdata.rdf.magic.IRISUtils
Turn a bigdata Program into a set of IRIS rules.
BigdataTripleSource - Class in com.bigdata.rdf.sail
TripleSource API - used by high-level query.
BigdataURI - Interface in com.bigdata.rdf.model
A URI that exposes the internal term identifier.
BigdataURIImpl - Class in com.bigdata.rdf.model
A URI.
BigdataValue - Interface in com.bigdata.rdf.model
An interface which exposes the internal 64-bit long integer identifiers for Values stored within a IRawTripleStore.
BigdataValueFactory - Interface in com.bigdata.rdf.model
Interface strengthens the return types and adds some custom extensions.
BigdataValueFactoryImpl - Class in com.bigdata.rdf.model
An implementation using BigdataValues and BigdataStatements.
BigdataValueIdComparator - Class in com.bigdata.rdf.model
Places BigdataValues into an ordering determined by their assigned term identifiers.
BigdataValueIdComparator() - Constructor for class com.bigdata.rdf.model.BigdataValueIdComparator
 
BigdataValueImpl - Class in com.bigdata.rdf.model
 
BigdataValueImpl(BigdataValueFactory, long) - Constructor for class com.bigdata.rdf.model.BigdataValueImpl
 
BigdataValueIterator - Interface in com.bigdata.rdf.store
Iterator visiting BigdataValues.
BigdataValueIteratorImpl - Class in com.bigdata.rdf.store
Wraps an iterator that visits term identifiers and exposes each visited term identifier as a BigdataValue (batch API).
BigdataValueIteratorImpl(AbstractTripleStore, IChunkedIterator<Long>) - Constructor for class com.bigdata.rdf.store.BigdataValueIteratorImpl
 
BigdataValueSerializer<V extends Value> - Class in com.bigdata.rdf.model
Helper class provides efficient stand-off serialization of RDF Value objects.
BigdataValueSerializer(ValueFactory) - Constructor for class com.bigdata.rdf.model.BigdataValueSerializer
Create an instance that will materialize objects using the caller's factory.
BigdataZooDefs - Interface in com.bigdata.jini.start
Interface declaring constants that are used to name various znodes of interest.
binarySearch(byte[][], int, int, byte[]) - Static method in class com.bigdata.btree.BytesUtil
Binary search on an array whose members are variable length unsigned byte[]s.
bind(IRule, int, Object, IBindingSet) - Method in class com.bigdata.rdf.rules.RDFJoinNexus
 
bind(IRule, int, Object, IBindingSet) - Method in interface com.bigdata.relation.rule.eval.IJoinNexus
Binds variables from a visited element.
bindContext(long) - Method in class com.bigdata.rdf.spo.SPOAccessPath
Return a new SPOAccessPath where the context position has been bound to the specified constant.
BINDINGS - Static variable in interface com.bigdata.relation.rule.eval.IJoinNexus
Bit flag indicating that IJoinNexus.newSolution(IRule, IBindingSet) should clone the IBindingSet and make it available via ISolution.getBindingSet().
bindingSet - Variable in class com.bigdata.relation.rule.eval.NestedSubqueryWithJoinThreadsTask.SubqueryTask
 
bindingSetChunksIn - Variable in class com.bigdata.relation.rule.eval.pipeline.JoinStats
The #of binding set chunks read from all source JoinTasks.
bindingSetChunksOut - Variable in class com.bigdata.relation.rule.eval.pipeline.JoinStats
The #of IBindingSet chunks written onto the next join dimension (aka the #of solutions written iff this is the last join dimension in the evaluation order).
bindingSetsIn - Variable in class com.bigdata.relation.rule.eval.pipeline.JoinStats
The #of binding sets read from all source JoinTasks.
BindingSetSortKeyBuilder - Class in com.bigdata.relation.rule
Builds unsigned byte[] sort keys from IBindingSets.
BindingSetSortKeyBuilder(IKeyBuilder, IVariable[]) - Constructor for class com.bigdata.relation.rule.BindingSetSortKeyBuilder
 
bindingSetsOut - Variable in class com.bigdata.relation.rule.eval.pipeline.JoinStats
The #of IBindingSets written onto the next join dimension (aka the #of solutions written iff this is the last join dimension).
bitFlagByteLength(int) - Static method in class com.bigdata.btree.BytesUtil
Return the #of bytes required to bit code the specified #of bits.
blankNode2Key(String) - Method in class com.bigdata.rdf.lexicon.LexiconKeyBuilder
 
blobBuffer - Variable in class com.bigdata.btree.IndexSegmentBuilder
The optional buffer used to hold records referenced by index entries.
BlobOverflowHandler - Class in com.bigdata.bfs
Copies blocks onto the target store during overflow handling.
BlobOverflowHandler() - Constructor for class com.bigdata.bfs.BlobOverflowHandler
De-serialization constructor.
BlockIdentifierIterator - Class in com.bigdata.bfs
Extracts the block identifier from the key.
BlockIdentifierIterator(String, int, ITupleIterator) - Constructor for class com.bigdata.bfs.BlockIdentifierIterator
 
BlockingBuffer<E> - Class in com.bigdata.relation.accesspath
A buffer that will block when it is full.
BlockingBuffer() - Constructor for class com.bigdata.relation.accesspath.BlockingBuffer
 
BlockingBuffer(int) - Constructor for class com.bigdata.relation.accesspath.BlockingBuffer
Ctor automatically provisions an appropriate BlockingQueue.
BlockingBuffer(int, int, long, TimeUnit) - Constructor for class com.bigdata.relation.accesspath.BlockingBuffer
 
BlockingBuffer(BlockingQueue<E>, int, long, TimeUnit, boolean) - Constructor for class com.bigdata.relation.accesspath.BlockingBuffer
Core ctor.
BlockingBuffer.BlockingIterator - Class in com.bigdata.relation.accesspath
An inner class that reads from the buffer.
blocks(String, int) - Method in class com.bigdata.bfs.BigdataFileSystem
Returns an iterator that visits all block identifiers for the file version in sequence.
BLOOM_FILTER - Static variable in interface com.bigdata.btree.IndexMetadata.Options
Optional property controls whether or not a bloom filter is maintained (default "false").
BLOOM_FILTER - Static variable in interface com.bigdata.rdf.store.AbstractTripleStore.Options
Optional property controls whether or not a bloom filter is maintained for the SPO statement index.
BloomFilter - Class in com.bigdata.btree
Encapsulates the actual implementation class and provides the protocol for (de-)serialization.
BloomFilter() - Constructor for class com.bigdata.btree.BloomFilter
De-serialization ctor.
BloomFilter(int, double) - Constructor for class com.bigdata.btree.BloomFilter
Ctor specifies maxN := n * 2.
BloomFilter(int, double, int) - Constructor for class com.bigdata.btree.BloomFilter
 
bloomFilter - Variable in class com.bigdata.rdf.spo.SPORelation
true iff the SPO index will maintain a bloom filter.
BloomFilter.BloomFilterCounters - Class in com.bigdata.btree
Counters for bloom filter access and notification of false positives.
BloomFilter.BloomFilterCounters() - Constructor for class com.bigdata.btree.BloomFilter.BloomFilterCounters
 
BloomFilterFactory - Class in com.bigdata.btree
An interface that is used to generate a bloom filter for an AbstractBTree and which allows the caller to specify the expected number of index entries, the desired error rate for the filter at that #of index entries, and the maximum error rate before the bloom filter will be disabled.
BloomFilterFactory(int) - Constructor for class com.bigdata.btree.BloomFilterFactory
Configuration with the caller specified #of index entries and having a target error rate of 0.02 and a maximum error rate of 0.15.
BloomFilterFactory(int, double, double) - Constructor for class com.bigdata.btree.BloomFilterFactory
Core impl.
BNodeContextFactory - Class in com.bigdata.rdf.model
Class provides a document-scoped context for generating blank node identifiers (IDs).
BNODES_INITIAL_CAPACITY - Static variable in interface com.bigdata.rdf.load.MappedRDFDataLoadMaster.ConfigurationOptions
The initial capacity of the hash map used to store RDF Values when processing a document (asynchronous writes only).
BNODES_INITIAL_CAPACITY - Static variable in interface com.bigdata.rdf.load.RDFDataLoadMaster.ConfigurationOptions
The initial capacity of the hash map used to store RDF Values when processing a document (asynchronous writes only).
bnodesInitialCapacity - Variable in class com.bigdata.rdf.load.MappedRDFDataLoadMaster.JobState
 
bnodesInitialCapacity - Variable in class com.bigdata.rdf.load.RDFDataLoadMaster.JobState
 
BNS - Interface in com.bigdata.rdf.store
A vocabulary for bigdata specific extensions.
BooleanORAggregator - Class in com.bigdata.btree.proc
Combines together boolean values using a logical OR.
BooleanORAggregator() - Constructor for class com.bigdata.btree.proc.BooleanORAggregator
 
booleanValue() - Method in class com.bigdata.rdf.model.BigdataLiteralImpl
 
branchingFactor - Variable in class com.bigdata.btree.AbstractBTree
The branching factor for the btree.
BroadcastSighup - Class in com.bigdata.service.jini.util
Utility will broadcast the IServicesManagerService#sighup() method to all discovered IServicesManagerServices in federation to which it connects.
BroadcastSighup() - Constructor for class com.bigdata.service.jini.util.BroadcastSighup
 
btree - Variable in class com.bigdata.btree.AbstractBTreeTupleCursor
From the ctor.
btree - Variable in class com.bigdata.btree.AbstractNode
The BTree.
BTree - Class in com.bigdata.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.
BTree(IRawStore, Checkpoint, IndexMetadata) - Constructor for class com.bigdata.btree.BTree
Required constructor form for BTree and any derived subclasses.
BTree.Counter - Class in com.bigdata.btree
Mutable counter.
BTree.Counter(BTree) - Constructor for class com.bigdata.btree.BTree.Counter
 
BTree.LeafCursor - Class in com.bigdata.btree
A cursor that may be used to traversal Leafs.
BTree.LeafCursor(SeekEnum) - Constructor for class com.bigdata.btree.BTree.LeafCursor
 
BTree.LeafCursor(byte[]) - Constructor for class com.bigdata.btree.BTree.LeafCursor
 
BTree.NodeFactory - Class in com.bigdata.btree
Factory for mutable nodes and leaves used by the NodeSerializer.
BTree.PartitionedCounter - Class in com.bigdata.btree
Places the counter values into a namespace formed by the partition identifier.
BTree.PartitionedCounter(int, ICounter) - Constructor for class com.bigdata.btree.BTree.PartitionedCounter
 
BTree.Stack - Class in com.bigdata.btree
A simple stack based on an array used to maintain hard references for the parent Nodes in the BTree.LeafCursor.
BTree.Stack() - Constructor for class com.bigdata.btree.BTree.Stack
Stack with initial capacity of 10.
BTree.Stack(int) - Constructor for class com.bigdata.btree.BTree.Stack
 
BTREE_BRANCHING_FACTOR - Static variable in interface com.bigdata.btree.IndexMetadata.Options
The name of an optional property whose value specifies the branching factor for a mutable BTree.
BTREE_CLASS_NAME - Static variable in interface com.bigdata.btree.IndexMetadata.Options
The name of a class derived from BTree that will be used to re-load the index.
BTREE_RECORD_COMPRESSOR_FACTORY - Static variable in interface com.bigdata.btree.IndexMetadata.Options
An optional factory providing record-level compression for the nodes and leaves of an IndexSegment (default ).
BTreeCounters - Class in com.bigdata.btree
A helper class that collects statistics on an AbstractBTree.
BTreeCounters() - Constructor for class com.bigdata.btree.BTreeCounters
 
BTreeCounters(BTreeCounters) - Constructor for class com.bigdata.btree.BTreeCounters
Copy constructor.
buf - Variable in class com.bigdata.btree.keys.KeyBuilder
The key buffer.
buf - Variable in class com.bigdata.io.ByteBufferOutputStream
 
BUF_SIZE - Static variable in class com.bigdata.util.CSVReader
The #of characters to buffer in the reader.
buffer - Variable in class com.bigdata.rdf.rio.PresortRioLoader
Used to buffer RDF Values and Statements emitted by the RDF parser (the value is supplied by the ctor).
buffer - Variable in class com.bigdata.relation.accesspath.AbstractArrayBuffer
 
buffer - Variable in class com.bigdata.relation.rule.eval.NestedSubqueryWithJoinThreadsTask
 
buffer - Variable in class com.bigdata.service.ndx.pipeline.AbstractMasterTask
The top-level buffer on which the application is writing.
buffer - Variable in class com.bigdata.service.ndx.pipeline.AbstractSubtask
The buffer on which the AbstractSubtask.master is writing.
BUFFER_CAPACITY - Static variable in interface com.bigdata.io.DirectBufferPool.Options
The capacity in bytes of the direct ByteBuffer instances allocated and managed by the DirectBufferPool (DirectBufferPool.Options.DEFAULT_BUFFER_CAPACITY).
BUFFER_CAPACITY - Static variable in interface com.bigdata.journal.BufferedDiskStrategy.Options
The capacity in bytes of the direct ByteBuffer instances allocated and managed by the DirectBufferPool (BufferedDiskStrategy.Options.DEFAULT_BUFFER_CAPACITY).
BUFFER_CAPACITY - Static variable in interface com.bigdata.rdf.sail.BigdataSail.Options
The capacity of the statement buffer used to absorb writes.
BUFFER_CAPACITY - Static variable in interface com.bigdata.rdf.store.DataLoader.Options
Optional property specifying the capacity of the StatementBuffer (default is 100k statements).
BUFFER_MODE - Static variable in interface com.bigdata.journal.Options
The name of the property whose value controls the nature of the backing store (default Options.DEFAULT_BUFFER_MODE).
BufferClosedException - Exception in com.bigdata.relation.accesspath
Exception thrown by IBlockingBuffer#add() if the buffer is closed.
BufferClosedException() - Constructor for exception com.bigdata.relation.accesspath.BufferClosedException
 
BufferClosedException(String) - Constructor for exception com.bigdata.relation.accesspath.BufferClosedException
 
BufferClosedException(Throwable) - Constructor for exception com.bigdata.relation.accesspath.BufferClosedException
 
BufferClosedException(String, Throwable) - Constructor for exception com.bigdata.relation.accesspath.BufferClosedException
 
BUFFERED_RECORD_COUNT - Static variable in interface com.bigdata.cache.IGlobalLRU.IGlobalLRUCounters
The #of records buffered by the cache (current value).
BUFFERED_RECORD_EVICTION_BYTE_COUNT - Static variable in interface com.bigdata.cache.IGlobalLRU.IGlobalLRUCounters
The #of bytes for records that have been evicted from the cache to date.
BUFFERED_RECORD_EVICTION_COUNT - Static variable in interface com.bigdata.cache.IGlobalLRU.IGlobalLRUCounters
The #of records that have been evicted from the cache to date.
BufferedDiskStrategy - Class in com.bigdata.journal
A disk-based strategy where a large buffer is used to minimize the chance that a read will read through to the disk (under normal circumstances the on-disk file will be fully buffered).
BufferedDiskStrategy.Options - Interface in com.bigdata.journal
Options for the BufferedDiskStrategy.
bufferIndexNodes() - Method in class com.bigdata.btree.IndexSegmentStore
Attempts to read the index nodes into IndexSegmentStore.buf_nodes.
bufferMode - Variable in class com.bigdata.journal.AbstractBufferStrategy
The buffer strategy implemented by this class.
BufferMode - Enum in com.bigdata.journal
The buffer mode in which the journal is opened.
BuildCount - Static variable in interface com.bigdata.resources.OverflowManager.IIndexPartitionTaskCounters
The #of index partition build operations which have completed successfully.
builder - Variable in class com.bigdata.resources.BuildResult
The object which built the IndexSegment and which contains more interesting information about the build.
buildIndexSegment(String, ILocalBTreeView, boolean, long, byte[], byte[], Event) - Method in class com.bigdata.resources.IndexManager
Build an IndexSegment from an index partition.
BuildResult - Class in com.bigdata.resources
The result of an CompactingMergeTask.
BuildResult(String, boolean, AbstractBTree[], IndexMetadata, SegmentMetadata, IndexSegmentBuilder) - Constructor for class com.bigdata.resources.BuildResult
 
buildResult - Variable in class com.bigdata.resources.CompactingMergeTask.AtomicUpdateCompactingMergeTask
 
buildResult - Variable in class com.bigdata.resources.IncrementalBuildTask.AtomicUpdateIncrementalBuildTask
 
buildResults - Variable in class com.bigdata.resources.SplitResult
An array of the BuildResults for each output split.
buildSplits(ViewMetadata, Split[], Event) - Static method in class com.bigdata.resources.SplitUtility
Build N index segments based on those split points.
buildSymbolTable(int[], int[], byte[]) - Method in class com.bigdata.btree.raba.codec.CanonicalHuffmanRabaCoder.AbstractCodingSetup
Build the symbol table, populating the packedFrequency array, etc.
buildTasks - Variable in class com.bigdata.resources.IndexManager
A map containing the concurrently executing index segment build tasks.
BulkCompleteConverter - Class in com.bigdata.rdf.spo
Bulk completes the StatementEnum and/or statement identifier (SID) for ISPOs using the given statement IIndex.
BulkCompleteConverter(IIndex) - Constructor for class com.bigdata.rdf.spo.BulkCompleteConverter
 
bulkCompleteStatements(SPO[], int) - Method in class com.bigdata.rdf.store.AbstractTripleStore
 
bulkCompleteStatements(ISPO[]) - Method in class com.bigdata.rdf.store.AbstractTripleStore
 
bulkCompleteStatements(IChunkedOrderedIterator<ISPO>) - Method in class com.bigdata.rdf.store.AbstractTripleStore
 
bulkCompleteStatements(IChunkedOrderedIterator<ISPO>) - Method in interface com.bigdata.rdf.store.IRawTripleStore
This method fills out the statement metadata (type and sid) for ISPOs that are present in the database.
bulkExport(AbstractTripleStore) - Static method in class com.bigdata.rdf.store.TripleStoreUtility
Exports all statements found in the data and all backchained entailments for the db into a TempTripleStore.
BulkFilterConverter - Class in com.bigdata.rdf.spo
Bulk filters for ISPOs either present or NOT present in the target statement IIndex.
BulkFilterConverter(IIndex, boolean) - Constructor for class com.bigdata.rdf.spo.BulkFilterConverter
 
bulkFilterStatements(ISPO[], int, boolean) - Method in class com.bigdata.rdf.store.AbstractTripleStore
 
bulkFilterStatements(IChunkedOrderedIterator<ISPO>, boolean) - Method in class com.bigdata.rdf.store.AbstractTripleStore
 
bulkFilterStatements(ISPO[], int, boolean) - Method in interface com.bigdata.rdf.store.IRawTripleStore
Filter the supplied set of ISPO objects for whether they are "present" or "not present" in the database, depending on the value of the supplied boolean variable (batch API).
bulkFilterStatements(IChunkedOrderedIterator<ISPO>, boolean) - Method in interface com.bigdata.rdf.store.IRawTripleStore
Efficiently filter the supplied set of SPO objects for whether they are "present" or "not present" in the database, depending on the value of the supplied boolean variable (batch api).
byte2symbol(byte) - Method in class com.bigdata.btree.raba.codec.CanonicalHuffmanRabaCoder.RabaCodingSetup
 
ByteArrayBuffer - Class in com.bigdata.io
A view on a mutable byte[] that may be extended.
ByteArrayBuffer() - Constructor for class com.bigdata.io.ByteArrayBuffer
Creates a buffer with an initial capacity of 1024 bytes.
ByteArrayBuffer(int) - Constructor for class com.bigdata.io.ByteArrayBuffer
Creates a buffer with the specified initial capacity.
ByteArrayBuffer(int, int, byte[]) - Constructor for class com.bigdata.io.ByteArrayBuffer
Create a new buffer backed by the given array.
ByteBufferBitVector - Class in com.bigdata.util
Wraps a ByteBuffer as a read-only BitVector.
ByteBufferBitVector(ByteBuffer) - Constructor for class com.bigdata.util.ByteBufferBitVector
Ctor assumes that all bits in the buffer are used.
ByteBufferBitVector(ByteBuffer, long, long) - Constructor for class com.bigdata.util.ByteBufferBitVector
 
ByteBufferInputStream - Class in com.bigdata.io
Reads bytes from a ByteBuffer.
ByteBufferInputStream(ByteBuffer) - Constructor for class com.bigdata.io.ByteBufferInputStream
 
ByteBufferOutputStream - Class in com.bigdata.io
Writes bytes onto a ByteBuffer.
ByteBufferOutputStream(ByteBuffer) - Constructor for class com.bigdata.io.ByteBufferOutputStream
 
byteIndexForBit(long) - Static method in class com.bigdata.btree.BytesUtil
Return the index of the byte in which the bit with the given index is encoded.
byteIndexForBit(long) - Method in class com.bigdata.util.ByteBufferBitVector
Return the index of the byte in which the bit with the given index is encoded.
Bytes - Class in com.bigdata.rawstore
Constants.
Bytes() - Constructor for class com.bigdata.rawstore.Bytes
 
BYTES_IN_MEMORY - Static variable in interface com.bigdata.cache.IGlobalLRU.IGlobalLRUCounters
The decompressed byte length for the records that are buffered by the cache.
BYTES_ON_DISK - Static variable in interface com.bigdata.cache.IGlobalLRU.IGlobalLRUCounters
The #of bytes on disk for the records that are buffered by the cache.
bytesAfterCount - Variable in class com.bigdata.resources.PurgeResult
The #of bytes under management after the purge.
bytesBeforeCount - Variable in class com.bigdata.resources.PurgeResult
The #of bytes under management before the purge.
bytesDeleted - Variable in class com.bigdata.resources.StoreManager
The #of bytes that have been deleted since startup.
BytesDeleted - Static variable in interface com.bigdata.resources.StoreManager.IStoreManagerCounters
The #of bytes in resources that have been deleted by the StoreManager after they became release free.
bytesEqual(byte[], byte[]) - Static method in class com.bigdata.btree.BytesUtil
True iff the two arrays compare as equal.
bytesRead - Variable in class com.bigdata.btree.BTreeCounters
 
bytesRead - Variable in class com.bigdata.journal.DiskOnlyStrategy.StoreCounters
#of bytes read.
bytesReadFromDisk - Variable in class com.bigdata.journal.DiskOnlyStrategy.StoreCounters
#of bytes that have been read from the disk.
bytesUnderManagement - Variable in class com.bigdata.resources.StoreManager
The #of bytes currently under management EXCEPT those on the live journal.
BytesUnderManagement - Static variable in interface com.bigdata.resources.StoreManager.IStoreManagerCounters
The #of bytes currently under management by the StoreManager.
bytesUnderManagement - Variable in class com.bigdata.service.jini.util.DumpFederation.IndexPartitionDetailRecord
The #of bytes being managed by the data service on which the index partition resides.
BytesUtil - Class in com.bigdata.btree
Class supporting operations on variable length byte[] keys.
BytesUtil() - Constructor for class com.bigdata.btree.BytesUtil
 
BytesUtil.UnsignedByteArrayComparator - Class in com.bigdata.btree
Compares two unsigned byte[]s.
BytesUtil.UnsignedByteArrayComparator() - Constructor for class com.bigdata.btree.BytesUtil.UnsignedByteArrayComparator
 
bytesWritten - Variable in class com.bigdata.btree.BTreeCounters
 
bytesWritten - Variable in class com.bigdata.journal.DiskOnlyStrategy.StoreCounters
#of bytes written.
bytesWritten - Variable in class com.bigdata.service.ResourceService.Counters
#of bytes in the files sent.
bytesWrittenOnDisk - Variable in class com.bigdata.journal.DiskOnlyStrategy.StoreCounters
#of bytes that have been written on the disk.
byteValue() - Method in class com.bigdata.rdf.model.BigdataLiteralImpl
 

C

c() - Method in class com.bigdata.rdf.model.BigdataStatementImpl
 
c() - Method in interface com.bigdata.rdf.spo.ISPO
The term identifier for the SID/context position (slot 3) -or- ISPO.NULL.
c() - Method in class com.bigdata.rdf.spo.SPO
 
c() - Method in class com.bigdata.rdf.spo.SPOPredicate
 
CACHE_COUNT - Static variable in interface com.bigdata.cache.IGlobalLRU.IGlobalLRUCounters
The #of per-IRawStore cache instances (current value).
CACHE_MISS_TIMEOUT - Static variable in interface com.bigdata.service.jini.JiniClient.Options
The timeout in milliseconds that the client will await the discovery of a service if there is a cache miss (default "2000").
cacheLocators(byte[], byte[]) - Method in class com.bigdata.service.CacheOnceMetadataIndex
Bulk copy the partition definitions for the scale-out index into the client.
cacheMissTimeout - Variable in class com.bigdata.service.jini.lookup.AbstractCachingServiceClient
Timeout for remote lookup on cache miss (milliseconds).
CacheOnceMetadataIndex - Class in com.bigdata.service
Implementation caches all locators but does not allow stale locators.
CacheOnceMetadataIndex(AbstractScaleOutFederation, String, long, MetadataIndex.MetadataIndexMetadata) - Constructor for class com.bigdata.service.CacheOnceMetadataIndex
Caches the index partition locators.
cacheOrder - Static variable in class com.bigdata.concurrent.TxDag
This field controls whether or not the result of TxDag.getOrder() is cached.
CachingMetadataIndex - Class in com.bigdata.service
Implementation caches all locators and then updates them on demand as stale locators are discovered.
CachingMetadataIndex(AbstractScaleOutFederation, String, long, MetadataIndex.MetadataIndexMetadata) - Constructor for class com.bigdata.service.CachingMetadataIndex
Cache the index partition metadata in the client.
calcChecksum(ChecksumUtility) - Method in class com.bigdata.journal.RootBlockView
Compute the checksum of the root block (excluding only the field including the checksum value itself).
calculateKeyOrderArrays(int) - Static method in class com.bigdata.rdf.magic.MagicKeyOrderStrategy
 
calculateKeyOrders(int) - Static method in class com.bigdata.rdf.magic.