| Name | Description | Type | Package | Framework |
| AbstractAtomicUpdateTask | Abstract base class for tasks responsible for the atomic update of the view of an index partition. | Class | com.bigdata.resources | BlazeGraph |
|
| AbstractPrepareTask | Base class for the prepare phase which reads on the old journal. | Class | com.bigdata.resources | BlazeGraph |
|
| AbstractResourceManagerBootstrapTestCase | | Class | com.bigdata.resources | BlazeGraph |
|
| AbstractResourceManagerTask | Abstract base class for tasks run during post-processing of a journal by the ResourceManager. | Class | com.bigdata.resources | BlazeGraph |
|
| AbstractResourceManagerTestCase | Base class for ResourceManager test suites that can use normal startup and shutdown. | Class | com.bigdata.resources | BlazeGraph |
|
| AbstractResourceManagerTestCase .MockMetadataService | A minimal implementation of IMetadataService - only those methods actually used by the ResourceManager are implemented. | Class | com.bigdata.resources | BlazeGraph |
|
| AbstractResult | Abstract base class for results when post-processing a named index partition on the old journal after an overflow operation. | Class | com.bigdata.resources | BlazeGraph |
|
| AbstractTestSegSplitter | Unit tests for splitting an index segment based on its size on the disk, the nominal size of an index partition, and an optional application level | Class | com.bigdata.resources | BlazeGraph |
|
| AbstractTestSegSplitter .MockPartitionIdFactory | Mock implementation assigns index partitions from a counter beginning with ZERO (0), which is the first legal index partition identifier. | Class | com.bigdata.resources | BlazeGraph |
|
| AbstractTestSegSplitter .RejectSplitsAfterKey | Accepts the recommended separator key unless it is GTE the key given to the constructor, in which case it refuses to accept any splits. | Class | com.bigdata.resources | BlazeGraph |
|
| AsynchronousOverflowTask | This class examines the named indices defined on the journal identified by the lastCommitTime and, for each named index registered on that | Class | com.bigdata.resources | BlazeGraph |
|
| BuildResult | The result of an CompactingMergeTask. | Class | com.bigdata.resources | BlazeGraph |
|
| CompactingMergeTask | Task builds an IndexSegment from the fused view of an index partition as of some historical timestamp and then atomically updates the view (aka a | Class | com.bigdata.resources | BlazeGraph |
|
| CompactingMergeTask .AtomicUpdateCompactingMergeTask | The source view is pre-overflow (the last writes are on the old journal) while the current view is post-overflow (reflects writes made since | Class | com.bigdata.resources | BlazeGraph |
|
| IncrementalBuildTask | Task builds an IndexSegment from the mutable BTree and zero or more additional sources in the index partition view and then atomically | Class | com.bigdata.resources | BlazeGraph |
|
| IncrementalBuildTask .AtomicUpdateIncrementalBuildTask | The source is an IndexSegment that was built from the mutable BTree associated with the lastCommitTime on old journal of some | Class | com.bigdata.resources | BlazeGraph |
|
| IndexCache | from which any local IIndex view is reading. | Class | com.bigdata.resources | BlazeGraph |
|
| IndexManager | Class encapsulates logic and handshaking for tracking which indices (and their backing stores) are recently and currently referenced. | Class | com.bigdata.resources | BlazeGraph |
|
| IndexManager .IIndexManagerCounters | Performance counters for the IndexManager. | Interface | com.bigdata.resources | BlazeGraph |
|
| IndexManager .IndexSegmentStats | Statistics about the IndexSegments open in the cache. | Class | com.bigdata.resources | BlazeGraph |
|
| IndexManager .Options | Options understood by the IndexManager. | Interface | com.bigdata.resources | BlazeGraph |
|
| IndexSegmentIndex | BTree mapping IndexSegmentStore createTimes to IResourceMetadata records. | Class | com.bigdata.resources | BlazeGraph |
|
| IPartitionIdFactory | An interface which shields callers from handling RMI exceptions and which allows the use of mock implementations when you do not really want to assign | Interface | com.bigdata.resources | BlazeGraph |
|
| JoinIndexPartitionTask | Task joins one or more index partitions and should be invoked when their is strong evidence that the index partitions have shrunk enough to warrant their | Class | com.bigdata.resources | BlazeGraph |
|
| JoinIndexPartitionTask .AtomicUpdateJoinIndexPartition | Task performs an atomic update of the index partition view definitions on the live journal and the MetadataIndex, thereby putting into | Class | com.bigdata.resources | BlazeGraph |
|
| JoinResult | The result of a JoinIndexPartitionTask. | Class | com.bigdata.resources | BlazeGraph |
|
| JournalIndex | BTree mapping IJournal createTimes (long integers) to JournalMetadata records describing the IJournal. | Class | com.bigdata.resources | BlazeGraph |
|
| JournalIndex .TupleSerializer | Encapsulates key and value formation. | Class | com.bigdata.resources | BlazeGraph |
|
| MoveResult | The object returned by MoveIndexPartitionTask. | Class | com.bigdata.resources | BlazeGraph |
|
| MoveTask | Task moves an index partition to another IDataService. | Class | com.bigdata.resources | BlazeGraph |
|
| MoveTask .AtomicUpdate | Moves an index partition from this data service to another data service. | Class | com.bigdata.resources | BlazeGraph |
|
| MoveTask .ReceiveIndexPartitionTask | Receives an index partition comprised of a historical index segment store and an index segment store containing the buffered writes and registers | Class | com.bigdata.resources | BlazeGraph |
|
| NoSuchStoreException | An instance of this class is thrown when a UUID does not identify any store known to the StoreManager. | Class | com.bigdata.resources | BlazeGraph |
|
| OverflowActionEnum | enum OverflowActionEnumThe different actions that we can take to handle an index partition during | Class | com.bigdata.resources | BlazeGraph |
|
| OverflowCounters | Utility class exposes some counter values while protecting the actual counters on the service from modification. | Class | com.bigdata.resources | BlazeGraph |
|
| OverflowManager .IIndexPartitionTaskCounters | Performance counters for the index partition tasks. | Interface | com.bigdata.resources | BlazeGraph |
|
| OverflowManager .IOverflowManagerCounters | Performance counters for the OverflowManager. | Interface | com.bigdata.resources | BlazeGraph |
|
| OverflowManager .Options | Options understood by the OverflowManager. | Interface | com.bigdata.resources | BlazeGraph |
|
| OverflowManager .ResourceScores | Helper class reports performance counters of interest for this service. | Class | com.bigdata.resources | BlazeGraph |
|
| OverflowMetadata | Metadata on the entire synchronous and asynchronous overflow task. | Class | com.bigdata.resources | BlazeGraph |
|
| OverflowSubtaskEnum | enum OverflowSubtaskEnumVarious kinds of subtasks for asynchronous index partition overflow tasks. | Class | com.bigdata.resources | BlazeGraph |
|
| PurgeResult | A class that captures the results of StoreManager. | Class | com.bigdata.resources | BlazeGraph |
|
| ResourceEvents | Class encapsulates reporting API for resource (index and store files) events. | Class | com.bigdata.resources | BlazeGraph |
|
| ResourceFileFilter | The default implementation accepts directories under the configured IResourceManager. | Class | com.bigdata.resources | BlazeGraph |
|
| ResourceManager | The ResourceManager has broad responsibility for journal files, index segment files, maintaining index views during overflow processing, and | Class | com.bigdata.resources | BlazeGraph |
|
| ResourceManager .IResourceManagerCounters | the ResourceManager. | Interface | com.bigdata.resources | BlazeGraph |
|
| ResourceManager .Options | ResourceManager options. | Interface | com.bigdata.resources | BlazeGraph |
|
| ScatterSplitTask | Task splits an index partition into N equal sized index partitions and scatters those index partitions across data services in the federation. | Class | com.bigdata.resources | BlazeGraph |
|
| SplitIndexPartitionTask | Task splits an index partition which is a compact view (no more than one journal and one index segment) and should be invoked when the size of the | Class | com.bigdata.resources | BlazeGraph |
|
| SplitIndexPartitionTask .AtomicUpdateSplitIndexPartitionTask | An ITx. | Class | com.bigdata.resources | BlazeGraph |
|
| SplitResult | The result of a SplitIndexPartitionTask including enough metadata to identify the index partitions to be created and the index partition to | Class | com.bigdata.resources | BlazeGraph |
|
| SplitTailTask | Splits the tail of an index partition and optionally submits a task to move the tail to a target data service specified by the caller. | Class | com.bigdata.resources | BlazeGraph |
|
| SplitUtility | Utility methods for ISimpleSplitHandlers and friends. | Class | com.bigdata.resources | BlazeGraph |
|
| SplitUtility .BuildIndexSegmentSplitTask | Task used to build an IndexSegment from a restricted key-range of an index during a SplitIndexPartitionTask. | Class | com.bigdata.resources | BlazeGraph |
|
| StaleLocatorException | An instance of this class is thrown when an index partition has been split, joined, or moved to indicate that the client has a stale | Class | com.bigdata.resources | BlazeGraph |
|
| StaleLocatorReason | enum StaleLocatorReasonTypesafe enumeration of the possible reasons why an index partition locator | Class | com.bigdata.resources | BlazeGraph |
|
| StoreManager | Class encapsulates logic for managing the store files (journals and index segments), including the logic to compute the effective release time for the | Class | com.bigdata.resources | BlazeGraph |
|
| StoreManager .IStoreManagerCounters | Performance counters for the StoreManager. | Interface | com.bigdata.resources | BlazeGraph |
|
| StoreManager .Options | Options for the StoreManager. | Interface | com.bigdata.resources | BlazeGraph |
|
| TestAddDeleteResource | Unit test of the StoreManager when adding and deleting journals andVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.resources | BlazeGraph |
|
| TestAll | Runs all tests for all journal implementations. | Class | com.bigdata.resources | BlazeGraph |
|
| TestBuildTask | Basic test of building an index segment from an index partition on overflow. | Class | com.bigdata.resources | BlazeGraph |
|
| TestBuildTask2 | Basic test of building an index segment from an index partition on overflow. | Class | com.bigdata.resources | BlazeGraph |
|
| TestFixedLengthPrefixShardSplits | Unit tests for splitting an index segment based on its size on the disk, the nominal size of an index partition, and an optional application level | Class | com.bigdata.resources | BlazeGraph |
|
| TestMergeTask | Basic test of compacting merge for an index partition on overflow. | Class | com.bigdata.resources | BlazeGraph |
|
| TestOverflow | Basic tests for ResourceManager#overflow(boolean, boolean)Version:$Id$Author:Bryan Thompson | Class | com.bigdata.resources | BlazeGraph |
|
| TestReleaseResources | Test release (aka purge) of old resources. | Class | com.bigdata.resources | BlazeGraph |
|
| TestReleaseResources .TestWithCopy_NonZeroMinReleaseAge | Test where the indices are copied during synchronous overflow processing and where a non-zero [minReleaseAge] was specified. | Class | com.bigdata.resources | BlazeGraph |
|
| TestReleaseResources .TestWithCopyImmediateRelease | Test where the index view is copied in its entirety onto the new journal and the [minReleaseAge] is ZERO(0). | Class | com.bigdata.resources | BlazeGraph |
|
| TestReleaseResources .TestWithCopyNoRelease | Test where the index view is copied in its entirety onto the new journal but the ResourceManager is not permitted to release old resources | Class | com.bigdata.resources | BlazeGraph |
|
| TestResourceManagerBootstrap | Bootstrap test suite for the ResourceManager. | Class | com.bigdata.resources | BlazeGraph |
|
| TestResourceManagerBootstrap .MyResourceManager | | Class | com.bigdata.resources | BlazeGraph |
|
| TestSegSplitter | Unit tests for splitting an index segment based on its size on the disk, the nominal size of an index partition, and an optional application level | Class | com.bigdata.resources | BlazeGraph |
|
| TestSparseRowStoreSplitHandler | Tetst suite for LogicalRowSplitHandler. | Class | com.bigdata.resources | BlazeGraph |