|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<DAGProtos.PlanLocalResourceVisibility>
org.apache.tez.dag.api.records.DAGProtos.PlanLocalResourceVisibility
public static enum DAGProtos.PlanLocalResourceVisibility
Protobuf enum PlanLocalResourceVisibility
| Enum Constant Summary | |
|---|---|
APPLICATION
APPLICATION = 2; |
|
PRIVATE
PRIVATE = 1; |
|
PUBLIC
PUBLIC = 0; |
|
| Field Summary | |
|---|---|
static int |
APPLICATION_VALUE
APPLICATION = 2; |
static int |
PRIVATE_VALUE
PRIVATE = 1; |
static int |
PUBLIC_VALUE
PUBLIC = 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.PlanLocalResourceVisibility> |
internalGetValueMap()
|
static DAGProtos.PlanLocalResourceVisibility |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
|
static DAGProtos.PlanLocalResourceVisibility |
valueOf(int value)
|
static DAGProtos.PlanLocalResourceVisibility |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DAGProtos.PlanLocalResourceVisibility[] |
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.PlanLocalResourceVisibility PUBLIC
PUBLIC = 0;
public static final DAGProtos.PlanLocalResourceVisibility PRIVATE
PRIVATE = 1;
public static final DAGProtos.PlanLocalResourceVisibility APPLICATION
APPLICATION = 2;
| Field Detail |
|---|
public static final int PUBLIC_VALUE
PUBLIC = 0;
public static final int PRIVATE_VALUE
PRIVATE = 1;
public static final int APPLICATION_VALUE
APPLICATION = 2;
| Method Detail |
|---|
public static DAGProtos.PlanLocalResourceVisibility[] values()
for (DAGProtos.PlanLocalResourceVisibility c : DAGProtos.PlanLocalResourceVisibility.values()) System.out.println(c);
public static DAGProtos.PlanLocalResourceVisibility 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.PlanLocalResourceVisibility valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<DAGProtos.PlanLocalResourceVisibility> 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.PlanLocalResourceVisibility 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 | |||||||||