|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<DAGProtos.PlanEdgeDataSourceType>
org.apache.tez.dag.api.records.DAGProtos.PlanEdgeDataSourceType
public static enum DAGProtos.PlanEdgeDataSourceType
Protobuf enum PlanEdgeDataSourceType
| Enum Constant Summary | |
|---|---|
EPHEMERAL
EPHEMERAL = 2; |
|
PERSISTED
PERSISTED = 0; |
|
PERSISTED_RELIABLE
PERSISTED_RELIABLE = 1; |
|
| Field Summary | |
|---|---|
static int |
EPHEMERAL_VALUE
EPHEMERAL = 2; |
static int |
PERSISTED_RELIABLE_VALUE
PERSISTED_RELIABLE = 1; |
static int |
PERSISTED_VALUE
PERSISTED = 0; |
| Method Summary | |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor()
|
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType()
|
int |
getNumber()
|
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor()
|
static com.google.protobuf.Internal.EnumLiteMap<DAGProtos.PlanEdgeDataSourceType> |
internalGetValueMap()
|
static DAGProtos.PlanEdgeDataSourceType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
|
static DAGProtos.PlanEdgeDataSourceType |
valueOf(int value)
|
static DAGProtos.PlanEdgeDataSourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DAGProtos.PlanEdgeDataSourceType[] |
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 DAGProtos.PlanEdgeDataSourceType PERSISTED
PERSISTED = 0;
public static final DAGProtos.PlanEdgeDataSourceType PERSISTED_RELIABLE
PERSISTED_RELIABLE = 1;
public static final DAGProtos.PlanEdgeDataSourceType EPHEMERAL
EPHEMERAL = 2;
| Field Detail |
|---|
public static final int PERSISTED_VALUE
PERSISTED = 0;
public static final int PERSISTED_RELIABLE_VALUE
PERSISTED_RELIABLE = 1;
public static final int EPHEMERAL_VALUE
EPHEMERAL = 2;
| Method Detail |
|---|
public static DAGProtos.PlanEdgeDataSourceType[] values()
for (DAGProtos.PlanEdgeDataSourceType c : DAGProtos.PlanEdgeDataSourceType.values()) System.out.println(c);
public static DAGProtos.PlanEdgeDataSourceType 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 nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static DAGProtos.PlanEdgeDataSourceType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<DAGProtos.PlanEdgeDataSourceType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static DAGProtos.PlanEdgeDataSourceType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||