@Override protected Object tupleSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, short fieldID) throws org.apache.thrift.TException { _Fields setField = _Fields.findByThriftId(fieldID); if (setField != null) { switch (setField) { case SERIALIZED_JAVA: ByteBuffer serialized_java; serialized_java = iprot.readBinary(); return serialized_java; case SHELL: ShellComponent shell; shell = new ShellComponent(); shell.read(iprot); return shell; case JAVA_OBJECT: JavaObject java_object; java_object = new JavaObject(); java_object.read(iprot); return java_object; default: throw new IllegalStateException( "setField wasn't null, but didn't match any of the case statements!"); } } else { throw new TProtocolException("Couldn't find a field with field id " + fieldID); } }
@Override protected void tupleSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { switch (setField_) { case FIELDS: List<String> fields = (List<String>) value_; { oprot.writeListBegin( new org.apache.thrift.protocol.TList( org.apache.thrift.protocol.TType.STRING, fields.size())); for (String _iter15 : fields) { oprot.writeString(_iter15); } oprot.writeListEnd(); } return; case SHUFFLE: NullStruct shuffle = (NullStruct) value_; shuffle.write(oprot); return; case ALL: NullStruct all = (NullStruct) value_; all.write(oprot); return; case NONE: NullStruct none = (NullStruct) value_; none.write(oprot); return; case DIRECT: NullStruct direct = (NullStruct) value_; direct.write(oprot); return; case CUSTOM_OBJECT: JavaObject custom_object = (JavaObject) value_; custom_object.write(oprot); return; case CUSTOM_SERIALIZED: ByteBuffer custom_serialized = (ByteBuffer) value_; oprot.writeBinary(custom_serialized); return; case LOCAL_OR_SHUFFLE: NullStruct local_or_shuffle = (NullStruct) value_; local_or_shuffle.write(oprot); return; default: throw new IllegalStateException("Cannot write union with unknown field " + setField_); } }
@Override protected Object standardSchemeReadValue( org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TField field) throws org.apache.thrift.TException { _Fields setField = _Fields.findByThriftId(field.id); if (setField != null) { switch (setField) { case SERIALIZED_JAVA: if (field.type == SERIALIZED_JAVA_FIELD_DESC.type) { ByteBuffer serialized_java; serialized_java = iprot.readBinary(); return serialized_java; } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type); return null; } case SHELL: if (field.type == SHELL_FIELD_DESC.type) { ShellComponent shell; shell = new ShellComponent(); shell.read(iprot); return shell; } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type); return null; } case JAVA_OBJECT: if (field.type == JAVA_OBJECT_FIELD_DESC.type) { JavaObject java_object; java_object = new JavaObject(); java_object.read(iprot); return java_object; } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type); return null; } default: throw new IllegalStateException( "setField wasn't null, but didn't match any of the case statements!"); } } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type); return null; } }
@Override protected void tupleSchemeWriteValue(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { switch (setField_) { case SERIALIZED_JAVA: ByteBuffer serialized_java = (ByteBuffer) value_; oprot.writeBinary(serialized_java); return; case SHELL: ShellComponent shell = (ShellComponent) value_; shell.write(oprot); return; case JAVA_OBJECT: JavaObject java_object = (JavaObject) value_; java_object.write(oprot); return; default: throw new IllegalStateException("Cannot write union with unknown field " + setField_); } }
@Override protected Object tupleSchemeReadValue(org.apache.thrift.protocol.TProtocol iprot, short fieldID) throws org.apache.thrift.TException { _Fields setField = _Fields.findByThriftId(fieldID); if (setField != null) { switch (setField) { case FIELDS: List<String> fields; { org.apache.thrift.protocol.TList _list12 = iprot.readListBegin(); fields = new ArrayList<String>(_list12.size); String _elem13; for (int _i14 = 0; _i14 < _list12.size; ++_i14) { _elem13 = iprot.readString(); fields.add(_elem13); } iprot.readListEnd(); } return fields; case SHUFFLE: NullStruct shuffle; shuffle = new NullStruct(); shuffle.read(iprot); return shuffle; case ALL: NullStruct all; all = new NullStruct(); all.read(iprot); return all; case NONE: NullStruct none; none = new NullStruct(); none.read(iprot); return none; case DIRECT: NullStruct direct; direct = new NullStruct(); direct.read(iprot); return direct; case CUSTOM_OBJECT: JavaObject custom_object; custom_object = new JavaObject(); custom_object.read(iprot); return custom_object; case CUSTOM_SERIALIZED: ByteBuffer custom_serialized; custom_serialized = iprot.readBinary(); return custom_serialized; case LOCAL_OR_SHUFFLE: NullStruct local_or_shuffle; local_or_shuffle = new NullStruct(); local_or_shuffle.read(iprot); return local_or_shuffle; default: throw new IllegalStateException( "setField wasn't null, but didn't match any of the case statements!"); } } else { throw new TProtocolException("Couldn't find a field with field id " + fieldID); } }
@Override protected Object standardSchemeReadValue( org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TField field) throws org.apache.thrift.TException { _Fields setField = _Fields.findByThriftId(field.id); if (setField != null) { switch (setField) { case FIELDS: if (field.type == FIELDS_FIELD_DESC.type) { List<String> fields; { org.apache.thrift.protocol.TList _list8 = iprot.readListBegin(); fields = new ArrayList<String>(_list8.size); String _elem9; for (int _i10 = 0; _i10 < _list8.size; ++_i10) { _elem9 = iprot.readString(); fields.add(_elem9); } iprot.readListEnd(); } return fields; } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type); return null; } case SHUFFLE: if (field.type == SHUFFLE_FIELD_DESC.type) { NullStruct shuffle; shuffle = new NullStruct(); shuffle.read(iprot); return shuffle; } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type); return null; } case ALL: if (field.type == ALL_FIELD_DESC.type) { NullStruct all; all = new NullStruct(); all.read(iprot); return all; } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type); return null; } case NONE: if (field.type == NONE_FIELD_DESC.type) { NullStruct none; none = new NullStruct(); none.read(iprot); return none; } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type); return null; } case DIRECT: if (field.type == DIRECT_FIELD_DESC.type) { NullStruct direct; direct = new NullStruct(); direct.read(iprot); return direct; } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type); return null; } case CUSTOM_OBJECT: if (field.type == CUSTOM_OBJECT_FIELD_DESC.type) { JavaObject custom_object; custom_object = new JavaObject(); custom_object.read(iprot); return custom_object; } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type); return null; } case CUSTOM_SERIALIZED: if (field.type == CUSTOM_SERIALIZED_FIELD_DESC.type) { ByteBuffer custom_serialized; custom_serialized = iprot.readBinary(); return custom_serialized; } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type); return null; } case LOCAL_OR_SHUFFLE: if (field.type == LOCAL_OR_SHUFFLE_FIELD_DESC.type) { NullStruct local_or_shuffle; local_or_shuffle = new NullStruct(); local_or_shuffle.read(iprot); return local_or_shuffle; } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type); return null; } default: throw new IllegalStateException( "setField wasn't null, but didn't match any of the case statements!"); } } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, field.type); return null; } }