public enum VertexEventType extends Enum<VertexEventType>
| Modifier and Type | Method and Description |
|---|---|
static VertexEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VertexEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VertexEventType V_TERMINATE
public static final VertexEventType V_INIT
public static final VertexEventType V_COMPLETED
public static final VertexEventType V_START
public static final VertexEventType V_SOURCE_TASK_ATTEMPT_COMPLETED
public static final VertexEventType V_SOURCE_VERTEX_STARTED
public static final VertexEventType V_TASK_COMPLETED
public static final VertexEventType V_TASK_RESCHEDULED
public static final VertexEventType V_TASK_ATTEMPT_COMPLETED
public static final VertexEventType V_INTERNAL_ERROR
public static final VertexEventType V_MANAGER_USER_CODE_ERROR
public static final VertexEventType V_ROUTE_EVENT
public static final VertexEventType V_ONE_TO_ONE_SOURCE_SPLIT
public static final VertexEventType V_ROOT_INPUT_INITIALIZED
public static final VertexEventType V_ROOT_INPUT_FAILED
public static final VertexEventType V_RECOVER
public static final VertexEventType V_READY_TO_INIT
public static final VertexEventType V_SOURCE_VERTEX_RECOVERED
public static final VertexEventType V_NULL_EDGE_INITIALIZED
public static VertexEventType[] values()
for (VertexEventType c : VertexEventType.values()) System.out.println(c);
public static VertexEventType 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 © 2014 Apache Software Foundation. All rights reserved.