org.apache.hadoop.hive.ql.plan.api.Task Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hive-apache Show documentation
Show all versions of hive-apache Show documentation
Shaded version of Apache Hive for Presto
The newest version!
/**
* Autogenerated by Thrift Compiler (0.9.3)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
package org.apache.hadoop.hive.ql.plan.api;
import org.apache.thrift.scheme.IScheme;
import org.apache.thrift.scheme.SchemeFactory;
import org.apache.thrift.scheme.StandardScheme;
import org.apache.thrift.scheme.TupleScheme;
import org.apache.thrift.protocol.TTupleProtocol;
import org.apache.thrift.protocol.TProtocolException;
import org.apache.thrift.EncodingUtils;
import org.apache.thrift.TException;
import org.apache.thrift.async.AsyncMethodCallback;
import org.apache.thrift.server.AbstractNonblockingServer.*;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.util.HashMap;
import java.util.EnumMap;
import java.util.Set;
import java.util.HashSet;
import java.util.EnumSet;
import java.util.Collections;
import java.util.BitSet;
import java.nio.ByteBuffer;
import java.util.Arrays;
import javax.annotation.Generated;
import io.prestosql.hive.$internal.org.slf4j.Logger;
import io.prestosql.hive.$internal.org.slf4j.LoggerFactory;
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
@Generated(value = "Autogenerated by Thrift Compiler (0.9.3)")
public class Task implements org.apache.thrift.TBase, java.io.Serializable, Cloneable, Comparable {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("Task");
private static final org.apache.thrift.protocol.TField TASK_ID_FIELD_DESC = new org.apache.thrift.protocol.TField("taskId", org.apache.thrift.protocol.TType.STRING, (short)1);
private static final org.apache.thrift.protocol.TField TASK_TYPE_FIELD_DESC = new org.apache.thrift.protocol.TField("taskType", org.apache.thrift.protocol.TType.I32, (short)2);
private static final org.apache.thrift.protocol.TField TASK_ATTRIBUTES_FIELD_DESC = new org.apache.thrift.protocol.TField("taskAttributes", org.apache.thrift.protocol.TType.MAP, (short)3);
private static final org.apache.thrift.protocol.TField TASK_COUNTERS_FIELD_DESC = new org.apache.thrift.protocol.TField("taskCounters", org.apache.thrift.protocol.TType.MAP, (short)4);
private static final org.apache.thrift.protocol.TField OPERATOR_GRAPH_FIELD_DESC = new org.apache.thrift.protocol.TField("operatorGraph", org.apache.thrift.protocol.TType.STRUCT, (short)5);
private static final org.apache.thrift.protocol.TField OPERATOR_LIST_FIELD_DESC = new org.apache.thrift.protocol.TField("operatorList", org.apache.thrift.protocol.TType.LIST, (short)6);
private static final org.apache.thrift.protocol.TField DONE_FIELD_DESC = new org.apache.thrift.protocol.TField("done", org.apache.thrift.protocol.TType.BOOL, (short)7);
private static final org.apache.thrift.protocol.TField STARTED_FIELD_DESC = new org.apache.thrift.protocol.TField("started", org.apache.thrift.protocol.TType.BOOL, (short)8);
private static final Map, SchemeFactory> schemes = new HashMap, SchemeFactory>();
static {
schemes.put(StandardScheme.class, new TaskStandardSchemeFactory());
schemes.put(TupleScheme.class, new TaskTupleSchemeFactory());
}
private String taskId; // required
private TaskType taskType; // required
private Map taskAttributes; // required
private Map taskCounters; // required
private Graph operatorGraph; // optional
private List operatorList; // optional
private boolean done; // required
private boolean started; // required
/** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
public enum _Fields implements org.apache.thrift.TFieldIdEnum {
TASK_ID((short)1, "taskId"),
/**
*
* @see TaskType
*/
TASK_TYPE((short)2, "taskType"),
TASK_ATTRIBUTES((short)3, "taskAttributes"),
TASK_COUNTERS((short)4, "taskCounters"),
OPERATOR_GRAPH((short)5, "operatorGraph"),
OPERATOR_LIST((short)6, "operatorList"),
DONE((short)7, "done"),
STARTED((short)8, "started");
private static final Map byName = new HashMap();
static {
for (_Fields field : EnumSet.allOf(_Fields.class)) {
byName.put(field.getFieldName(), field);
}
}
/**
* Find the _Fields constant that matches fieldId, or null if its not found.
*/
public static _Fields findByThriftId(int fieldId) {
switch(fieldId) {
case 1: // TASK_ID
return TASK_ID;
case 2: // TASK_TYPE
return TASK_TYPE;
case 3: // TASK_ATTRIBUTES
return TASK_ATTRIBUTES;
case 4: // TASK_COUNTERS
return TASK_COUNTERS;
case 5: // OPERATOR_GRAPH
return OPERATOR_GRAPH;
case 6: // OPERATOR_LIST
return OPERATOR_LIST;
case 7: // DONE
return DONE;
case 8: // STARTED
return STARTED;
default:
return null;
}
}
/**
* Find the _Fields constant that matches fieldId, throwing an exception
* if it is not found.
*/
public static _Fields findByThriftIdOrThrow(int fieldId) {
_Fields fields = findByThriftId(fieldId);
if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!");
return fields;
}
/**
* Find the _Fields constant that matches name, or null if its not found.
*/
public static _Fields findByName(String name) {
return byName.get(name);
}
private final short _thriftId;
private final String _fieldName;
_Fields(short thriftId, String fieldName) {
_thriftId = thriftId;
_fieldName = fieldName;
}
public short getThriftFieldId() {
return _thriftId;
}
public String getFieldName() {
return _fieldName;
}
}
// isset id assignments
private static final int __DONE_ISSET_ID = 0;
private static final int __STARTED_ISSET_ID = 1;
private byte __isset_bitfield = 0;
private static final _Fields optionals[] = {_Fields.OPERATOR_GRAPH,_Fields.OPERATOR_LIST};
public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
static {
Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
tmpMap.put(_Fields.TASK_ID, new org.apache.thrift.meta_data.FieldMetaData("taskId", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
tmpMap.put(_Fields.TASK_TYPE, new org.apache.thrift.meta_data.FieldMetaData("taskType", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.EnumMetaData(org.apache.thrift.protocol.TType.ENUM, TaskType.class)));
tmpMap.put(_Fields.TASK_ATTRIBUTES, new org.apache.thrift.meta_data.FieldMetaData("taskAttributes", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.MapMetaData(org.apache.thrift.protocol.TType.MAP,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING),
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))));
tmpMap.put(_Fields.TASK_COUNTERS, new org.apache.thrift.meta_data.FieldMetaData("taskCounters", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.MapMetaData(org.apache.thrift.protocol.TType.MAP,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING),
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64))));
tmpMap.put(_Fields.OPERATOR_GRAPH, new org.apache.thrift.meta_data.FieldMetaData("operatorGraph", org.apache.thrift.TFieldRequirementType.OPTIONAL,
new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, Graph.class)));
tmpMap.put(_Fields.OPERATOR_LIST, new org.apache.thrift.meta_data.FieldMetaData("operatorList", org.apache.thrift.TFieldRequirementType.OPTIONAL,
new org.apache.thrift.meta_data.ListMetaData(org.apache.thrift.protocol.TType.LIST,
new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, Operator.class))));
tmpMap.put(_Fields.DONE, new org.apache.thrift.meta_data.FieldMetaData("done", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL)));
tmpMap.put(_Fields.STARTED, new org.apache.thrift.meta_data.FieldMetaData("started", org.apache.thrift.TFieldRequirementType.DEFAULT,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL)));
metaDataMap = Collections.unmodifiableMap(tmpMap);
org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(Task.class, metaDataMap);
}
public Task() {
}
public Task(
String taskId,
TaskType taskType,
Map taskAttributes,
Map taskCounters,
boolean done,
boolean started)
{
this();
this.taskId = taskId;
this.taskType = taskType;
this.taskAttributes = taskAttributes;
this.taskCounters = taskCounters;
this.done = done;
setDoneIsSet(true);
this.started = started;
setStartedIsSet(true);
}
/**
* Performs a deep copy on other.
*/
public Task(Task other) {
__isset_bitfield = other.__isset_bitfield;
if (other.isSetTaskId()) {
this.taskId = other.taskId;
}
if (other.isSetTaskType()) {
this.taskType = other.taskType;
}
if (other.isSetTaskAttributes()) {
Map __this__taskAttributes = new HashMap(other.taskAttributes);
this.taskAttributes = __this__taskAttributes;
}
if (other.isSetTaskCounters()) {
Map __this__taskCounters = new HashMap(other.taskCounters);
this.taskCounters = __this__taskCounters;
}
if (other.isSetOperatorGraph()) {
this.operatorGraph = new Graph(other.operatorGraph);
}
if (other.isSetOperatorList()) {
List __this__operatorList = new ArrayList(other.operatorList.size());
for (Operator other_element : other.operatorList) {
__this__operatorList.add(new Operator(other_element));
}
this.operatorList = __this__operatorList;
}
this.done = other.done;
this.started = other.started;
}
public Task deepCopy() {
return new Task(this);
}
@Override
public void clear() {
this.taskId = null;
this.taskType = null;
this.taskAttributes = null;
this.taskCounters = null;
this.operatorGraph = null;
this.operatorList = null;
setDoneIsSet(false);
this.done = false;
setStartedIsSet(false);
this.started = false;
}
public String getTaskId() {
return this.taskId;
}
public void setTaskId(String taskId) {
this.taskId = taskId;
}
public void unsetTaskId() {
this.taskId = null;
}
/** Returns true if field taskId is set (has been assigned a value) and false otherwise */
public boolean isSetTaskId() {
return this.taskId != null;
}
public void setTaskIdIsSet(boolean value) {
if (!value) {
this.taskId = null;
}
}
/**
*
* @see TaskType
*/
public TaskType getTaskType() {
return this.taskType;
}
/**
*
* @see TaskType
*/
public void setTaskType(TaskType taskType) {
this.taskType = taskType;
}
public void unsetTaskType() {
this.taskType = null;
}
/** Returns true if field taskType is set (has been assigned a value) and false otherwise */
public boolean isSetTaskType() {
return this.taskType != null;
}
public void setTaskTypeIsSet(boolean value) {
if (!value) {
this.taskType = null;
}
}
public int getTaskAttributesSize() {
return (this.taskAttributes == null) ? 0 : this.taskAttributes.size();
}
public void putToTaskAttributes(String key, String val) {
if (this.taskAttributes == null) {
this.taskAttributes = new HashMap();
}
this.taskAttributes.put(key, val);
}
public Map getTaskAttributes() {
return this.taskAttributes;
}
public void setTaskAttributes(Map taskAttributes) {
this.taskAttributes = taskAttributes;
}
public void unsetTaskAttributes() {
this.taskAttributes = null;
}
/** Returns true if field taskAttributes is set (has been assigned a value) and false otherwise */
public boolean isSetTaskAttributes() {
return this.taskAttributes != null;
}
public void setTaskAttributesIsSet(boolean value) {
if (!value) {
this.taskAttributes = null;
}
}
public int getTaskCountersSize() {
return (this.taskCounters == null) ? 0 : this.taskCounters.size();
}
public void putToTaskCounters(String key, long val) {
if (this.taskCounters == null) {
this.taskCounters = new HashMap();
}
this.taskCounters.put(key, val);
}
public Map getTaskCounters() {
return this.taskCounters;
}
public void setTaskCounters(Map taskCounters) {
this.taskCounters = taskCounters;
}
public void unsetTaskCounters() {
this.taskCounters = null;
}
/** Returns true if field taskCounters is set (has been assigned a value) and false otherwise */
public boolean isSetTaskCounters() {
return this.taskCounters != null;
}
public void setTaskCountersIsSet(boolean value) {
if (!value) {
this.taskCounters = null;
}
}
public Graph getOperatorGraph() {
return this.operatorGraph;
}
public void setOperatorGraph(Graph operatorGraph) {
this.operatorGraph = operatorGraph;
}
public void unsetOperatorGraph() {
this.operatorGraph = null;
}
/** Returns true if field operatorGraph is set (has been assigned a value) and false otherwise */
public boolean isSetOperatorGraph() {
return this.operatorGraph != null;
}
public void setOperatorGraphIsSet(boolean value) {
if (!value) {
this.operatorGraph = null;
}
}
public int getOperatorListSize() {
return (this.operatorList == null) ? 0 : this.operatorList.size();
}
public java.util.Iterator getOperatorListIterator() {
return (this.operatorList == null) ? null : this.operatorList.iterator();
}
public void addToOperatorList(Operator elem) {
if (this.operatorList == null) {
this.operatorList = new ArrayList();
}
this.operatorList.add(elem);
}
public List getOperatorList() {
return this.operatorList;
}
public void setOperatorList(List operatorList) {
this.operatorList = operatorList;
}
public void unsetOperatorList() {
this.operatorList = null;
}
/** Returns true if field operatorList is set (has been assigned a value) and false otherwise */
public boolean isSetOperatorList() {
return this.operatorList != null;
}
public void setOperatorListIsSet(boolean value) {
if (!value) {
this.operatorList = null;
}
}
public boolean isDone() {
return this.done;
}
public void setDone(boolean done) {
this.done = done;
setDoneIsSet(true);
}
public void unsetDone() {
__isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __DONE_ISSET_ID);
}
/** Returns true if field done is set (has been assigned a value) and false otherwise */
public boolean isSetDone() {
return EncodingUtils.testBit(__isset_bitfield, __DONE_ISSET_ID);
}
public void setDoneIsSet(boolean value) {
__isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __DONE_ISSET_ID, value);
}
public boolean isStarted() {
return this.started;
}
public void setStarted(boolean started) {
this.started = started;
setStartedIsSet(true);
}
public void unsetStarted() {
__isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __STARTED_ISSET_ID);
}
/** Returns true if field started is set (has been assigned a value) and false otherwise */
public boolean isSetStarted() {
return EncodingUtils.testBit(__isset_bitfield, __STARTED_ISSET_ID);
}
public void setStartedIsSet(boolean value) {
__isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __STARTED_ISSET_ID, value);
}
public void setFieldValue(_Fields field, Object value) {
switch (field) {
case TASK_ID:
if (value == null) {
unsetTaskId();
} else {
setTaskId((String)value);
}
break;
case TASK_TYPE:
if (value == null) {
unsetTaskType();
} else {
setTaskType((TaskType)value);
}
break;
case TASK_ATTRIBUTES:
if (value == null) {
unsetTaskAttributes();
} else {
setTaskAttributes((Map)value);
}
break;
case TASK_COUNTERS:
if (value == null) {
unsetTaskCounters();
} else {
setTaskCounters((Map)value);
}
break;
case OPERATOR_GRAPH:
if (value == null) {
unsetOperatorGraph();
} else {
setOperatorGraph((Graph)value);
}
break;
case OPERATOR_LIST:
if (value == null) {
unsetOperatorList();
} else {
setOperatorList((List)value);
}
break;
case DONE:
if (value == null) {
unsetDone();
} else {
setDone((Boolean)value);
}
break;
case STARTED:
if (value == null) {
unsetStarted();
} else {
setStarted((Boolean)value);
}
break;
}
}
public Object getFieldValue(_Fields field) {
switch (field) {
case TASK_ID:
return getTaskId();
case TASK_TYPE:
return getTaskType();
case TASK_ATTRIBUTES:
return getTaskAttributes();
case TASK_COUNTERS:
return getTaskCounters();
case OPERATOR_GRAPH:
return getOperatorGraph();
case OPERATOR_LIST:
return getOperatorList();
case DONE:
return isDone();
case STARTED:
return isStarted();
}
throw new IllegalStateException();
}
/** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
public boolean isSet(_Fields field) {
if (field == null) {
throw new IllegalArgumentException();
}
switch (field) {
case TASK_ID:
return isSetTaskId();
case TASK_TYPE:
return isSetTaskType();
case TASK_ATTRIBUTES:
return isSetTaskAttributes();
case TASK_COUNTERS:
return isSetTaskCounters();
case OPERATOR_GRAPH:
return isSetOperatorGraph();
case OPERATOR_LIST:
return isSetOperatorList();
case DONE:
return isSetDone();
case STARTED:
return isSetStarted();
}
throw new IllegalStateException();
}
@Override
public boolean equals(Object that) {
if (that == null)
return false;
if (that instanceof Task)
return this.equals((Task)that);
return false;
}
public boolean equals(Task that) {
if (that == null)
return false;
boolean this_present_taskId = true && this.isSetTaskId();
boolean that_present_taskId = true && that.isSetTaskId();
if (this_present_taskId || that_present_taskId) {
if (!(this_present_taskId && that_present_taskId))
return false;
if (!this.taskId.equals(that.taskId))
return false;
}
boolean this_present_taskType = true && this.isSetTaskType();
boolean that_present_taskType = true && that.isSetTaskType();
if (this_present_taskType || that_present_taskType) {
if (!(this_present_taskType && that_present_taskType))
return false;
if (!this.taskType.equals(that.taskType))
return false;
}
boolean this_present_taskAttributes = true && this.isSetTaskAttributes();
boolean that_present_taskAttributes = true && that.isSetTaskAttributes();
if (this_present_taskAttributes || that_present_taskAttributes) {
if (!(this_present_taskAttributes && that_present_taskAttributes))
return false;
if (!this.taskAttributes.equals(that.taskAttributes))
return false;
}
boolean this_present_taskCounters = true && this.isSetTaskCounters();
boolean that_present_taskCounters = true && that.isSetTaskCounters();
if (this_present_taskCounters || that_present_taskCounters) {
if (!(this_present_taskCounters && that_present_taskCounters))
return false;
if (!this.taskCounters.equals(that.taskCounters))
return false;
}
boolean this_present_operatorGraph = true && this.isSetOperatorGraph();
boolean that_present_operatorGraph = true && that.isSetOperatorGraph();
if (this_present_operatorGraph || that_present_operatorGraph) {
if (!(this_present_operatorGraph && that_present_operatorGraph))
return false;
if (!this.operatorGraph.equals(that.operatorGraph))
return false;
}
boolean this_present_operatorList = true && this.isSetOperatorList();
boolean that_present_operatorList = true && that.isSetOperatorList();
if (this_present_operatorList || that_present_operatorList) {
if (!(this_present_operatorList && that_present_operatorList))
return false;
if (!this.operatorList.equals(that.operatorList))
return false;
}
boolean this_present_done = true;
boolean that_present_done = true;
if (this_present_done || that_present_done) {
if (!(this_present_done && that_present_done))
return false;
if (this.done != that.done)
return false;
}
boolean this_present_started = true;
boolean that_present_started = true;
if (this_present_started || that_present_started) {
if (!(this_present_started && that_present_started))
return false;
if (this.started != that.started)
return false;
}
return true;
}
@Override
public int hashCode() {
List © 2015 - 2025 Weber Informatics LLC | Privacy Policy