| Package | Description |
|---|---|
| org.apache.tajo.plan.serder |
This package provides (de)serialization API for logical plan and it related parts.
|
| Modifier and Type | Method and Description |
|---|---|
static PlanProto.TransmitType |
PlanProto.TransmitType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PlanProto.TransmitType |
PlanProto.TransmitType.valueOf(int value) |
static PlanProto.TransmitType |
PlanProto.TransmitType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanProto.TransmitType[] |
PlanProto.TransmitType.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<PlanProto.TransmitType> |
PlanProto.TransmitType.internalGetValueMap() |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.