| Package | Description |
|---|---|
| org.apache.tez.dag.api.records |
| Modifier and Type | Method and Description |
|---|---|
static DAGProtos.PlanVertexType |
DAGProtos.PlanVertexType.forNumber(int value) |
DAGProtos.PlanVertexType |
DAGProtos.VertexPlanOrBuilder.getType()
required .PlanVertexType type = 2; |
DAGProtos.PlanVertexType |
DAGProtos.VertexPlan.getType()
required .PlanVertexType type = 2; |
DAGProtos.PlanVertexType |
DAGProtos.VertexPlan.Builder.getType()
required .PlanVertexType type = 2; |
static DAGProtos.PlanVertexType |
DAGProtos.PlanVertexType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DAGProtos.PlanVertexType |
DAGProtos.PlanVertexType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DAGProtos.PlanVertexType |
DAGProtos.PlanVertexType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DAGProtos.PlanVertexType[] |
DAGProtos.PlanVertexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<DAGProtos.PlanVertexType> |
DAGProtos.PlanVertexType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
DAGProtos.VertexPlan.Builder |
DAGProtos.VertexPlan.Builder.setType(DAGProtos.PlanVertexType value)
required .PlanVertexType type = 2; |
Copyright © 2024 Apache Software Foundation. All rights reserved.