Package | Description |
---|---|
com.bigdata.mdi |
This package provides a metadata index and range partitioned indices
managed by that metadata index.
|
com.bigdata.resources |
This package provides the logic to managed the live journal and the
historical journals and index segments for a
DataService . |
com.bigdata.service |
This package provides implementations of bigdata services (metadata
service, data service, transaction manager service.
|
Modifier and Type | Method and Description |
---|---|
static IndexPartitionCause |
IndexPartitionCause.join(ResourceManager resourceManager)
Factory for
IndexPartitionCause.CauseEnum.Join . |
static IndexPartitionCause |
IndexPartitionCause.move(ResourceManager resourceManager)
Factory for
IndexPartitionCause.CauseEnum.Move . |
static IndexPartitionCause |
IndexPartitionCause.register(ResourceManager resourceManager)
Factory for
IndexPartitionCause.CauseEnum.Register . |
static IndexPartitionCause |
IndexPartitionCause.split(ResourceManager resourceManager)
Factory for
IndexPartitionCause.CauseEnum.Split . |
Modifier and Type | Class and Description |
---|---|
protected static class |
TestResourceManagerBootstrap.MyResourceManager |
Modifier and Type | Field and Description |
---|---|
protected ResourceManager |
AbstractResourceManagerTestCase.resourceManager |
protected ResourceManager |
AbstractResourceManagerTask.resourceManager |
ResourceManager |
OverflowMetadata.resourceManager
The resource manager.
|
Modifier and Type | Method and Description |
---|---|
protected static MoveResult |
MoveTask.doAtomicUpdate(ResourceManager resourceManager,
String sourceIndexName,
BuildResult historicalWritesBuildResult,
UUID targetDataServiceUUID,
int targetIndexPartitionId,
Event parentEvent)
Submits an
MoveTask.AtomicUpdate and awaits and returns its outcome. |
protected static void |
SplitIndexPartitionTask.doSplitAtomicUpdate(ResourceManager resourceManager,
com.bigdata.resources.ViewMetadata vmd,
SplitResult result,
OverflowActionEnum action,
AtomicLong counter,
Event parentEvent) |
protected static boolean |
AsynchronousOverflowTask.isNormalShutdown(ResourceManager resourceManager,
Throwable t)
These are all good indicators that the data service was shutdown.
|
static Split[] |
SplitUtility.tailSplit(ResourceManager resourceManager,
BTree btree)
Identifies the splits for an index with heavy write append behavior.
|
Constructor and Description |
---|
AbstractAtomicUpdateTask(ResourceManager resourceManager,
long timestamp,
String resource) |
AbstractAtomicUpdateTask(ResourceManager resourceManager,
long timestamp,
String[] resource) |
AbstractPrepareTask(ResourceManager resourceManager,
long timestamp,
String resource) |
AbstractPrepareTask(ResourceManager resourceManager,
long timestamp,
String[] resource) |
AbstractResourceManagerTask(ResourceManager resourceManager,
long timestamp,
String resource) |
AbstractResourceManagerTask(ResourceManager resourceManager,
long timestamp,
String[] resource) |
AsynchronousOverflowTask(ResourceManager resourceManager,
OverflowMetadata overflowMetadata) |
CompactingMergeTask.AtomicUpdateCompactingMergeTask(ResourceManager resourceManager,
IConcurrencyManager concurrencyManager,
String resource,
UUID indexUUID,
BuildResult buildResult,
Event updateEvent) |
IncrementalBuildTask.AtomicUpdateIncrementalBuildTask(ResourceManager resourceManager,
IConcurrencyManager concurrencyManager,
String resource,
UUID indexUUID,
BuildResult buildResult,
Event parentEvent) |
JoinIndexPartitionTask.AtomicUpdateJoinIndexPartition(ResourceManager resourceManager,
String[] resource,
JoinResult result,
Event updateEvent) |
JoinIndexPartitionTask(ResourceManager resourceManager,
long lastCommitTime,
String[] resources,
com.bigdata.resources.ViewMetadata[] vmd) |
MoveTask.AtomicUpdate(ResourceManager resourceManager,
String sourceIndexName,
BuildResult historicalWritesBuildResult,
UUID targetDataServiceUUID,
int targetIndexPartitionId,
Event parentEvent) |
OverflowMetadata(ResourceManager resourceManager)
Captures various metadata about the live journal in preparation for a
synchronous overflow operation.
|
SplitIndexPartitionTask.AtomicUpdateSplitIndexPartitionTask(ResourceManager resourceManager,
String[] resource,
OverflowActionEnum action,
UUID indexUUID,
SplitResult splitResult,
Event updateEvent) |
Modifier and Type | Method and Description |
---|---|
ResourceManager |
DataService.getResourceManager()
The object used to manage the local resources.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.