| 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 |
|---|---|
PlanProto.AlterTablespaceNode.Type |
PlanProto.AlterTablespaceNodeOrBuilder.getSetType()
required .AlterTablespaceNode.Type setType = 2; |
PlanProto.AlterTablespaceNode.Type |
PlanProto.AlterTablespaceNode.getSetType()
required .AlterTablespaceNode.Type setType = 2; |
PlanProto.AlterTablespaceNode.Type |
PlanProto.AlterTablespaceNode.Builder.getSetType()
required .AlterTablespaceNode.Type setType = 2; |
static PlanProto.AlterTablespaceNode.Type |
PlanProto.AlterTablespaceNode.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PlanProto.AlterTablespaceNode.Type |
PlanProto.AlterTablespaceNode.Type.valueOf(int value) |
static PlanProto.AlterTablespaceNode.Type |
PlanProto.AlterTablespaceNode.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanProto.AlterTablespaceNode.Type[] |
PlanProto.AlterTablespaceNode.Type.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.AlterTablespaceNode.Type> |
PlanProto.AlterTablespaceNode.Type.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
PlanProto.AlterTablespaceNode.Builder |
PlanProto.AlterTablespaceNode.Builder.setSetType(PlanProto.AlterTablespaceNode.Type value)
required .AlterTablespaceNode.Type setType = 2; |
Copyright © 2015 Apache Software Foundation. All Rights Reserved.