|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceManager | |
|---|---|
| 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. |
| com.bigdata.service.jini.util | |
| Uses of ResourceManager in com.bigdata.mdi |
|---|
| Methods in com.bigdata.mdi with parameters of type ResourceManager | |
|---|---|
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. |
| Uses of ResourceManager in com.bigdata.resources |
|---|
| Fields in com.bigdata.resources declared as ResourceManager | |
|---|---|
protected ResourceManager |
AbstractResourceManagerTask.resourceManager
|
ResourceManager |
OverflowMetadata.resourceManager
The resource manager. |
| Methods in com.bigdata.resources with parameters of type ResourceManager | |
|---|---|
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. |
| Constructors in com.bigdata.resources with parameters of type ResourceManager | |
|---|---|
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)
|
|
| Uses of ResourceManager in com.bigdata.service |
|---|
| Methods in com.bigdata.service that return ResourceManager | |
|---|---|
ResourceManager |
DataService.getResourceManager()
The object used to manage the local resources. |
| Uses of ResourceManager in com.bigdata.service.jini.util |
|---|
| Constructors in com.bigdata.service.jini.util with parameters of type ResourceManager | |
|---|---|
DumpFederation.IndexPartitionDetailRecord(ResourceManager resourceManager,
long timestamp,
String name)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||