Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.bigdata.resources Classes and Interfaces - 74 results found.
NameDescriptionTypePackageFramework
AbstractAtomicUpdateTaskAbstract base class for tasks responsible for the atomic update of the view of an index partition.Classcom.bigdata.resourcesBlazeGraph
AbstractPrepareTaskBase class for the prepare phase which reads on the old journal.Classcom.bigdata.resourcesBlazeGraph
AbstractResourceManagerBootstrapTestCaseClasscom.bigdata.resourcesBlazeGraph
AbstractResourceManagerTaskAbstract base class for tasks run during post-processing of a journal by the ResourceManager.Classcom.bigdata.resourcesBlazeGraph
AbstractResourceManagerTestCaseBase class for ResourceManager test suites that can use normal startup and shutdown.Classcom.bigdata.resourcesBlazeGraph
AbstractResourceManagerTestCase .MockMetadataServiceA minimal implementation of IMetadataService - only those methods actually used by the ResourceManager are implemented.Classcom.bigdata.resourcesBlazeGraph
AbstractResultAbstract base class for results when post-processing a named index partition on the old journal after an overflow operation.Classcom.bigdata.resourcesBlazeGraph
AbstractTestSegSplitterUnit tests for splitting an index segment based on its size on the disk, the nominal size of an index partition, and an optional application levelClasscom.bigdata.resourcesBlazeGraph
AbstractTestSegSplitter .MockPartitionIdFactoryMock implementation assigns index partitions from a counter beginning with ZERO (0), which is the first legal index partition identifier.Classcom.bigdata.resourcesBlazeGraph
AbstractTestSegSplitter .RejectSplitsAfterKeyAccepts the recommended separator key unless it is GTE the key given to the constructor, in which case it refuses to accept any splits.Classcom.bigdata.resourcesBlazeGraph
AsynchronousOverflowTaskThis class examines the named indices defined on the journal identified by the lastCommitTime and, for each named index registered on thatClasscom.bigdata.resourcesBlazeGraph
BuildResultThe result of an CompactingMergeTask.Classcom.bigdata.resourcesBlazeGraph
CompactingMergeTaskTask builds an IndexSegment from the fused view of an index partition as of some historical timestamp and then atomically updates the view (aka aClasscom.bigdata.resourcesBlazeGraph
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 sinceClasscom.bigdata.resourcesBlazeGraph
IncrementalBuildTaskTask builds an IndexSegment from the mutable BTree and zero or more additional sources in the index partition view and then atomicallyClasscom.bigdata.resourcesBlazeGraph
IncrementalBuildTask .AtomicUpdateIncrementalBuildTask The source is an IndexSegment that was built from the mutable BTree associated with the lastCommitTime on old journal of someClasscom.bigdata.resourcesBlazeGraph
IndexCache from which any local IIndex view is reading.Classcom.bigdata.resourcesBlazeGraph
IndexManagerClass encapsulates logic and handshaking for tracking which indices (and their backing stores) are recently and currently referenced.Classcom.bigdata.resourcesBlazeGraph
IndexManager .IIndexManagerCountersPerformance counters for the IndexManager.Interfacecom.bigdata.resourcesBlazeGraph
IndexManager .IndexSegmentStatsStatistics about the IndexSegments open in the cache.Classcom.bigdata.resourcesBlazeGraph
IndexManager .OptionsOptions understood by the IndexManager.Interfacecom.bigdata.resourcesBlazeGraph
IndexSegmentIndexBTree mapping IndexSegmentStore createTimes to IResourceMetadata records.Classcom.bigdata.resourcesBlazeGraph
IPartitionIdFactoryAn interface which shields callers from handling RMI exceptions and which allows the use of mock implementations when you do not really want to assignInterfacecom.bigdata.resourcesBlazeGraph
JoinIndexPartitionTaskTask joins one or more index partitions and should be invoked when their is strong evidence that the index partitions have shrunk enough to warrant theirClasscom.bigdata.resourcesBlazeGraph
JoinIndexPartitionTask .AtomicUpdateJoinIndexPartitionTask performs an atomic update of the index partition view definitions on the live journal and the MetadataIndex, thereby putting intoClasscom.bigdata.resourcesBlazeGraph
JoinResultThe result of a JoinIndexPartitionTask.Classcom.bigdata.resourcesBlazeGraph
JournalIndexBTree mapping IJournal createTimes (long integers) to JournalMetadata records describing the IJournal.Classcom.bigdata.resourcesBlazeGraph
JournalIndex .TupleSerializerEncapsulates key and value formation.Classcom.bigdata.resourcesBlazeGraph
MoveResultThe object returned by MoveIndexPartitionTask.Classcom.bigdata.resourcesBlazeGraph
MoveTaskTask moves an index partition to another IDataService.Classcom.bigdata.resourcesBlazeGraph
MoveTask .AtomicUpdateMoves an index partition from this data service to another data service.Classcom.bigdata.resourcesBlazeGraph
MoveTask .ReceiveIndexPartitionTaskReceives an index partition comprised of a historical index segment store and an index segment store containing the buffered writes and registersClasscom.bigdata.resourcesBlazeGraph
NoSuchStoreExceptionAn instance of this class is thrown when a UUID does not identify any store known to the StoreManager.Classcom.bigdata.resourcesBlazeGraph
OverflowActionEnumenum OverflowActionEnumThe different actions that we can take to handle an index partition duringClasscom.bigdata.resourcesBlazeGraph
OverflowCountersUtility class exposes some counter values while protecting the actual counters on the service from modification.Classcom.bigdata.resourcesBlazeGraph
OverflowManager .IIndexPartitionTaskCountersPerformance counters for the index partition tasks.Interfacecom.bigdata.resourcesBlazeGraph
OverflowManager .IOverflowManagerCountersPerformance counters for the OverflowManager.Interfacecom.bigdata.resourcesBlazeGraph
OverflowManager .OptionsOptions understood by the OverflowManager.Interfacecom.bigdata.resourcesBlazeGraph
OverflowManager .ResourceScoresHelper class reports performance counters of interest for this service.Classcom.bigdata.resourcesBlazeGraph
OverflowMetadataMetadata on the entire synchronous and asynchronous overflow task.Classcom.bigdata.resourcesBlazeGraph
OverflowSubtaskEnumenum OverflowSubtaskEnumVarious kinds of subtasks for asynchronous index partition overflow tasks.Classcom.bigdata.resourcesBlazeGraph
PurgeResultA class that captures the results of StoreManager.Classcom.bigdata.resourcesBlazeGraph
ResourceEventsClass encapsulates reporting API for resource (index and store files) events.Classcom.bigdata.resourcesBlazeGraph
ResourceFileFilterThe default implementation accepts directories under the configured IResourceManager.Classcom.bigdata.resourcesBlazeGraph
ResourceManagerThe ResourceManager has broad responsibility for journal files, index segment files, maintaining index views during overflow processing, andClasscom.bigdata.resourcesBlazeGraph
ResourceManager .IResourceManagerCounters the ResourceManager.Interfacecom.bigdata.resourcesBlazeGraph
ResourceManager .OptionsResourceManager options.Interfacecom.bigdata.resourcesBlazeGraph
ScatterSplitTaskTask splits an index partition into N equal sized index partitions and scatters those index partitions across data services in the federation.Classcom.bigdata.resourcesBlazeGraph
SplitIndexPartitionTaskTask 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 theClasscom.bigdata.resourcesBlazeGraph
SplitIndexPartitionTask .AtomicUpdateSplitIndexPartitionTaskAn ITx.Classcom.bigdata.resourcesBlazeGraph
SplitResultThe result of a SplitIndexPartitionTask including enough metadata to identify the index partitions to be created and the index partition toClasscom.bigdata.resourcesBlazeGraph
SplitTailTaskSplits the tail of an index partition and optionally submits a task to move the tail to a target data service specified by the caller.Classcom.bigdata.resourcesBlazeGraph
SplitUtilityUtility methods for ISimpleSplitHandlers and friends.Classcom.bigdata.resourcesBlazeGraph
SplitUtility .BuildIndexSegmentSplitTaskTask used to build an IndexSegment from a restricted key-range of an index during a SplitIndexPartitionTask.Classcom.bigdata.resourcesBlazeGraph
StaleLocatorExceptionAn instance of this class is thrown when an index partition has been split, joined, or moved to indicate that the client has a staleClasscom.bigdata.resourcesBlazeGraph
StaleLocatorReasonenum StaleLocatorReasonTypesafe enumeration of the possible reasons why an index partition locatorClasscom.bigdata.resourcesBlazeGraph
StoreManagerClass encapsulates logic for managing the store files (journals and index segments), including the logic to compute the effective release time for theClasscom.bigdata.resourcesBlazeGraph
StoreManager .IStoreManagerCountersPerformance counters for the StoreManager.Interfacecom.bigdata.resourcesBlazeGraph
StoreManager .OptionsOptions for the StoreManager.Interfacecom.bigdata.resourcesBlazeGraph
TestAddDeleteResourceUnit test of the StoreManager when adding and deleting journals andVersion:$Id$Author:Bryan ThompsonClasscom.bigdata.resourcesBlazeGraph
TestAllRuns all tests for all journal implementations.Classcom.bigdata.resourcesBlazeGraph
TestBuildTaskBasic test of building an index segment from an index partition on overflow.Classcom.bigdata.resourcesBlazeGraph
TestBuildTask2Basic test of building an index segment from an index partition on overflow.Classcom.bigdata.resourcesBlazeGraph
TestFixedLengthPrefixShardSplitsUnit tests for splitting an index segment based on its size on the disk, the nominal size of an index partition, and an optional application levelClasscom.bigdata.resourcesBlazeGraph
TestMergeTaskBasic test of compacting merge for an index partition on overflow.Classcom.bigdata.resourcesBlazeGraph
TestOverflowBasic tests for ResourceManager#overflow(boolean, boolean)Version:$Id$Author:Bryan ThompsonClasscom.bigdata.resourcesBlazeGraph
TestReleaseResourcesTest release (aka purge) of old resources.Classcom.bigdata.resourcesBlazeGraph
TestReleaseResources .TestWithCopy_NonZeroMinReleaseAgeTest where the indices are copied during synchronous overflow processing and where a non-zero [minReleaseAge] was specified.Classcom.bigdata.resourcesBlazeGraph
TestReleaseResources .TestWithCopyImmediateReleaseTest where the index view is copied in its entirety onto the new journal and the [minReleaseAge] is ZERO(0).Classcom.bigdata.resourcesBlazeGraph
TestReleaseResources .TestWithCopyNoReleaseTest where the index view is copied in its entirety onto the new journal but the ResourceManager is not permitted to release old resourcesClasscom.bigdata.resourcesBlazeGraph
TestResourceManagerBootstrapBootstrap test suite for the ResourceManager.Classcom.bigdata.resourcesBlazeGraph
TestResourceManagerBootstrap .MyResourceManagerClasscom.bigdata.resourcesBlazeGraph
TestSegSplitterUnit tests for splitting an index segment based on its size on the disk, the nominal size of an index partition, and an optional application levelClasscom.bigdata.resourcesBlazeGraph
TestSparseRowStoreSplitHandlerTetst suite for LogicalRowSplitHandler.Classcom.bigdata.resourcesBlazeGraph