public void write(TProtocol oprot) throws TException { validate(); oprot.writeStructBegin(STRUCT_DESC); if (this.table != null) { oprot.writeFieldBegin(TABLE_FIELD_DESC); oprot.writeString(this.table); oprot.writeFieldEnd(); } if (this.key != null) { oprot.writeFieldBegin(KEY_FIELD_DESC); oprot.writeString(this.key); oprot.writeFieldEnd(); } if (this.cfmap != null) { oprot.writeFieldBegin(CFMAP_FIELD_DESC); { oprot.writeMapBegin(new TMap(TType.STRING, TType.LIST, this.cfmap.size())); for (Map.Entry<String, List<superColumn_t>> _iter36 : this.cfmap.entrySet()) { oprot.writeString(_iter36.getKey()); { oprot.writeListBegin(new TList(TType.STRUCT, _iter36.getValue().size())); for (superColumn_t _iter37 : _iter36.getValue()) { _iter37.write(oprot); } oprot.writeListEnd(); } } oprot.writeMapEnd(); } oprot.writeFieldEnd(); } if (this.cfmapdel != null) { oprot.writeFieldBegin(CFMAPDEL_FIELD_DESC); { oprot.writeMapBegin(new TMap(TType.STRING, TType.LIST, this.cfmapdel.size())); for (Map.Entry<String, List<superColumn_t>> _iter38 : this.cfmapdel.entrySet()) { oprot.writeString(_iter38.getKey()); { oprot.writeListBegin(new TList(TType.STRUCT, _iter38.getValue().size())); for (superColumn_t _iter39 : _iter38.getValue()) { _iter39.write(oprot); } oprot.writeListEnd(); } } oprot.writeMapEnd(); } oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); }
public void write(TProtocol oprot) throws TException { validate(); oprot.writeStructBegin(STRUCT_DESC); if (this.start_token != null) { oprot.writeFieldBegin(START_TOKEN_FIELD_DESC); oprot.writeString(this.start_token); oprot.writeFieldEnd(); } if (this.end_token != null) { oprot.writeFieldBegin(END_TOKEN_FIELD_DESC); oprot.writeString(this.end_token); oprot.writeFieldEnd(); } if (this.endpoints != null) { oprot.writeFieldBegin(ENDPOINTS_FIELD_DESC); { oprot.writeListBegin(new TList(TType.STRING, this.endpoints.size())); for (String _iter19 : this.endpoints) { oprot.writeString(_iter19); } oprot.writeListEnd(); } oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); }
public void write(TProtocol oprot) throws TException { validate(); oprot.writeStructBegin(STRUCT_DESC); if (this.interpretations != null) { oprot.writeFieldBegin(INTERPRETATIONS_FIELD_DESC); { oprot.writeListBegin(new TList(TType.STRUCT, this.interpretations.size())); for (GeocodeInterpretation _iter50 : this.interpretations) { _iter50.write(oprot); } oprot.writeListEnd(); } oprot.writeFieldEnd(); } if (this.debugLines != null) { if (isSetDebugLines()) { oprot.writeFieldBegin(DEBUG_LINES_FIELD_DESC); { oprot.writeListBegin(new TList(TType.STRING, this.debugLines.size())); for (String _iter51 : this.debugLines) { oprot.writeString(_iter51); } oprot.writeListEnd(); } oprot.writeFieldEnd(); } } if (this.requestWktGeometry != null) { if (isSetRequestWktGeometry()) { oprot.writeFieldBegin(REQUEST_WKT_GEOMETRY_FIELD_DESC); oprot.writeString(this.requestWktGeometry); oprot.writeFieldEnd(); } } oprot.writeFieldStop(); oprot.writeStructEnd(); }
public void write(TProtocol oprot) throws TException { validate(); oprot.writeStructBegin(STRUCT_DESC); if (this.trackers != null) { oprot.writeFieldBegin(TRACKERS_FIELD_DESC); { oprot.writeListBegin(new TList(TType.STRUCT, this.trackers.size())); for (ThriftTaskTrackerStatus _iter42 : this.trackers) { _iter42.write(oprot); } oprot.writeListEnd(); } oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); }
public void write(TProtocol oprot) throws TException { validate(); oprot.writeStructBegin(STRUCT_DESC); if (this.values != null) { if (isSetValues()) { oprot.writeFieldBegin(VALUES_FIELD_DESC); { oprot.writeListBegin(new TList(TType.STRING, this.values.size())); for (ByteBuffer _iter3 : this.values) { oprot.writeBinary(_iter3); } oprot.writeListEnd(); } oprot.writeFieldEnd(); } } oprot.writeFieldStop(); oprot.writeStructEnd(); }
public void write(TProtocol oprot) throws TException { validate(); oprot.writeStructBegin(STRUCT_DESC); if (this.objectType != null) { oprot.writeFieldBegin(OBJECT_TYPE_FIELD_DESC); oprot.writeI32(this.objectType.getValue()); oprot.writeFieldEnd(); } if (this.dbName != null) { oprot.writeFieldBegin(DB_NAME_FIELD_DESC); oprot.writeString(this.dbName); oprot.writeFieldEnd(); } if (this.objectName != null) { oprot.writeFieldBegin(OBJECT_NAME_FIELD_DESC); oprot.writeString(this.objectName); oprot.writeFieldEnd(); } if (this.partValues != null) { oprot.writeFieldBegin(PART_VALUES_FIELD_DESC); { oprot.writeListBegin(new TList(TType.STRING, this.partValues.size())); for (String _iter7 : this.partValues) { oprot.writeString(_iter7); } oprot.writeListEnd(); } oprot.writeFieldEnd(); } if (this.columnName != null) { oprot.writeFieldBegin(COLUMN_NAME_FIELD_DESC); oprot.writeString(this.columnName); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); }
public void write(TProtocol oprot) throws TException { validate(); oprot.writeStructBegin(STRUCT_DESC); if (this.name != null) { oprot.writeFieldBegin(NAME_FIELD_DESC); oprot.writeBinary(this.name); oprot.writeFieldEnd(); } if (this.columns != null) { oprot.writeFieldBegin(COLUMNS_FIELD_DESC); { oprot.writeListBegin(new TList(TType.STRUCT, this.columns.size())); for (Column _iter3 : this.columns) { _iter3.write(oprot); } oprot.writeListEnd(); } oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); }