public void write(TProtocol oprot) throws TException { validate(); oprot.writeStructBegin(STRUCT_DESC); if (this.user != null) { oprot.writeFieldBegin(USER_FIELD_DESC); oprot.writeString(this.user); oprot.writeFieldEnd(); } if (this.jobID != null) { oprot.writeFieldBegin(JOB_ID_FIELD_DESC); this.jobID.write(oprot); oprot.writeFieldEnd(); } if (this.jobFile != null) { oprot.writeFieldBegin(JOB_FILE_FIELD_DESC); oprot.writeString(this.jobFile); oprot.writeFieldEnd(); } if (this.name != null) { oprot.writeFieldBegin(NAME_FIELD_DESC); oprot.writeString(this.name); oprot.writeFieldEnd(); } if (this.queueName != null) { oprot.writeFieldBegin(QUEUE_NAME_FIELD_DESC); oprot.writeString(this.queueName); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); }
public void write(TProtocol oprot) throws TException { validate(); oprot.writeStructBegin(STRUCT_DESC); oprot.writeFieldBegin(UID_FIELD_DESC); oprot.writeI32(this.uid); oprot.writeFieldEnd(); if (this.itemNumber != null) { oprot.writeFieldBegin(ITEM_NUMBER_FIELD_DESC); oprot.writeString(this.itemNumber); oprot.writeFieldEnd(); } oprot.writeFieldBegin(RESERVE_QUANTITY_FIELD_DESC); oprot.writeI32(this.reserveQuantity); oprot.writeFieldEnd(); if (this.orderNumber != null) { oprot.writeFieldBegin(ORDER_NUMBER_FIELD_DESC); oprot.writeString(this.orderNumber); oprot.writeFieldEnd(); } if (this.fromId != null) { oprot.writeFieldBegin(FROM_ID_FIELD_DESC); oprot.writeString(this.fromId); 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 (isSetIncludeTitle()) { oprot.writeFieldBegin(INCLUDE_TITLE_FIELD_DESC); oprot.writeBool(this.includeTitle); oprot.writeFieldEnd(); } if (isSetIncludeContentLength()) { oprot.writeFieldBegin(INCLUDE_CONTENT_LENGTH_FIELD_DESC); oprot.writeBool(this.includeContentLength); oprot.writeFieldEnd(); } if (isSetIncludeCreated()) { oprot.writeFieldBegin(INCLUDE_CREATED_FIELD_DESC); oprot.writeBool(this.includeCreated); oprot.writeFieldEnd(); } if (isSetIncludeUpdated()) { oprot.writeFieldBegin(INCLUDE_UPDATED_FIELD_DESC); oprot.writeBool(this.includeUpdated); oprot.writeFieldEnd(); } if (isSetIncludeUpdateSequenceNum()) { oprot.writeFieldBegin(INCLUDE_UPDATE_SEQUENCE_NUM_FIELD_DESC); oprot.writeBool(this.includeUpdateSequenceNum); oprot.writeFieldEnd(); } if (isSetIncludeNotebookGuid()) { oprot.writeFieldBegin(INCLUDE_NOTEBOOK_GUID_FIELD_DESC); oprot.writeBool(this.includeNotebookGuid); oprot.writeFieldEnd(); } if (isSetIncludeTagGuids()) { oprot.writeFieldBegin(INCLUDE_TAG_GUIDS_FIELD_DESC); oprot.writeBool(this.includeTagGuids); oprot.writeFieldEnd(); } if (isSetIncludeAttributes()) { oprot.writeFieldBegin(INCLUDE_ATTRIBUTES_FIELD_DESC); oprot.writeBool(this.includeAttributes); oprot.writeFieldEnd(); } if (isSetIncludeLargestResourceMime()) { oprot.writeFieldBegin(INCLUDE_LARGEST_RESOURCE_MIME_FIELD_DESC); oprot.writeBool(this.includeLargestResourceMime); oprot.writeFieldEnd(); } if (isSetIncludeLargestResourceSize()) { oprot.writeFieldBegin(INCLUDE_LARGEST_RESOURCE_SIZE_FIELD_DESC); oprot.writeBool(this.includeLargestResourceSize); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); }
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); oprot.writeFieldBegin(BYTES_TOTAL_FIELD_DESC); oprot.writeI64(this.bytesTotal); oprot.writeFieldEnd(); oprot.writeFieldBegin(BYTES_USED_FIELD_DESC); oprot.writeI64(this.bytesUsed); oprot.writeFieldEnd(); oprot.writeFieldBegin(BYTES_REMAINING_FIELD_DESC); oprot.writeI64(this.bytesRemaining); oprot.writeFieldEnd(); oprot.writeFieldBegin(BYTES_NON_DFS_FIELD_DESC); oprot.writeI64(this.bytesNonDfs); oprot.writeFieldEnd(); oprot.writeFieldBegin(NUM_LIVE_DATA_NODES_FIELD_DESC); oprot.writeI32(this.numLiveDataNodes); oprot.writeFieldEnd(); oprot.writeFieldBegin(NUM_DEAD_DATA_NODES_FIELD_DESC); oprot.writeI32(this.numDeadDataNodes); oprot.writeFieldEnd(); if (this.upgradeStatus != null) { oprot.writeFieldBegin(UPGRADE_STATUS_FIELD_DESC); this.upgradeStatus.write(oprot); oprot.writeFieldEnd(); } oprot.writeFieldBegin(HTTP_PORT_FIELD_DESC); oprot.writeI32(this.httpPort); oprot.writeFieldEnd(); oprot.writeFieldStop(); oprot.writeStructEnd(); }
public void write(TProtocol oprot) throws TException { validate(); oprot.writeStructBegin(STRUCT_DESC); if (this.key != null) { oprot.writeFieldBegin(KEY_FIELD_DESC); oprot.writeBinary(this.key); oprot.writeFieldEnd(); } oprot.writeFieldBegin(COUNT_FIELD_DESC); oprot.writeI32(this.count); oprot.writeFieldEnd(); oprot.writeFieldStop(); oprot.writeStructEnd(); }
public void write(TProtocol oprot) throws TException { validate(); oprot.writeStructBegin(STRUCT_DESC); oprot.writeFieldBegin(RESPONSE_CODE_FIELD_DESC); oprot.writeI32(this.responseCode); oprot.writeFieldEnd(); oprot.writeFieldBegin(TRANSACTION_ID_FIELD_DESC); oprot.writeI64(this.transactionID); oprot.writeFieldEnd(); if (this.description != null) { oprot.writeFieldBegin(DESCRIPTION_FIELD_DESC); oprot.writeString(this.description); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); }
public void write(TProtocol oprot) throws TException { validate(); oprot.writeStructBegin(STRUCT_DESC); oprot.writeFieldBegin(MYINT_FIELD_DESC); oprot.writeI32(this.myint); oprot.writeFieldEnd(); if (this.myString != null) { oprot.writeFieldBegin(MY_STRING_FIELD_DESC); oprot.writeString(this.myString); oprot.writeFieldEnd(); } oprot.writeFieldBegin(UNDERSCORE_INT_FIELD_DESC); oprot.writeI32(this.underscore_int); oprot.writeFieldEnd(); oprot.writeFieldStop(); oprot.writeStructEnd(); }
public void write(TProtocol oprot) throws TException { validate(); oprot.writeStructBegin(STRUCT_DESC); if (isSetTimestamp()) { oprot.writeFieldBegin(TIMESTAMP_FIELD_DESC); oprot.writeI64(this.timestamp); oprot.writeFieldEnd(); } oprot.writeFieldBegin(WHAT_FIELD_DESC); oprot.writeI32(this.what); oprot.writeFieldEnd(); if (this.why != null) { oprot.writeFieldBegin(WHY_FIELD_DESC); oprot.writeString(this.why); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); }
public void write(TProtocol oprot) throws TException { validate(); oprot.writeStructBegin(STRUCT_DESC); if (this.message != null) { oprot.writeFieldBegin(MESSAGE_FIELD_DESC); oprot.writeString(this.message); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); }
public void write(TProtocol oprot) throws TException { validate(); oprot.writeStructBegin(STRUCT_DESC); if (this.property != null) { oprot.writeFieldBegin(PROPERTY_FIELD_DESC); this.property.write(oprot); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); }
public void write(TProtocol oprot) throws TException { validate(); oprot.writeStructBegin(STRUCT_DESC); oprot.writeFieldBegin(TASK_TRACKERS_FIELD_DESC); oprot.writeI32(this.taskTrackers); oprot.writeFieldEnd(); oprot.writeFieldBegin(MAP_TASKS_FIELD_DESC); oprot.writeI32(this.mapTasks); oprot.writeFieldEnd(); oprot.writeFieldBegin(REDUCE_TASKS_FIELD_DESC); oprot.writeI32(this.reduceTasks); oprot.writeFieldEnd(); oprot.writeFieldBegin(MAX_MAP_TASKS_FIELD_DESC); oprot.writeI32(this.maxMapTasks); oprot.writeFieldEnd(); oprot.writeFieldBegin(MAX_REDUCE_TASKS_FIELD_DESC); oprot.writeI32(this.maxReduceTasks); oprot.writeFieldEnd(); oprot.writeFieldBegin(STATE_FIELD_DESC); oprot.writeI32(this.state); oprot.writeFieldEnd(); oprot.writeFieldStop(); oprot.writeStructEnd(); }
public void write(TProtocol oprot) throws TException { validate(); oprot.writeStructBegin(STRUCT_DESC); if (this.message != null) { oprot.writeFieldBegin(MESSAGE_FIELD_DESC); oprot.writeString(this.message); oprot.writeFieldEnd(); } if (this.log_context != null) { oprot.writeFieldBegin(LOG_CONTEXT_FIELD_DESC); oprot.writeString(this.log_context); oprot.writeFieldEnd(); } if (this.handle != null) { oprot.writeFieldBegin(HANDLE_FIELD_DESC); this.handle.write(oprot); 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.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.start != null) { oprot.writeFieldBegin(START_FIELD_DESC); oprot.writeBinary(this.start); oprot.writeFieldEnd(); } if (this.finish != null) { oprot.writeFieldBegin(FINISH_FIELD_DESC); oprot.writeBinary(this.finish); oprot.writeFieldEnd(); } oprot.writeFieldBegin(REVERSED_FIELD_DESC); oprot.writeBool(this.reversed); oprot.writeFieldEnd(); oprot.writeFieldBegin(COUNT_FIELD_DESC); oprot.writeI32(this.count); 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(); }
public void write(TProtocol oprot) throws TException { validate(); oprot.writeStructBegin(STRUCT_DESC); oprot.writeFieldBegin(TIMESTAMP_FIELD_DESC); oprot.writeI64(this.timestamp); oprot.writeFieldEnd(); if (this.super_column != null) { if (isSetSuper_column()) { oprot.writeFieldBegin(SUPER_COLUMN_FIELD_DESC); oprot.writeBinary(this.super_column); oprot.writeFieldEnd(); } } if (this.predicate != null) { if (isSetPredicate()) { oprot.writeFieldBegin(PREDICATE_FIELD_DESC); this.predicate.write(oprot); oprot.writeFieldEnd(); } } oprot.writeFieldStop(); oprot.writeStructEnd(); }
public void write(TProtocol oprot) throws TException { validate(); oprot.writeStructBegin(STRUCT_DESC); if (this.row != null) { oprot.writeFieldBegin(ROW_FIELD_DESC); oprot.writeBinary(this.row); oprot.writeFieldEnd(); } if (this.columns != null) { oprot.writeFieldBegin(COLUMNS_FIELD_DESC); { oprot.writeMapBegin(new TMap(TType.STRING, TType.STRUCT, this.columns.size())); for (Map.Entry<byte[], TCell> _iter8 : this.columns.entrySet()) { oprot.writeBinary(_iter8.getKey()); _iter8.getValue().write(oprot); } oprot.writeMapEnd(); } 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(); }