public enum OverflowSubtaskEnum extends Enum<OverflowSubtaskEnum>
OverflowActionEnum
Enum Constant and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final OverflowSubtaskEnum Total
public static final OverflowSubtaskEnum AtomicUpdate
OverflowActionEnum
public static final OverflowSubtaskEnum ChooseView
public static final OverflowSubtaskEnum CopyHistory
MoveTask
public static final OverflowSubtaskEnum RegisterIndex
public static final OverflowSubtaskEnum SendIndexSegment
MoveTask
IndexSegment
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.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 nameNullPointerException
- if the argument is nullCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.