blob: fa2765cc4911ae0dbd1dc9454a4becab1360a2c3 [file] [log] [blame]
/**
* Autogenerated by Thrift Compiler (0.9.2)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
package backtype.storm.generated;
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 org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-10-20")
public class TaskSummary implements org.apache.thrift.TBase<TaskSummary, TaskSummary._Fields>, java.io.Serializable, Cloneable, Comparable<TaskSummary> {
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TaskSummary");
private static final org.apache.thrift.protocol.TField TASK_ID_FIELD_DESC = new org.apache.thrift.protocol.TField("taskId", org.apache.thrift.protocol.TType.I32, (short)1);
private static final org.apache.thrift.protocol.TField UPTIME_FIELD_DESC = new org.apache.thrift.protocol.TField("uptime", org.apache.thrift.protocol.TType.I32, (short)2);
private static final org.apache.thrift.protocol.TField STATUS_FIELD_DESC = new org.apache.thrift.protocol.TField("status", org.apache.thrift.protocol.TType.STRING, (short)3);
private static final org.apache.thrift.protocol.TField HOST_FIELD_DESC = new org.apache.thrift.protocol.TField("host", org.apache.thrift.protocol.TType.STRING, (short)4);
private static final org.apache.thrift.protocol.TField PORT_FIELD_DESC = new org.apache.thrift.protocol.TField("port", org.apache.thrift.protocol.TType.I32, (short)5);
private static final org.apache.thrift.protocol.TField ERRORS_FIELD_DESC = new org.apache.thrift.protocol.TField("errors", org.apache.thrift.protocol.TType.LIST, (short)6);
private static final Map<Class<? extends IScheme>, SchemeFactory> schemes = new HashMap<Class<? extends IScheme>, SchemeFactory>();
static {
schemes.put(StandardScheme.class, new TaskSummaryStandardSchemeFactory());
schemes.put(TupleScheme.class, new TaskSummaryTupleSchemeFactory());
}
private int taskId; // required
private int uptime; // required
private String status; // required
private String host; // required
private int port; // required
private List<ErrorInfo> errors; // optional
/** 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"),
UPTIME((short)2, "uptime"),
STATUS((short)3, "status"),
HOST((short)4, "host"),
PORT((short)5, "port"),
ERRORS((short)6, "errors");
private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
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: // UPTIME
return UPTIME;
case 3: // STATUS
return STATUS;
case 4: // HOST
return HOST;
case 5: // PORT
return PORT;
case 6: // ERRORS
return ERRORS;
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 __TASKID_ISSET_ID = 0;
private static final int __UPTIME_ISSET_ID = 1;
private static final int __PORT_ISSET_ID = 2;
private byte __isset_bitfield = 0;
private static final _Fields optionals[] = {_Fields.ERRORS};
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.REQUIRED,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32)));
tmpMap.put(_Fields.UPTIME, new org.apache.thrift.meta_data.FieldMetaData("uptime", org.apache.thrift.TFieldRequirementType.REQUIRED,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32)));
tmpMap.put(_Fields.STATUS, new org.apache.thrift.meta_data.FieldMetaData("status", org.apache.thrift.TFieldRequirementType.REQUIRED,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
tmpMap.put(_Fields.HOST, new org.apache.thrift.meta_data.FieldMetaData("host", org.apache.thrift.TFieldRequirementType.REQUIRED,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
tmpMap.put(_Fields.PORT, new org.apache.thrift.meta_data.FieldMetaData("port", org.apache.thrift.TFieldRequirementType.REQUIRED,
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32)));
tmpMap.put(_Fields.ERRORS, new org.apache.thrift.meta_data.FieldMetaData("errors", 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, ErrorInfo.class))));
metaDataMap = Collections.unmodifiableMap(tmpMap);
org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(TaskSummary.class, metaDataMap);
}
public TaskSummary() {
}
public TaskSummary(
int taskId,
int uptime,
String status,
String host,
int port)
{
this();
this.taskId = taskId;
set_taskId_isSet(true);
this.uptime = uptime;
set_uptime_isSet(true);
this.status = status;
this.host = host;
this.port = port;
set_port_isSet(true);
}
/**
* Performs a deep copy on <i>other</i>.
*/
public TaskSummary(TaskSummary other) {
__isset_bitfield = other.__isset_bitfield;
this.taskId = other.taskId;
this.uptime = other.uptime;
if (other.is_set_status()) {
this.status = other.status;
}
if (other.is_set_host()) {
this.host = other.host;
}
this.port = other.port;
if (other.is_set_errors()) {
List<ErrorInfo> __this__errors = new ArrayList<ErrorInfo>(other.errors.size());
for (ErrorInfo other_element : other.errors) {
__this__errors.add(new ErrorInfo(other_element));
}
this.errors = __this__errors;
}
}
public TaskSummary deepCopy() {
return new TaskSummary(this);
}
@Override
public void clear() {
set_taskId_isSet(false);
this.taskId = 0;
set_uptime_isSet(false);
this.uptime = 0;
this.status = null;
this.host = null;
set_port_isSet(false);
this.port = 0;
this.errors = null;
}
public int get_taskId() {
return this.taskId;
}
public void set_taskId(int taskId) {
this.taskId = taskId;
set_taskId_isSet(true);
}
public void unset_taskId() {
__isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __TASKID_ISSET_ID);
}
/** Returns true if field taskId is set (has been assigned a value) and false otherwise */
public boolean is_set_taskId() {
return EncodingUtils.testBit(__isset_bitfield, __TASKID_ISSET_ID);
}
public void set_taskId_isSet(boolean value) {
__isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __TASKID_ISSET_ID, value);
}
public int get_uptime() {
return this.uptime;
}
public void set_uptime(int uptime) {
this.uptime = uptime;
set_uptime_isSet(true);
}
public void unset_uptime() {
__isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __UPTIME_ISSET_ID);
}
/** Returns true if field uptime is set (has been assigned a value) and false otherwise */
public boolean is_set_uptime() {
return EncodingUtils.testBit(__isset_bitfield, __UPTIME_ISSET_ID);
}
public void set_uptime_isSet(boolean value) {
__isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __UPTIME_ISSET_ID, value);
}
public String get_status() {
return this.status;
}
public void set_status(String status) {
this.status = status;
}
public void unset_status() {
this.status = null;
}
/** Returns true if field status is set (has been assigned a value) and false otherwise */
public boolean is_set_status() {
return this.status != null;
}
public void set_status_isSet(boolean value) {
if (!value) {
this.status = null;
}
}
public String get_host() {
return this.host;
}
public void set_host(String host) {
this.host = host;
}
public void unset_host() {
this.host = null;
}
/** Returns true if field host is set (has been assigned a value) and false otherwise */
public boolean is_set_host() {
return this.host != null;
}
public void set_host_isSet(boolean value) {
if (!value) {
this.host = null;
}
}
public int get_port() {
return this.port;
}
public void set_port(int port) {
this.port = port;
set_port_isSet(true);
}
public void unset_port() {
__isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __PORT_ISSET_ID);
}
/** Returns true if field port is set (has been assigned a value) and false otherwise */
public boolean is_set_port() {
return EncodingUtils.testBit(__isset_bitfield, __PORT_ISSET_ID);
}
public void set_port_isSet(boolean value) {
__isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __PORT_ISSET_ID, value);
}
public int get_errors_size() {
return (this.errors == null) ? 0 : this.errors.size();
}
public java.util.Iterator<ErrorInfo> get_errors_iterator() {
return (this.errors == null) ? null : this.errors.iterator();
}
public void add_to_errors(ErrorInfo elem) {
if (this.errors == null) {
this.errors = new ArrayList<ErrorInfo>();
}
this.errors.add(elem);
}
public List<ErrorInfo> get_errors() {
return this.errors;
}
public void set_errors(List<ErrorInfo> errors) {
this.errors = errors;
}
public void unset_errors() {
this.errors = null;
}
/** Returns true if field errors is set (has been assigned a value) and false otherwise */
public boolean is_set_errors() {
return this.errors != null;
}
public void set_errors_isSet(boolean value) {
if (!value) {
this.errors = null;
}
}
public void setFieldValue(_Fields field, Object value) {
switch (field) {
case TASK_ID:
if (value == null) {
unset_taskId();
} else {
set_taskId((Integer)value);
}
break;
case UPTIME:
if (value == null) {
unset_uptime();
} else {
set_uptime((Integer)value);
}
break;
case STATUS:
if (value == null) {
unset_status();
} else {
set_status((String)value);
}
break;
case HOST:
if (value == null) {
unset_host();
} else {
set_host((String)value);
}
break;
case PORT:
if (value == null) {
unset_port();
} else {
set_port((Integer)value);
}
break;
case ERRORS:
if (value == null) {
unset_errors();
} else {
set_errors((List<ErrorInfo>)value);
}
break;
}
}
public Object getFieldValue(_Fields field) {
switch (field) {
case TASK_ID:
return Integer.valueOf(get_taskId());
case UPTIME:
return Integer.valueOf(get_uptime());
case STATUS:
return get_status();
case HOST:
return get_host();
case PORT:
return Integer.valueOf(get_port());
case ERRORS:
return get_errors();
}
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 is_set_taskId();
case UPTIME:
return is_set_uptime();
case STATUS:
return is_set_status();
case HOST:
return is_set_host();
case PORT:
return is_set_port();
case ERRORS:
return is_set_errors();
}
throw new IllegalStateException();
}
@Override
public boolean equals(Object that) {
if (that == null)
return false;
if (that instanceof TaskSummary)
return this.equals((TaskSummary)that);
return false;
}
public boolean equals(TaskSummary that) {
if (that == null)
return false;
boolean this_present_taskId = true;
boolean that_present_taskId = true;
if (this_present_taskId || that_present_taskId) {
if (!(this_present_taskId && that_present_taskId))
return false;
if (this.taskId != that.taskId)
return false;
}
boolean this_present_uptime = true;
boolean that_present_uptime = true;
if (this_present_uptime || that_present_uptime) {
if (!(this_present_uptime && that_present_uptime))
return false;
if (this.uptime != that.uptime)
return false;
}
boolean this_present_status = true && this.is_set_status();
boolean that_present_status = true && that.is_set_status();
if (this_present_status || that_present_status) {
if (!(this_present_status && that_present_status))
return false;
if (!this.status.equals(that.status))
return false;
}
boolean this_present_host = true && this.is_set_host();
boolean that_present_host = true && that.is_set_host();
if (this_present_host || that_present_host) {
if (!(this_present_host && that_present_host))
return false;
if (!this.host.equals(that.host))
return false;
}
boolean this_present_port = true;
boolean that_present_port = true;
if (this_present_port || that_present_port) {
if (!(this_present_port && that_present_port))
return false;
if (this.port != that.port)
return false;
}
boolean this_present_errors = true && this.is_set_errors();
boolean that_present_errors = true && that.is_set_errors();
if (this_present_errors || that_present_errors) {
if (!(this_present_errors && that_present_errors))
return false;
if (!this.errors.equals(that.errors))
return false;
}
return true;
}
@Override
public int hashCode() {
List<Object> list = new ArrayList<Object>();
boolean present_taskId = true;
list.add(present_taskId);
if (present_taskId)
list.add(taskId);
boolean present_uptime = true;
list.add(present_uptime);
if (present_uptime)
list.add(uptime);
boolean present_status = true && (is_set_status());
list.add(present_status);
if (present_status)
list.add(status);
boolean present_host = true && (is_set_host());
list.add(present_host);
if (present_host)
list.add(host);
boolean present_port = true;
list.add(present_port);
if (present_port)
list.add(port);
boolean present_errors = true && (is_set_errors());
list.add(present_errors);
if (present_errors)
list.add(errors);
return list.hashCode();
}
@Override
public int compareTo(TaskSummary other) {
if (!getClass().equals(other.getClass())) {
return getClass().getName().compareTo(other.getClass().getName());
}
int lastComparison = 0;
lastComparison = Boolean.valueOf(is_set_taskId()).compareTo(other.is_set_taskId());
if (lastComparison != 0) {
return lastComparison;
}
if (is_set_taskId()) {
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.taskId, other.taskId);
if (lastComparison != 0) {
return lastComparison;
}
}
lastComparison = Boolean.valueOf(is_set_uptime()).compareTo(other.is_set_uptime());
if (lastComparison != 0) {
return lastComparison;
}
if (is_set_uptime()) {
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.uptime, other.uptime);
if (lastComparison != 0) {
return lastComparison;
}
}
lastComparison = Boolean.valueOf(is_set_status()).compareTo(other.is_set_status());
if (lastComparison != 0) {
return lastComparison;
}
if (is_set_status()) {
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.status, other.status);
if (lastComparison != 0) {
return lastComparison;
}
}
lastComparison = Boolean.valueOf(is_set_host()).compareTo(other.is_set_host());
if (lastComparison != 0) {
return lastComparison;
}
if (is_set_host()) {
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.host, other.host);
if (lastComparison != 0) {
return lastComparison;
}
}
lastComparison = Boolean.valueOf(is_set_port()).compareTo(other.is_set_port());
if (lastComparison != 0) {
return lastComparison;
}
if (is_set_port()) {
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.port, other.port);
if (lastComparison != 0) {
return lastComparison;
}
}
lastComparison = Boolean.valueOf(is_set_errors()).compareTo(other.is_set_errors());
if (lastComparison != 0) {
return lastComparison;
}
if (is_set_errors()) {
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.errors, other.errors);
if (lastComparison != 0) {
return lastComparison;
}
}
return 0;
}
public _Fields fieldForId(int fieldId) {
return _Fields.findByThriftId(fieldId);
}
public void read(org.apache.thrift.protocol.TProtocol iprot) throws TException {
schemes.get(iprot.getScheme()).getScheme().read(iprot, this);
}
public void write(org.apache.thrift.protocol.TProtocol oprot) throws TException {
schemes.get(oprot.getScheme()).getScheme().write(oprot, this);
}
@Override
public String toString() {
StringBuilder sb = new StringBuilder("TaskSummary(");
boolean first = true;
sb.append("taskId:");
sb.append(this.taskId);
first = false;
if (!first) sb.append(", ");
sb.append("uptime:");
sb.append(this.uptime);
first = false;
if (!first) sb.append(", ");
sb.append("status:");
if (this.status == null) {
sb.append("null");
} else {
sb.append(this.status);
}
first = false;
if (!first) sb.append(", ");
sb.append("host:");
if (this.host == null) {
sb.append("null");
} else {
sb.append(this.host);
}
first = false;
if (!first) sb.append(", ");
sb.append("port:");
sb.append(this.port);
first = false;
if (is_set_errors()) {
if (!first) sb.append(", ");
sb.append("errors:");
if (this.errors == null) {
sb.append("null");
} else {
sb.append(this.errors);
}
first = false;
}
sb.append(")");
return sb.toString();
}
public void validate() throws TException {
// check for required fields
if (!is_set_taskId()) {
throw new TProtocolException("Required field 'taskId' is unset! Struct:" + toString());
}
if (!is_set_uptime()) {
throw new TProtocolException("Required field 'uptime' is unset! Struct:" + toString());
}
if (!is_set_status()) {
throw new TProtocolException("Required field 'status' is unset! Struct:" + toString());
}
if (!is_set_host()) {
throw new TProtocolException("Required field 'host' is unset! Struct:" + toString());
}
if (!is_set_port()) {
throw new TProtocolException("Required field 'port' is unset! Struct:" + toString());
}
// check for sub-struct validity
}
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {
try {
write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out)));
} catch (TException te) {
throw new java.io.IOException(te);
}
}
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
try {
// it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
__isset_bitfield = 0;
read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
} catch (TException te) {
throw new java.io.IOException(te);
}
}
private static class TaskSummaryStandardSchemeFactory implements SchemeFactory {
public TaskSummaryStandardScheme getScheme() {
return new TaskSummaryStandardScheme();
}
}
private static class TaskSummaryStandardScheme extends StandardScheme<TaskSummary> {
public void read(org.apache.thrift.protocol.TProtocol iprot, TaskSummary struct) throws TException {
org.apache.thrift.protocol.TField schemeField;
iprot.readStructBegin();
while (true)
{
schemeField = iprot.readFieldBegin();
if (schemeField.type == org.apache.thrift.protocol.TType.STOP) {
break;
}
switch (schemeField.id) {
case 1: // TASK_ID
if (schemeField.type == org.apache.thrift.protocol.TType.I32) {
struct.taskId = iprot.readI32();
struct.set_taskId_isSet(true);
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
break;
case 2: // UPTIME
if (schemeField.type == org.apache.thrift.protocol.TType.I32) {
struct.uptime = iprot.readI32();
struct.set_uptime_isSet(true);
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
break;
case 3: // STATUS
if (schemeField.type == org.apache.thrift.protocol.TType.STRING) {
struct.status = iprot.readString();
struct.set_status_isSet(true);
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
break;
case 4: // HOST
if (schemeField.type == org.apache.thrift.protocol.TType.STRING) {
struct.host = iprot.readString();
struct.set_host_isSet(true);
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
break;
case 5: // PORT
if (schemeField.type == org.apache.thrift.protocol.TType.I32) {
struct.port = iprot.readI32();
struct.set_port_isSet(true);
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
break;
case 6: // ERRORS
if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
{
org.apache.thrift.protocol.TList _list178 = iprot.readListBegin();
struct.errors = new ArrayList<ErrorInfo>(_list178.size);
ErrorInfo _elem179;
for (int _i180 = 0; _i180 < _list178.size; ++_i180)
{
_elem179 = new ErrorInfo();
_elem179.read(iprot);
struct.errors.add(_elem179);
}
iprot.readListEnd();
}
struct.set_errors_isSet(true);
} else {
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
break;
default:
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
}
iprot.readFieldEnd();
}
iprot.readStructEnd();
struct.validate();
}
public void write(org.apache.thrift.protocol.TProtocol oprot, TaskSummary struct) throws TException {
struct.validate();
oprot.writeStructBegin(STRUCT_DESC);
oprot.writeFieldBegin(TASK_ID_FIELD_DESC);
oprot.writeI32(struct.taskId);
oprot.writeFieldEnd();
oprot.writeFieldBegin(UPTIME_FIELD_DESC);
oprot.writeI32(struct.uptime);
oprot.writeFieldEnd();
if (struct.status != null) {
oprot.writeFieldBegin(STATUS_FIELD_DESC);
oprot.writeString(struct.status);
oprot.writeFieldEnd();
}
if (struct.host != null) {
oprot.writeFieldBegin(HOST_FIELD_DESC);
oprot.writeString(struct.host);
oprot.writeFieldEnd();
}
oprot.writeFieldBegin(PORT_FIELD_DESC);
oprot.writeI32(struct.port);
oprot.writeFieldEnd();
if (struct.errors != null) {
if (struct.is_set_errors()) {
oprot.writeFieldBegin(ERRORS_FIELD_DESC);
{
oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.errors.size()));
for (ErrorInfo _iter181 : struct.errors)
{
_iter181.write(oprot);
}
oprot.writeListEnd();
}
oprot.writeFieldEnd();
}
}
oprot.writeFieldStop();
oprot.writeStructEnd();
}
}
private static class TaskSummaryTupleSchemeFactory implements SchemeFactory {
public TaskSummaryTupleScheme getScheme() {
return new TaskSummaryTupleScheme();
}
}
private static class TaskSummaryTupleScheme extends TupleScheme<TaskSummary> {
@Override
public void write(org.apache.thrift.protocol.TProtocol prot, TaskSummary struct) throws TException {
TTupleProtocol oprot = (TTupleProtocol) prot;
oprot.writeI32(struct.taskId);
oprot.writeI32(struct.uptime);
oprot.writeString(struct.status);
oprot.writeString(struct.host);
oprot.writeI32(struct.port);
BitSet optionals = new BitSet();
if (struct.is_set_errors()) {
optionals.set(0);
}
oprot.writeBitSet(optionals, 1);
if (struct.is_set_errors()) {
{
oprot.writeI32(struct.errors.size());
for (ErrorInfo _iter182 : struct.errors)
{
_iter182.write(oprot);
}
}
}
}
@Override
public void read(org.apache.thrift.protocol.TProtocol prot, TaskSummary struct) throws TException {
TTupleProtocol iprot = (TTupleProtocol) prot;
struct.taskId = iprot.readI32();
struct.set_taskId_isSet(true);
struct.uptime = iprot.readI32();
struct.set_uptime_isSet(true);
struct.status = iprot.readString();
struct.set_status_isSet(true);
struct.host = iprot.readString();
struct.set_host_isSet(true);
struct.port = iprot.readI32();
struct.set_port_isSet(true);
BitSet incoming = iprot.readBitSet(1);
if (incoming.get(0)) {
{
org.apache.thrift.protocol.TList _list183 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
struct.errors = new ArrayList<ErrorInfo>(_list183.size);
ErrorInfo _elem184;
for (int _i185 = 0; _i185 < _list183.size; ++_i185)
{
_elem184 = new ErrorInfo();
_elem184.read(iprot);
struct.errors.add(_elem184);
}
}
struct.set_errors_isSet(true);
}
}
}
}