|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<OverflowSubtaskEnum>
com.bigdata.resources.OverflowSubtaskEnum
public enum OverflowSubtaskEnum
Various kinds of subtasks for asynchronous index partition overflow tasks.
OverflowActionEnum| Enum Constant Summary | |
|---|---|
AtomicUpdate
Operation responsible for the atomic update of the index partition view as part of any of the asynchronous overflow tasks |
|
ChooseView
Operation responsible for deciding how many of the sources in the view will be used for an incremental build operation. |
|
CopyHistory
Deprecated. by MoveTask |
|
ReceiveIndexPartition
The overall operation submitted to the target data service during a MOVE in which it receives the data for the source index partition and registers the target index partition. |
|
ReceiveIndexSegment
The operation in which an IndexSegmentStore file is received by
the target data service as part of a MOVE operation. |
|
RegisterIndex
Registering a new index partition. |
|
SendIndexSegment
Deprecated. by MoveTask |
|
Total
Corresponds to the total overflow task for an index partition. |
|
| Method Summary | |
|---|---|
static OverflowSubtaskEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OverflowSubtaskEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final OverflowSubtaskEnum Total
public static final OverflowSubtaskEnum AtomicUpdate
OverflowActionEnumpublic static final OverflowSubtaskEnum ChooseView
public static final OverflowSubtaskEnum CopyHistory
MoveTask
public static final OverflowSubtaskEnum RegisterIndex
public static final OverflowSubtaskEnum SendIndexSegment
MoveTaskIndexSegment using the
ResourceService.
public static final OverflowSubtaskEnum ReceiveIndexPartition
public static final OverflowSubtaskEnum ReceiveIndexSegment
IndexSegmentStore file is received by
the target data service as part of a MOVE operation.
| Method Detail |
|---|
public static OverflowSubtaskEnum[] values()
for (OverflowSubtaskEnum c : OverflowSubtaskEnum.values()) System.out.println(c);
public static OverflowSubtaskEnum valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||