public class PlanNodeDescription extends Object implements com.facebook.thrift.TBase, Serializable, Cloneable, Comparable<PlanNodeDescription>
| Modifier and Type | Class and Description |
|---|---|
static class |
PlanNodeDescription.Builder |
| Modifier and Type | Field and Description |
|---|---|
PlanNodeBranchInfo |
branch_info |
static int |
BRANCH_INFO |
List<Long> |
dependencies |
static int |
DEPENDENCIES |
List<Pair> |
description |
static int |
DESCRIPTION |
long |
id |
static int |
ID |
static Map<Integer,com.facebook.thrift.meta_data.FieldMetaData> |
metaDataMap |
byte[] |
name |
static int |
NAME |
byte[] |
output_var |
static int |
OUTPUT_VAR |
List<ProfilingStats> |
profiles |
static int |
PROFILES |
| Constructor and Description |
|---|
PlanNodeDescription() |
PlanNodeDescription(byte[] name,
long id,
byte[] output_var) |
PlanNodeDescription(byte[] name,
long id,
byte[] output_var,
List<Pair> description,
List<ProfilingStats> profiles,
PlanNodeBranchInfo branch_info,
List<Long> dependencies) |
PlanNodeDescription(PlanNodeDescription other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
static PlanNodeDescription.Builder |
builder() |
int |
compareTo(PlanNodeDescription other) |
PlanNodeDescription |
deepCopy()
Returns a copy of `this`.
|
boolean |
equals(Object _that) |
PlanNodeBranchInfo |
getBranch_info() |
List<Long> |
getDependencies() |
List<Pair> |
getDescription() |
Object |
getFieldValue(int fieldID) |
long |
getId() |
byte[] |
getName() |
byte[] |
getOutput_var() |
List<ProfilingStats> |
getProfiles() |
int |
hashCode() |
boolean |
isSetBranch_info() |
boolean |
isSetDependencies() |
boolean |
isSetDescription() |
boolean |
isSetId() |
boolean |
isSetName() |
boolean |
isSetOutput_var() |
boolean |
isSetProfiles() |
void |
read(com.facebook.thrift.protocol.TProtocol iprot)
Reads the TObject from the given input protocol.
|
PlanNodeDescription |
setBranch_info(PlanNodeBranchInfo branch_info) |
void |
setBranch_infoIsSet(boolean __value) |
PlanNodeDescription |
setDependencies(List<Long> dependencies) |
void |
setDependenciesIsSet(boolean __value) |
PlanNodeDescription |
setDescription(List<Pair> description) |
void |
setDescriptionIsSet(boolean __value) |
void |
setFieldValue(int fieldID,
Object __value) |
PlanNodeDescription |
setId(long id) |
void |
setIdIsSet(boolean __value) |
PlanNodeDescription |
setName(byte[] name) |
void |
setNameIsSet(boolean __value) |
PlanNodeDescription |
setOutput_var(byte[] output_var) |
void |
setOutput_varIsSet(boolean __value) |
PlanNodeDescription |
setProfiles(List<ProfilingStats> profiles) |
void |
setProfilesIsSet(boolean __value) |
String |
toString() |
String |
toString(int indent,
boolean prettyPrint)
Creates an indented String representation for pretty printing
|
void |
unsetBranch_info() |
void |
unsetDependencies() |
void |
unsetDescription() |
void |
unsetId() |
void |
unsetName() |
void |
unsetOutput_var() |
void |
unsetProfiles() |
void |
validate() |
void |
write(com.facebook.thrift.protocol.TProtocol oprot)
Writes the objects out to the protocol
|
public byte[] name
public long id
public byte[] output_var
public List<ProfilingStats> profiles
public PlanNodeBranchInfo branch_info
public static final int NAME
public static final int ID
public static final int OUTPUT_VAR
public static final int DESCRIPTION
public static final int PROFILES
public static final int BRANCH_INFO
public static final int DEPENDENCIES
public PlanNodeDescription()
public PlanNodeDescription(byte[] name,
long id,
byte[] output_var)
public PlanNodeDescription(byte[] name,
long id,
byte[] output_var,
List<Pair> description,
List<ProfilingStats> profiles,
PlanNodeBranchInfo branch_info,
List<Long> dependencies)
public PlanNodeDescription(PlanNodeDescription other)
public static PlanNodeDescription.Builder builder()
public PlanNodeDescription deepCopy()
com.facebook.thrift.TBasex.getClass() == x.deepCopy().getClass() should be true for any
TBase.deepCopy in interface com.facebook.thrift.TBasepublic byte[] getName()
public PlanNodeDescription setName(byte[] name)
public void unsetName()
public boolean isSetName()
public void setNameIsSet(boolean __value)
public long getId()
public PlanNodeDescription setId(long id)
public void unsetId()
public boolean isSetId()
public void setIdIsSet(boolean __value)
public byte[] getOutput_var()
public PlanNodeDescription setOutput_var(byte[] output_var)
public void unsetOutput_var()
public boolean isSetOutput_var()
public void setOutput_varIsSet(boolean __value)
public PlanNodeDescription setDescription(List<Pair> description)
public void unsetDescription()
public boolean isSetDescription()
public void setDescriptionIsSet(boolean __value)
public List<ProfilingStats> getProfiles()
public PlanNodeDescription setProfiles(List<ProfilingStats> profiles)
public void unsetProfiles()
public boolean isSetProfiles()
public void setProfilesIsSet(boolean __value)
public PlanNodeBranchInfo getBranch_info()
public PlanNodeDescription setBranch_info(PlanNodeBranchInfo branch_info)
public void unsetBranch_info()
public boolean isSetBranch_info()
public void setBranch_infoIsSet(boolean __value)
public PlanNodeDescription setDependencies(List<Long> dependencies)
public void unsetDependencies()
public boolean isSetDependencies()
public void setDependenciesIsSet(boolean __value)
public void setFieldValue(int fieldID,
Object __value)
public Object getFieldValue(int fieldID)
public int compareTo(PlanNodeDescription other)
compareTo in interface Comparable<PlanNodeDescription>public void read(com.facebook.thrift.protocol.TProtocol iprot)
throws com.facebook.thrift.TException
com.facebook.thrift.TBaseread in interface com.facebook.thrift.TBaseiprot - Input protocolcom.facebook.thrift.TExceptionpublic void write(com.facebook.thrift.protocol.TProtocol oprot)
throws com.facebook.thrift.TException
com.facebook.thrift.TBasewrite in interface com.facebook.thrift.TBaseoprot - Output protocolcom.facebook.thrift.TExceptionpublic String toString(int indent, boolean prettyPrint)
com.facebook.thrift.TBasetoString in interface com.facebook.thrift.TBaseindent - The level of indentation desiredprettyPrint - Set pretty printing on/offpublic void validate()
throws com.facebook.thrift.TException
com.facebook.thrift.TExceptionCopyright © 2022. All rights reserved.