public class org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse extends java.lang.Object implements org.apache.kafkaesque.common.protocol.Message
{
private int partitionIndex;
private short errorCode;
private long baseOffset;
private long logAppendTimeMs;
private long logStartOffset;
private java.util.List recordErrors;
private java.lang.String errorMessage;
private java.util.List _unknownTaggedFields;
public static final org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_0;
public static final org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_1;
public static final org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_2;
public static final org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_3;
public static final org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_4;
public static final org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_5;
public static final org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_6;
public static final org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_7;
public static final org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_8;
public static final org.apache.kafkaesque.common.protocol.types.Schema[] SCHEMAS;
public void <init>(org.apache.kafkaesque.common.protocol.Readable, short)
{
org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse v;
org.apache.kafkaesque.common.protocol.Readable v;
short v;
v := @this: org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse;
v := @parameter: org.apache.kafkaesque.common.protocol.Readable;
v := @parameter: short;
specialinvoke v.<java.lang.Object: void <init>()>();
virtualinvoke v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: void read(org.apache.kafkaesque.common.protocol.Readable,short)>(v, v);
return;
}
public void <init>(org.apache.kafkaesque.common.protocol.types.Struct, short)
{
org.apache.kafkaesque.common.protocol.types.Struct v;
org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse v;
short v;
v := @this: org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse;
v := @parameter: org.apache.kafkaesque.common.protocol.types.Struct;
v := @parameter: short;
specialinvoke v.<java.lang.Object: void <init>()>();
virtualinvoke v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: void fromStruct(org.apache.kafkaesque.common.protocol.types.Struct,short)>(v, v);
return;
}
public void <init>()
{
org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse v;
java.util.ArrayList v;
v := @this: org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: int partitionIndex> = 0;
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: short errorCode> = 0;
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long baseOffset> = 0L;
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long logAppendTimeMs> = -1L;
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long logStartOffset> = -1L;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.util.List recordErrors> = v;
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.lang.String errorMessage> = null;
return;
}
public short lowestSupportedVersion()
{
org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse v;
v := @this: org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse;
return 0;
}
public short highestSupportedVersion()
{
org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse v;
v := @this: org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse;
return 8;
}
public void read(org.apache.kafkaesque.common.protocol.Readable, short)
{
long v, v, v;
java.util.ArrayList v, v;
short v, v, v;
int v, v, v;
org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse v;
java.lang.String v, v, v;
org.apache.kafkaesque.common.message.ProduceResponseData$BatchIndexAndErrorMessage v;
org.apache.kafkaesque.common.errors.UnsupportedVersionException v;
java.lang.RuntimeException v, v;
org.apache.kafkaesque.common.protocol.Readable v;
v := @this: org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse;
v := @parameter: org.apache.kafkaesque.common.protocol.Readable;
v := @parameter: short;
if v <= 8 goto label;
v = new org.apache.kafkaesque.common.errors.UnsupportedVersionException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (short)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Can\'t read version \u of PartitionProduceResponse");
specialinvoke v.<org.apache.kafkaesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
v = interfaceinvoke v.<org.apache.kafkaesque.common.protocol.Readable: int readInt()>();
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: int partitionIndex> = v;
v = interfaceinvoke v.<org.apache.kafkaesque.common.protocol.Readable: short readShort()>();
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: short errorCode> = v;
v = interfaceinvoke v.<org.apache.kafkaesque.common.protocol.Readable: long readLong()>();
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long baseOffset> = v;
if v < 2 goto label;
v = interfaceinvoke v.<org.apache.kafkaesque.common.protocol.Readable: long readLong()>();
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long logAppendTimeMs> = v;
goto label;
label:
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long logAppendTimeMs> = -1L;
label:
if v < 5 goto label;
v = interfaceinvoke v.<org.apache.kafkaesque.common.protocol.Readable: long readLong()>();
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long logStartOffset> = v;
goto label;
label:
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long logStartOffset> = -1L;
label:
if v < 8 goto label;
v = interfaceinvoke v.<org.apache.kafkaesque.common.protocol.Readable: int readInt()>();
if v >= 0 goto label;
v = new java.lang.RuntimeException;
specialinvoke v.<java.lang.RuntimeException: void <init>(java.lang.String)>("non-nullable field recordErrors was serialized as null");
throw v;
label:
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>(int)>(v);
v = 0;
label:
if v >= v goto label;
v = new org.apache.kafkaesque.common.message.ProduceResponseData$BatchIndexAndErrorMessage;
specialinvoke v.<org.apache.kafkaesque.common.message.ProduceResponseData$BatchIndexAndErrorMessage: void <init>(org.apache.kafkaesque.common.protocol.Readable,short)>(v, v);
virtualinvoke v.<java.util.ArrayList: boolean add(java.lang.Object)>(v);
v = v + 1;
goto label;
label:
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.util.List recordErrors> = v;
goto label;
label:
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.util.List recordErrors> = v;
label:
if v < 8 goto label;
v = interfaceinvoke v.<org.apache.kafkaesque.common.protocol.Readable: short readShort()>();
if v >= 0 goto label;
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.lang.String errorMessage> = null;
goto label;
label:
if v <= 32767 goto label;
v = new java.lang.RuntimeException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (short)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("string field errorMessage had invalid length \u0001");
specialinvoke v.<java.lang.RuntimeException: void <init>(java.lang.String)>(v);
throw v;
label:
v = interfaceinvoke v.<org.apache.kafkaesque.common.protocol.Readable: java.lang.String readString(int)>(v);
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.lang.String errorMessage> = v;
goto label;
label:
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.lang.String errorMessage> = null;
label:
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.util.List _unknownTaggedFields> = null;
return;
}
public void write(org.apache.kafkaesque.common.protocol.Writable, org.apache.kafkaesque.common.protocol.ObjectSerializationCache, short)
{
byte[] v;
long v, v, v;
short v, v, v;
int v, v, v, v, v;
org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse v;
java.lang.String v, v, v, v;
boolean v;
java.util.Iterator v;
org.apache.kafkaesque.common.errors.UnsupportedVersionException v, v;
org.apache.kafkaesque.common.protocol.Writable v;
java.util.List v, v, v;
java.lang.Object v;
org.apache.kafkaesque.common.protocol.ObjectSerializationCache v;
org.apache.kafkaesque.common.protocol.types.RawTaggedFieldWriter v;
v := @this: org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse;
v := @parameter: org.apache.kafkaesque.common.protocol.Writable;
v := @parameter: org.apache.kafkaesque.common.protocol.ObjectSerializationCache;
v := @parameter: short;
if v <= 8 goto label;
v = new org.apache.kafkaesque.common.errors.UnsupportedVersionException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (short)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Can\'t write version \u of PartitionProduceResponse");
specialinvoke v.<org.apache.kafkaesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: int partitionIndex>;
interfaceinvoke v.<org.apache.kafkaesque.common.protocol.Writable: void writeInt(int)>(v);
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: short errorCode>;
interfaceinvoke v.<org.apache.kafkaesque.common.protocol.Writable: void writeShort(short)>(v);
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long baseOffset>;
interfaceinvoke v.<org.apache.kafkaesque.common.protocol.Writable: void writeLong(long)>(v);
if v < 2 goto label;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long logAppendTimeMs>;
interfaceinvoke v.<org.apache.kafkaesque.common.protocol.Writable: void writeLong(long)>(v);
label:
if v < 5 goto label;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long logStartOffset>;
interfaceinvoke v.<org.apache.kafkaesque.common.protocol.Writable: void writeLong(long)>(v);
label:
if v < 8 goto label;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.util.List recordErrors>;
v = interfaceinvoke v.<java.util.List: int size()>();
interfaceinvoke v.<org.apache.kafkaesque.common.protocol.Writable: void writeInt(int)>(v);
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.util.List recordErrors>;
v = interfaceinvoke v.<java.util.List: java.util.Iterator iterator()>();
label:
v = interfaceinvoke v.<java.util.Iterator: boolean hasNext()>();
if v == 0 goto label;
v = interfaceinvoke v.<java.util.Iterator: java.lang.Object next()>();
virtualinvoke v.<org.apache.kafkaesque.common.message.ProduceResponseData$BatchIndexAndErrorMessage: void write(org.apache.kafkaesque.common.protocol.Writable,org.apache.kafkaesque.common.protocol.ObjectSerializationCache,short)>(v, v, v);
goto label;
label:
if v < 8 goto label;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.lang.String errorMessage>;
if v != null goto label;
v = (short) -1;
interfaceinvoke v.<org.apache.kafkaesque.common.protocol.Writable: void writeShort(short)>(v);
goto label;
label:
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.lang.String errorMessage>;
v = virtualinvoke v.<org.apache.kafkaesque.common.protocol.ObjectSerializationCache: byte[] getSerializedValue(java.lang.Object)>(v);
v = lengthof v;
interfaceinvoke v.<org.apache.kafkaesque.common.protocol.Writable: void writeShort(short)>(v);
interfaceinvoke v.<org.apache.kafkaesque.common.protocol.Writable: void writeByteArray(byte[])>(v);
label:
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.util.List _unknownTaggedFields>;
v = staticinvoke <org.apache.kafkaesque.common.protocol.types.RawTaggedFieldWriter: org.apache.kafkaesque.common.protocol.types.RawTaggedFieldWriter forFields(java.util.List)>(v);
v = virtualinvoke v.<org.apache.kafkaesque.common.protocol.types.RawTaggedFieldWriter: int numFields()>();
v = 0 + v;
if v <= 0 goto label;
v = new org.apache.kafkaesque.common.errors.UnsupportedVersionException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (short)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Tagged fields were set, but version \u of this message does not support them.");
specialinvoke v.<org.apache.kafkaesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
return;
}
public void fromStruct(org.apache.kafkaesque.common.protocol.types.Struct, short)
{
java.lang.Object[] v;
long v, v, v;
java.lang.Integer v;
java.util.ArrayList v, v;
short v, v;
java.lang.Long v, v, v;
java.lang.Short v;
int v, v, v, v;
org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse v;
java.lang.String v, v;
org.apache.kafkaesque.common.message.ProduceResponseData$BatchIndexAndErrorMessage v;
org.apache.kafkaesque.common.errors.UnsupportedVersionException v;
org.apache.kafkaesque.common.protocol.types.Struct v;
java.util.List v;
java.lang.Object v;
v := @this: org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse;
v := @parameter: org.apache.kafkaesque.common.protocol.types.Struct;
v := @parameter: short;
if v <= 8 goto label;
v = new org.apache.kafkaesque.common.errors.UnsupportedVersionException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (short)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Can\'t read version \u of PartitionProduceResponse");
specialinvoke v.<org.apache.kafkaesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.util.List _unknownTaggedFields> = null;
v = virtualinvoke v.<org.apache.kafkaesque.common.protocol.types.Struct: java.lang.Integer getInt(java.lang.String)>("partition_index");
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: int partitionIndex> = v;
v = virtualinvoke v.<org.apache.kafkaesque.common.protocol.types.Struct: java.lang.Short getShort(java.lang.String)>("error_code");
v = virtualinvoke v.<java.lang.Short: short shortValue()>();
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: short errorCode> = v;
v = virtualinvoke v.<org.apache.kafkaesque.common.protocol.types.Struct: java.lang.Long getLong(java.lang.String)>("base_offset");
v = virtualinvoke v.<java.lang.Long: long longValue()>();
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long baseOffset> = v;
if v < 2 goto label;
v = virtualinvoke v.<org.apache.kafkaesque.common.protocol.types.Struct: java.lang.Long getLong(java.lang.String)>("log_append_time_ms");
v = virtualinvoke v.<java.lang.Long: long longValue()>();
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long logAppendTimeMs> = v;
goto label;
label:
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long logAppendTimeMs> = -1L;
label:
if v < 5 goto label;
v = virtualinvoke v.<org.apache.kafkaesque.common.protocol.types.Struct: java.lang.Long getLong(java.lang.String)>("log_start_offset");
v = virtualinvoke v.<java.lang.Long: long longValue()>();
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long logStartOffset> = v;
goto label;
label:
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long logStartOffset> = -1L;
label:
if v < 8 goto label;
v = virtualinvoke v.<org.apache.kafkaesque.common.protocol.types.Struct: java.lang.Object[] getArray(java.lang.String)>("record_errors");
v = new java.util.ArrayList;
v = lengthof v;
specialinvoke v.<java.util.ArrayList: void <init>(int)>(v);
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.util.List recordErrors> = v;
v = lengthof v;
v = 0;
label:
if v >= v goto label;
v = v[v];
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.util.List recordErrors>;
v = new org.apache.kafkaesque.common.message.ProduceResponseData$BatchIndexAndErrorMessage;
specialinvoke v.<org.apache.kafkaesque.common.message.ProduceResponseData$BatchIndexAndErrorMessage: void <init>(org.apache.kafkaesque.common.protocol.types.Struct,short)>(v, v);
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
v = v + 1;
goto label;
label:
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.util.List recordErrors> = v;
label:
if v < 8 goto label;
v = virtualinvoke v.<org.apache.kafkaesque.common.protocol.types.Struct: java.lang.String getString(java.lang.String)>("error_message");
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.lang.String errorMessage> = v;
goto label;
label:
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.lang.String errorMessage> = null;
label:
return;
}
public org.apache.kafkaesque.common.protocol.types.Struct toStruct(short)
{
long v, v, v;
java.lang.Integer v;
org.apache.kafkaesque.common.protocol.types.Schema v;
short v, v;
java.lang.Long v, v, v;
java.lang.Short v;
int v, v, v, v;
org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse v;
java.lang.String v, v;
boolean v;
java.util.Iterator v;
org.apache.kafkaesque.common.errors.UnsupportedVersionException v;
org.apache.kafkaesque.common.protocol.types.Schema[] v;
org.apache.kafkaesque.common.protocol.types.Struct[] v;
org.apache.kafkaesque.common.protocol.types.Struct v, v;
java.util.List v, v;
java.lang.Object v;
v := @this: org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse;
v := @parameter: short;
if v <= 8 goto label;
v = new org.apache.kafkaesque.common.errors.UnsupportedVersionException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (short)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Can\'t write version \u of PartitionProduceResponse");
specialinvoke v.<org.apache.kafkaesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
v = new org.apache.kafkaesque.common.protocol.types.Struct;
v = <org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: org.apache.kafkaesque.common.protocol.types.Schema[] SCHEMAS>;
v = v[v];
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Struct: void <init>(org.apache.kafkaesque.common.protocol.types.Schema)>(v);
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: int partitionIndex>;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
virtualinvoke v.<org.apache.kafkaesque.common.protocol.types.Struct: org.apache.kafkaesque.common.protocol.types.Struct set(java.lang.String,java.lang.Object)>("partition_index", v);
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: short errorCode>;
v = staticinvoke <java.lang.Short: java.lang.Short valueOf(short)>(v);
virtualinvoke v.<org.apache.kafkaesque.common.protocol.types.Struct: org.apache.kafkaesque.common.protocol.types.Struct set(java.lang.String,java.lang.Object)>("error_code", v);
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long baseOffset>;
v = staticinvoke <java.lang.Long: java.lang.Long valueOf(long)>(v);
virtualinvoke v.<org.apache.kafkaesque.common.protocol.types.Struct: org.apache.kafkaesque.common.protocol.types.Struct set(java.lang.String,java.lang.Object)>("base_offset", v);
if v < 2 goto label;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long logAppendTimeMs>;
v = staticinvoke <java.lang.Long: java.lang.Long valueOf(long)>(v);
virtualinvoke v.<org.apache.kafkaesque.common.protocol.types.Struct: org.apache.kafkaesque.common.protocol.types.Struct set(java.lang.String,java.lang.Object)>("log_append_time_ms", v);
label:
if v < 5 goto label;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long logStartOffset>;
v = staticinvoke <java.lang.Long: java.lang.Long valueOf(long)>(v);
virtualinvoke v.<org.apache.kafkaesque.common.protocol.types.Struct: org.apache.kafkaesque.common.protocol.types.Struct set(java.lang.String,java.lang.Object)>("log_start_offset", v);
label:
if v < 8 goto label;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.util.List recordErrors>;
v = interfaceinvoke v.<java.util.List: int size()>();
v = newarray (org.apache.kafkaesque.common.protocol.types.Struct)[v];
v = 0;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.util.List recordErrors>;
v = interfaceinvoke v.<java.util.List: java.util.Iterator iterator()>();
label:
v = interfaceinvoke v.<java.util.Iterator: boolean hasNext()>();
if v == 0 goto label;
v = interfaceinvoke v.<java.util.Iterator: java.lang.Object next()>();
v = v;
v = v + 1;
v = virtualinvoke v.<org.apache.kafkaesque.common.message.ProduceResponseData$BatchIndexAndErrorMessage: org.apache.kafkaesque.common.protocol.types.Struct toStruct(short)>(v);
v[v] = v;
goto label;
label:
virtualinvoke v.<org.apache.kafkaesque.common.protocol.types.Struct: org.apache.kafkaesque.common.protocol.types.Struct set(java.lang.String,java.lang.Object)>("record_errors", v);
if v < 8 goto label;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.lang.String errorMessage>;
virtualinvoke v.<org.apache.kafkaesque.common.protocol.types.Struct: org.apache.kafkaesque.common.protocol.types.Struct set(java.lang.String,java.lang.Object)>("error_message", v);
label:
return v;
}
public int size(org.apache.kafkaesque.common.protocol.ObjectSerializationCache, short)
{
byte[] v;
org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse v;
boolean v, v;
java.util.List v, v, v, v;
org.apache.kafkaesque.common.protocol.ObjectSerializationCache v;
short v;
java.nio.charset.Charset v;
int v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
java.lang.String v, v, v, v, v;
java.util.Iterator v, v;
org.apache.kafkaesque.common.errors.UnsupportedVersionException v, v;
java.lang.RuntimeException v;
java.lang.Object v, v;
v := @this: org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse;
v := @parameter: org.apache.kafkaesque.common.protocol.ObjectSerializationCache;
v := @parameter: short;
v = 0;
if v <= 8 goto label;
v = new org.apache.kafkaesque.common.errors.UnsupportedVersionException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (short)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Can\'t size version \u of PartitionProduceResponse");
specialinvoke v.<org.apache.kafkaesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
v = 14;
if v < 2 goto label;
v = 22;
label:
if v < 5 goto label;
v = v + 8;
label:
if v < 8 goto label;
v = 4;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.util.List recordErrors>;
v = interfaceinvoke v.<java.util.List: java.util.Iterator iterator()>();
label:
v = interfaceinvoke v.<java.util.Iterator: boolean hasNext()>();
if v == 0 goto label;
v = interfaceinvoke v.<java.util.Iterator: java.lang.Object next()>();
v = virtualinvoke v.<org.apache.kafkaesque.common.message.ProduceResponseData$BatchIndexAndErrorMessage: int size(org.apache.kafkaesque.common.protocol.ObjectSerializationCache,short)>(v, v);
v = v + v;
goto label;
label:
v = v + v;
if v < 8 goto label;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.lang.String errorMessage>;
if v != null goto label;
v = v + 2;
goto label;
label:
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.lang.String errorMessage>;
v = <java.nio.charset.StandardCharsets: java.nio.charset.Charset UTF_8>;
v = virtualinvoke v.<java.lang.String: byte[] getBytes(java.nio.charset.Charset)>(v);
v = lengthof v;
if v <= 32767 goto label;
v = new java.lang.RuntimeException;
specialinvoke v.<java.lang.RuntimeException: void <init>(java.lang.String)>("\'errorMessage\' field is too long to be serialized");
throw v;
label:
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.lang.String errorMessage>;
virtualinvoke v.<org.apache.kafkaesque.common.protocol.ObjectSerializationCache: void cacheSerializedValue(java.lang.Object,byte[])>(v, v);
v = lengthof v;
v = v + 2;
v = v + v;
label:
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.util.List _unknownTaggedFields>;
if v == null goto label;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.util.List _unknownTaggedFields>;
v = interfaceinvoke v.<java.util.List: int size()>();
v = 0 + v;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.util.List _unknownTaggedFields>;
v = interfaceinvoke v.<java.util.List: java.util.Iterator iterator()>();
label:
v = interfaceinvoke v.<java.util.Iterator: boolean hasNext()>();
if v == 0 goto label;
v = interfaceinvoke v.<java.util.Iterator: java.lang.Object next()>();
v = virtualinvoke v.<org.apache.kafkaesque.common.protocol.types.RawTaggedField: int tag()>();
v = staticinvoke <org.apache.kafkaesque.common.utils.ByteUtils: int sizeOfUnsignedVarint(int)>(v);
v = v + v;
v = virtualinvoke v.<org.apache.kafkaesque.common.protocol.types.RawTaggedField: int size()>();
v = staticinvoke <org.apache.kafkaesque.common.utils.ByteUtils: int sizeOfUnsignedVarint(int)>(v);
v = v + v;
v = virtualinvoke v.<org.apache.kafkaesque.common.protocol.types.RawTaggedField: int size()>();
v = v + v;
goto label;
label:
if v <= 0 goto label;
v = new org.apache.kafkaesque.common.errors.UnsupportedVersionException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (short)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Tagged fields were set, but version \u of this message does not support them.");
specialinvoke v.<org.apache.kafkaesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
return v;
}
public boolean equals(java.lang.Object)
{
long v, v, v, v, v, v;
short v, v;
byte v, v, v;
int v, v;
org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse v;
java.lang.String v, v, v, v;
boolean v, v, v;
java.util.List v, v, v, v;
java.lang.Object v;
v := @this: org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse;
v := @parameter: java.lang.Object;
v = v instanceof org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse;
if v != 0 goto label;
return 0;
label:
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: int partitionIndex>;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: int partitionIndex>;
if v == v goto label;
return 0;
label:
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: short errorCode>;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: short errorCode>;
if v == v goto label;
return 0;
label:
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long baseOffset>;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long baseOffset>;
v = v cmp v;
if v == 0 goto label;
return 0;
label:
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long logAppendTimeMs>;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long logAppendTimeMs>;
v = v cmp v;
if v == 0 goto label;
return 0;
label:
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long logStartOffset>;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long logStartOffset>;
v = v cmp v;
if v == 0 goto label;
return 0;
label:
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.util.List recordErrors>;
if v != null goto label;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.util.List recordErrors>;
if v == null goto label;
return 0;
label:
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.util.List recordErrors>;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.util.List recordErrors>;
v = interfaceinvoke v.<java.util.List: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
return 0;
label:
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.lang.String errorMessage>;
if v != null goto label;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.lang.String errorMessage>;
if v == null goto label;
return 0;
label:
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.lang.String errorMessage>;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.lang.String errorMessage>;
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
return 0;
label:
return 1;
}
public int hashCode()
{
org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse v;
java.util.List v, v;
long v, v, v, v, v, v, v, v, v;
short v;
int v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
java.lang.String v, v;
v := @this: org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: int partitionIndex>;
v = 0 + v;
v = 31 * v;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: short errorCode>;
v = v + v;
v = 31 * v;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long baseOffset>;
v = v >> 32;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long baseOffset>;
v = v ^ v;
v = v + v;
v = 31 * v;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long logAppendTimeMs>;
v = v >> 32;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long logAppendTimeMs>;
v = v ^ v;
v = v + v;
v = 31 * v;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long logStartOffset>;
v = v >> 32;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long logStartOffset>;
v = v ^ v;
v = v + v;
v = 31 * v;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.util.List recordErrors>;
if v != null goto label;
v = 0;
goto label;
label:
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.util.List recordErrors>;
v = interfaceinvoke v.<java.util.List: int hashCode()>();
label:
v = v + v;
v = 31 * v;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.lang.String errorMessage>;
if v != null goto label;
v = 0;
goto label;
label:
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.lang.String errorMessage>;
v = virtualinvoke v.<java.lang.String: int hashCode()>();
label:
v = v + v;
return v;
}
public java.lang.String toString()
{
java.util.Iterator v;
long v, v, v;
java.util.List v;
short v;
int v;
org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse v;
java.lang.String v, v, v, v, v, v;
v := @this: org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: int partitionIndex>;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: short errorCode>;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long baseOffset>;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long logAppendTimeMs>;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long logStartOffset>;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.util.List recordErrors>;
v = interfaceinvoke v.<java.util.List: java.util.Iterator iterator()>();
v = staticinvoke <org.apache.kafkaesque.common.protocol.MessageUtil: java.lang.String deepToString(java.util.Iterator)>(v);
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.lang.String errorMessage>;
if v != null goto label;
v = "null";
goto label;
label:
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.lang.String errorMessage>;
v = virtualinvoke v.<java.lang.String: java.lang.String toString()>();
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("\'\u0001\'");
label:
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (int,short,long,long,long,java.lang.String,java.lang.String)>(v, v, v, v, v, v, v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("PartitionProduceResponse(partitionIndex=\u, errorCode=\u, baseOffset=\u, logAppendTimeMs=\u, logStartOffset=\u, recordErrors=\u, errorMessage=\u)");
return v;
}
public int partitionIndex()
{
int v;
org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse v;
v := @this: org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: int partitionIndex>;
return v;
}
public short errorCode()
{
org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse v;
short v;
v := @this: org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: short errorCode>;
return v;
}
public long baseOffset()
{
long v;
org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse v;
v := @this: org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long baseOffset>;
return v;
}
public long logAppendTimeMs()
{
long v;
org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse v;
v := @this: org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long logAppendTimeMs>;
return v;
}
public long logStartOffset()
{
long v;
org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse v;
v := @this: org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long logStartOffset>;
return v;
}
public java.util.List recordErrors()
{
java.util.List v;
org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse v;
v := @this: org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.util.List recordErrors>;
return v;
}
public java.lang.String errorMessage()
{
org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse v;
java.lang.String v;
v := @this: org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.lang.String errorMessage>;
return v;
}
public java.util.List unknownTaggedFields()
{
java.util.List v, v;
org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse v;
java.util.ArrayList v;
v := @this: org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse;
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.util.List _unknownTaggedFields>;
if v != null goto label;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>(int)>(0);
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.util.List _unknownTaggedFields> = v;
label:
v = v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.util.List _unknownTaggedFields>;
return v;
}
public org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse setPartitionIndex(int)
{
int v;
org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse v;
v := @this: org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse;
v := @parameter: int;
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: int partitionIndex> = v;
return v;
}
public org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse setErrorCode(short)
{
org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse v;
short v;
v := @this: org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse;
v := @parameter: short;
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: short errorCode> = v;
return v;
}
public org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse setBaseOffset(long)
{
long v;
org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse v;
v := @this: org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse;
v := @parameter: long;
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long baseOffset> = v;
return v;
}
public org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse setLogAppendTimeMs(long)
{
long v;
org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse v;
v := @this: org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse;
v := @parameter: long;
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long logAppendTimeMs> = v;
return v;
}
public org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse setLogStartOffset(long)
{
long v;
org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse v;
v := @this: org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse;
v := @parameter: long;
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: long logStartOffset> = v;
return v;
}
public org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse setRecordErrors(java.util.List)
{
java.util.List v;
org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse v;
v := @this: org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse;
v := @parameter: java.util.List;
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.util.List recordErrors> = v;
return v;
}
public org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse setErrorMessage(java.lang.String)
{
org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse v;
java.lang.String v;
v := @this: org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse;
v := @parameter: java.lang.String;
v.<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: java.lang.String errorMessage> = v;
return v;
}
static void <clinit>()
{
org.apache.kafkaesque.common.protocol.types.Field v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
org.apache.kafkaesque.common.protocol.types.Schema v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
org.apache.kafkaesque.common.protocol.types.Schema[] v;
org.apache.kafkaesque.common.protocol.types.ArrayOf v;
org.apache.kafkaesque.common.protocol.types.Field[] v, v, v, v;
org.apache.kafkaesque.common.protocol.types.Type$DocumentedType v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
v = new org.apache.kafkaesque.common.protocol.types.Schema;
v = newarray (org.apache.kafkaesque.common.protocol.types.Field)[3];
v = new org.apache.kafkaesque.common.protocol.types.Field;
v = <org.apache.kafkaesque.common.protocol.types.Type: org.apache.kafkaesque.common.protocol.types.Type$DocumentedType INT32>;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesque.common.protocol.types.Type,java.lang.String)>("partition_index", v, "The partition index.");
v[0] = v;
v = new org.apache.kafkaesque.common.protocol.types.Field;
v = <org.apache.kafkaesque.common.protocol.types.Type: org.apache.kafkaesque.common.protocol.types.Type$DocumentedType INT16>;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesque.common.protocol.types.Type,java.lang.String)>("error_code", v, "The error code, or 0 if there was no error.");
v[1] = v;
v = new org.apache.kafkaesque.common.protocol.types.Field;
v = <org.apache.kafkaesque.common.protocol.types.Type: org.apache.kafkaesque.common.protocol.types.Type$DocumentedType INT64>;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesque.common.protocol.types.Type,java.lang.String)>("base_offset", v, "The base offset.");
v[2] = v;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Schema: void <init>(org.apache.kafkaesque.common.protocol.types.Field[])>(v);
<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_0> = v;
v = <org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_0>;
<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_1> = v;
v = new org.apache.kafkaesque.common.protocol.types.Schema;
v = newarray (org.apache.kafkaesque.common.protocol.types.Field)[4];
v = new org.apache.kafkaesque.common.protocol.types.Field;
v = <org.apache.kafkaesque.common.protocol.types.Type: org.apache.kafkaesque.common.protocol.types.Type$DocumentedType INT32>;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesque.common.protocol.types.Type,java.lang.String)>("partition_index", v, "The partition index.");
v[0] = v;
v = new org.apache.kafkaesque.common.protocol.types.Field;
v = <org.apache.kafkaesque.common.protocol.types.Type: org.apache.kafkaesque.common.protocol.types.Type$DocumentedType INT16>;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesque.common.protocol.types.Type,java.lang.String)>("error_code", v, "The error code, or 0 if there was no error.");
v[1] = v;
v = new org.apache.kafkaesque.common.protocol.types.Field;
v = <org.apache.kafkaesque.common.protocol.types.Type: org.apache.kafkaesque.common.protocol.types.Type$DocumentedType INT64>;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesque.common.protocol.types.Type,java.lang.String)>("base_offset", v, "The base offset.");
v[2] = v;
v = new org.apache.kafkaesque.common.protocol.types.Field;
v = <org.apache.kafkaesque.common.protocol.types.Type: org.apache.kafkaesque.common.protocol.types.Type$DocumentedType INT64>;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesque.common.protocol.types.Type,java.lang.String)>("log_append_time_ms", v, "The timestamp returned by broker after appending the messages. If CreateTime is used for the topic, the timestamp will be -1.  If LogAppendTime is used for the topic, the timestamp will be the broker local time when the messages are appended.");
v[3] = v;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Schema: void <init>(org.apache.kafkaesque.common.protocol.types.Field[])>(v);
<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_2> = v;
v = <org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_2>;
<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_3> = v;
v = <org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_3>;
<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_4> = v;
v = new org.apache.kafkaesque.common.protocol.types.Schema;
v = newarray (org.apache.kafkaesque.common.protocol.types.Field)[5];
v = new org.apache.kafkaesque.common.protocol.types.Field;
v = <org.apache.kafkaesque.common.protocol.types.Type: org.apache.kafkaesque.common.protocol.types.Type$DocumentedType INT32>;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesque.common.protocol.types.Type,java.lang.String)>("partition_index", v, "The partition index.");
v[0] = v;
v = new org.apache.kafkaesque.common.protocol.types.Field;
v = <org.apache.kafkaesque.common.protocol.types.Type: org.apache.kafkaesque.common.protocol.types.Type$DocumentedType INT16>;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesque.common.protocol.types.Type,java.lang.String)>("error_code", v, "The error code, or 0 if there was no error.");
v[1] = v;
v = new org.apache.kafkaesque.common.protocol.types.Field;
v = <org.apache.kafkaesque.common.protocol.types.Type: org.apache.kafkaesque.common.protocol.types.Type$DocumentedType INT64>;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesque.common.protocol.types.Type,java.lang.String)>("base_offset", v, "The base offset.");
v[2] = v;
v = new org.apache.kafkaesque.common.protocol.types.Field;
v = <org.apache.kafkaesque.common.protocol.types.Type: org.apache.kafkaesque.common.protocol.types.Type$DocumentedType INT64>;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesque.common.protocol.types.Type,java.lang.String)>("log_append_time_ms", v, "The timestamp returned by broker after appending the messages. If CreateTime is used for the topic, the timestamp will be -1.  If LogAppendTime is used for the topic, the timestamp will be the broker local time when the messages are appended.");
v[3] = v;
v = new org.apache.kafkaesque.common.protocol.types.Field;
v = <org.apache.kafkaesque.common.protocol.types.Type: org.apache.kafkaesque.common.protocol.types.Type$DocumentedType INT64>;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesque.common.protocol.types.Type,java.lang.String)>("log_start_offset", v, "The log start offset.");
v[4] = v;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Schema: void <init>(org.apache.kafkaesque.common.protocol.types.Field[])>(v);
<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_5> = v;
v = <org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_5>;
<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_6> = v;
v = <org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_6>;
<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_7> = v;
v = new org.apache.kafkaesque.common.protocol.types.Schema;
v = newarray (org.apache.kafkaesque.common.protocol.types.Field)[7];
v = new org.apache.kafkaesque.common.protocol.types.Field;
v = <org.apache.kafkaesque.common.protocol.types.Type: org.apache.kafkaesque.common.protocol.types.Type$DocumentedType INT32>;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesque.common.protocol.types.Type,java.lang.String)>("partition_index", v, "The partition index.");
v[0] = v;
v = new org.apache.kafkaesque.common.protocol.types.Field;
v = <org.apache.kafkaesque.common.protocol.types.Type: org.apache.kafkaesque.common.protocol.types.Type$DocumentedType INT16>;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesque.common.protocol.types.Type,java.lang.String)>("error_code", v, "The error code, or 0 if there was no error.");
v[1] = v;
v = new org.apache.kafkaesque.common.protocol.types.Field;
v = <org.apache.kafkaesque.common.protocol.types.Type: org.apache.kafkaesque.common.protocol.types.Type$DocumentedType INT64>;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesque.common.protocol.types.Type,java.lang.String)>("base_offset", v, "The base offset.");
v[2] = v;
v = new org.apache.kafkaesque.common.protocol.types.Field;
v = <org.apache.kafkaesque.common.protocol.types.Type: org.apache.kafkaesque.common.protocol.types.Type$DocumentedType INT64>;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesque.common.protocol.types.Type,java.lang.String)>("log_append_time_ms", v, "The timestamp returned by broker after appending the messages. If CreateTime is used for the topic, the timestamp will be -1.  If LogAppendTime is used for the topic, the timestamp will be the broker local time when the messages are appended.");
v[3] = v;
v = new org.apache.kafkaesque.common.protocol.types.Field;
v = <org.apache.kafkaesque.common.protocol.types.Type: org.apache.kafkaesque.common.protocol.types.Type$DocumentedType INT64>;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesque.common.protocol.types.Type,java.lang.String)>("log_start_offset", v, "The log start offset.");
v[4] = v;
v = new org.apache.kafkaesque.common.protocol.types.Field;
v = new org.apache.kafkaesque.common.protocol.types.ArrayOf;
v = <org.apache.kafkaesque.common.message.ProduceResponseData$BatchIndexAndErrorMessage: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_8>;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.ArrayOf: void <init>(org.apache.kafkaesque.common.protocol.types.Type)>(v);
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesque.common.protocol.types.Type,java.lang.String)>("record_errors", v, "The batch indices of records that caused the batch to be dropped");
v[5] = v;
v = new org.apache.kafkaesque.common.protocol.types.Field;
v = <org.apache.kafkaesque.common.protocol.types.Type: org.apache.kafkaesque.common.protocol.types.Type$DocumentedType NULLABLE_STRING>;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesque.common.protocol.types.Type,java.lang.String)>("error_message", v, "The global error message summarizing the common root cause of the records that caused the batch to be dropped");
v[6] = v;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Schema: void <init>(org.apache.kafkaesque.common.protocol.types.Field[])>(v);
<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_8> = v;
v = newarray (org.apache.kafkaesque.common.protocol.types.Schema)[9];
v = <org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_0>;
v[0] = v;
v = <org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_1>;
v[1] = v;
v = <org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_2>;
v[2] = v;
v = <org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_3>;
v[3] = v;
v = <org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_4>;
v[4] = v;
v = <org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_5>;
v[5] = v;
v = <org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_6>;
v[6] = v;
v = <org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_7>;
v[7] = v;
v = <org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_8>;
v[8] = v;
<org.apache.kafkaesque.common.message.ProduceResponseData$PartitionProduceResponse: org.apache.kafkaesque.common.protocol.types.Schema[] SCHEMAS> = v;
return;
}
}