Package | Description |
---|---|
com.bigdata.resources |
This package provides the logic to managed the live journal and the
historical journals and index segments for a
DataService . |
Modifier and Type | Field and Description |
---|---|
protected OverflowActionEnum |
SplitIndexPartitionTask.AtomicUpdateSplitIndexPartitionTask.action
Either a normal split or a tail split.
|
Modifier and Type | Method and Description |
---|---|
static OverflowActionEnum |
OverflowActionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OverflowActionEnum[] |
OverflowActionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
SplitIndexPartitionTask.doSplitAtomicUpdate(ResourceManager resourceManager,
com.bigdata.resources.ViewMetadata vmd,
SplitResult result,
OverflowActionEnum action,
AtomicLong counter,
Event parentEvent) |
int |
OverflowMetadata.getActionCount(OverflowActionEnum action)
Return the #of index partitions for which the specified action was
chosen.
|
void |
OverflowMetadata.setAction(String name,
OverflowActionEnum action)
Specify the action to be taken.
|
Constructor and Description |
---|
SplitIndexPartitionTask.AtomicUpdateSplitIndexPartitionTask(ResourceManager resourceManager,
String[] resource,
OverflowActionEnum action,
UUID indexUUID,
SplitResult splitResult,
Event updateEvent) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.