public class org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse extends java.lang.Object implements org.apache.kafkaesqueesqueesque.common.protocol.Message
{
private int partitionIndex;
private short errorCode;
private java.util.List oldStyleOffsets;
private long timestamp;
private long offset;
private int leaderEpoch;
private java.util.List _unknownTaggedFields;
public static final org.apache.kafkaesqueesqueesque.common.protocol.types.Schema SCHEMA_0;
public static final org.apache.kafkaesqueesqueesque.common.protocol.types.Schema SCHEMA_1;
public static final org.apache.kafkaesqueesqueesque.common.protocol.types.Schema SCHEMA_2;
public static final org.apache.kafkaesqueesqueesque.common.protocol.types.Schema SCHEMA_3;
public static final org.apache.kafkaesqueesqueesque.common.protocol.types.Schema SCHEMA_4;
public static final org.apache.kafkaesqueesqueesque.common.protocol.types.Schema SCHEMA_5;
public static final org.apache.kafkaesqueesqueesque.common.protocol.types.Schema[] SCHEMAS;
public void <init>(org.apache.kafkaesqueesqueesque.common.protocol.Readable, short)
{
org.apache.kafkaesqueesqueesque.common.protocol.Readable v;
short v;
org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse v;
v := @this: org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse;
v := @parameter: org.apache.kafkaesqueesqueesque.common.protocol.Readable;
v := @parameter: short;
specialinvoke v.<java.lang.Object: void <init>()>();
virtualinvoke v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: void read(org.apache.kafkaesqueesqueesque.common.protocol.Readable,short)>(v, v);
return;
}
public void <init>(org.apache.kafkaesqueesqueesque.common.protocol.types.Struct, short)
{
org.apache.kafkaesqueesqueesque.common.protocol.types.Struct v;
short v;
org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse v;
v := @this: org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse;
v := @parameter: org.apache.kafkaesqueesqueesque.common.protocol.types.Struct;
v := @parameter: short;
specialinvoke v.<java.lang.Object: void <init>()>();
virtualinvoke v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: void fromStruct(org.apache.kafkaesqueesqueesque.common.protocol.types.Struct,short)>(v, v);
return;
}
public void <init>()
{
org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse v;
java.util.ArrayList v;
v := @this: org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: int partitionIndex> = 0;
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: short errorCode> = 0;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: java.util.List oldStyleOffsets> = v;
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long timestamp> = -1L;
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long offset> = -1L;
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: int leaderEpoch> = 0;
return;
}
public short lowestSupportedVersion()
{
org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse v;
v := @this: org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse;
return 0;
}
public short highestSupportedVersion()
{
org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse v;
v := @this: org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse;
return 5;
}
public void read(org.apache.kafkaesqueesqueesque.common.protocol.Readable, short)
{
org.apache.kafkaesqueesqueesque.common.protocol.Readable v;
long v, v, v;
org.apache.kafkaesqueesqueesque.common.errors.UnsupportedVersionException v;
org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse v;
java.util.ArrayList v, v;
short v, v;
java.lang.Long v;
int v, v, v, v;
java.lang.String v;
java.lang.RuntimeException v;
v := @this: org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse;
v := @parameter: org.apache.kafkaesqueesqueesque.common.protocol.Readable;
v := @parameter: short;
if v <= 5 goto label;
v = new org.apache.kafkaesqueesqueesque.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 ListOffsetPartitionResponse");
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
v = interfaceinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.Readable: int readInt()>();
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: int partitionIndex> = v;
v = interfaceinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.Readable: short readShort()>();
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: short errorCode> = v;
if v > 0 goto label;
v = interfaceinvoke v.<org.apache.kafkaesqueesqueesque.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 oldStyleOffsets 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 = interfaceinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.Readable: long readLong()>();
v = staticinvoke <java.lang.Long: java.lang.Long valueOf(long)>(v);
virtualinvoke v.<java.util.ArrayList: boolean add(java.lang.Object)>(v);
v = v + 1;
goto label;
label:
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: java.util.List oldStyleOffsets> = v;
goto label;
label:
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: java.util.List oldStyleOffsets> = v;
label:
if v < 1 goto label;
v = interfaceinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.Readable: long readLong()>();
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long timestamp> = v;
goto label;
label:
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long timestamp> = -1L;
label:
if v < 1 goto label;
v = interfaceinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.Readable: long readLong()>();
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long offset> = v;
goto label;
label:
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long offset> = -1L;
label:
if v < 4 goto label;
v = interfaceinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.Readable: int readInt()>();
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: int leaderEpoch> = v;
goto label;
label:
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: int leaderEpoch> = 0;
label:
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: java.util.List _unknownTaggedFields> = null;
return;
}
public void write(org.apache.kafkaesqueesqueesque.common.protocol.Writable, org.apache.kafkaesqueesqueesque.common.protocol.ObjectSerializationCache, short)
{
org.apache.kafkaesqueesqueesque.common.errors.UnsupportedVersionException v, v, v, v, v, v;
byte v, v;
org.apache.kafkaesqueesqueesque.common.protocol.Writable v;
boolean v, v;
org.apache.kafkaesqueesqueesque.common.protocol.types.RawTaggedFieldWriter v;
org.apache.kafkaesqueesqueesque.common.protocol.ObjectSerializationCache v;
java.util.List v, v, v, v;
long v, v, v, v, v;
org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse v;
short v, v;
int v, v, v, v, v, v;
java.lang.String v, v, v, v, v, v;
java.util.Iterator v;
java.lang.Object v;
v := @this: org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse;
v := @parameter: org.apache.kafkaesqueesqueesque.common.protocol.Writable;
v := @parameter: org.apache.kafkaesqueesqueesque.common.protocol.ObjectSerializationCache;
v := @parameter: short;
if v <= 5 goto label;
v = new org.apache.kafkaesqueesqueesque.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 ListOffsetPartitionResponse");
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: int partitionIndex>;
interfaceinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.Writable: void writeInt(int)>(v);
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: short errorCode>;
interfaceinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.Writable: void writeShort(short)>(v);
if v > 0 goto label;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: java.util.List oldStyleOffsets>;
v = interfaceinvoke v.<java.util.List: int size()>();
interfaceinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.Writable: void writeInt(int)>(v);
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: java.util.List oldStyleOffsets>;
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.<java.lang.Long: long longValue()>();
interfaceinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.Writable: void writeLong(long)>(v);
goto label;
label:
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: java.util.List oldStyleOffsets>;
v = interfaceinvoke v.<java.util.List: boolean isEmpty()>();
if v != 0 goto label;
v = new org.apache.kafkaesqueesqueesque.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[])>("Attempted to write a non-default oldStyleOffsets at version \u0001");
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
if v < 1 goto label;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long timestamp>;
interfaceinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.Writable: void writeLong(long)>(v);
goto label;
label:
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long timestamp>;
v = v cmp -1L;
if v == 0 goto label;
v = new org.apache.kafkaesqueesqueesque.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[])>("Attempted to write a non-default timestamp at version \u0001");
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
if v < 1 goto label;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long offset>;
interfaceinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.Writable: void writeLong(long)>(v);
goto label;
label:
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long offset>;
v = v cmp -1L;
if v == 0 goto label;
v = new org.apache.kafkaesqueesqueesque.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[])>("Attempted to write a non-default offset at version \u0001");
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
if v < 4 goto label;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: int leaderEpoch>;
interfaceinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.Writable: void writeInt(int)>(v);
goto label;
label:
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: int leaderEpoch>;
if v == 0 goto label;
v = new org.apache.kafkaesqueesqueesque.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[])>("Attempted to write a non-default leaderEpoch at version \u0001");
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: java.util.List _unknownTaggedFields>;
v = staticinvoke <org.apache.kafkaesqueesqueesque.common.protocol.types.RawTaggedFieldWriter: org.apache.kafkaesqueesqueesque.common.protocol.types.RawTaggedFieldWriter forFields(java.util.List)>(v);
v = virtualinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.RawTaggedFieldWriter: int numFields()>();
v = 0 + v;
if v <= 0 goto label;
v = new org.apache.kafkaesqueesqueesque.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.kafkaesqueesqueesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
return;
}
public void fromStruct(org.apache.kafkaesqueesqueesque.common.protocol.types.Struct, short)
{
java.lang.Object[] v;
long v, v;
org.apache.kafkaesqueesqueesque.common.errors.UnsupportedVersionException v;
java.lang.Integer v, v;
org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse v;
java.util.ArrayList v, v;
short v, v;
java.lang.Long v, v;
java.lang.Short v;
int v, v, v, v, v;
java.lang.String v;
java.util.List v;
org.apache.kafkaesqueesqueesque.common.protocol.types.Struct v;
java.lang.Object v;
v := @this: org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse;
v := @parameter: org.apache.kafkaesqueesqueesque.common.protocol.types.Struct;
v := @parameter: short;
if v <= 5 goto label;
v = new org.apache.kafkaesqueesqueesque.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 ListOffsetPartitionResponse");
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: java.util.List _unknownTaggedFields> = null;
v = virtualinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.Struct: java.lang.Integer getInt(java.lang.String)>("partition_index");
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: int partitionIndex> = v;
v = virtualinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.Struct: java.lang.Short getShort(java.lang.String)>("error_code");
v = virtualinvoke v.<java.lang.Short: short shortValue()>();
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: short errorCode> = v;
if v > 0 goto label;
v = virtualinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.Struct: java.lang.Object[] getArray(java.lang.String)>("old_style_offsets");
v = new java.util.ArrayList;
v = lengthof v;
specialinvoke v.<java.util.ArrayList: void <init>(int)>(v);
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: java.util.List oldStyleOffsets> = v;
v = lengthof v;
v = 0;
label:
if v >= v goto label;
v = v[v];
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: java.util.List oldStyleOffsets>;
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.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: java.util.List oldStyleOffsets> = v;
label:
if v < 1 goto label;
v = virtualinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.Struct: java.lang.Long getLong(java.lang.String)>("timestamp");
v = virtualinvoke v.<java.lang.Long: long longValue()>();
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long timestamp> = v;
goto label;
label:
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long timestamp> = -1L;
label:
if v < 1 goto label;
v = virtualinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.Struct: java.lang.Long getLong(java.lang.String)>("offset");
v = virtualinvoke v.<java.lang.Long: long longValue()>();
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long offset> = v;
goto label;
label:
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long offset> = -1L;
label:
if v < 4 goto label;
v = virtualinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.Struct: java.lang.Integer getInt(java.lang.String)>("leader_epoch");
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: int leaderEpoch> = v;
goto label;
label:
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: int leaderEpoch> = 0;
label:
return;
}
public org.apache.kafkaesqueesqueesque.common.protocol.types.Struct toStruct(short)
{
org.apache.kafkaesqueesqueesque.common.errors.UnsupportedVersionException v, v, v, v, v;
java.lang.Integer v, v;
byte v, v;
java.lang.Long v, v;
java.lang.Short v;
boolean v, v;
org.apache.kafkaesqueesqueesque.common.protocol.types.Schema v;
java.util.List v, v, v;
org.apache.kafkaesqueesqueesque.common.protocol.types.Schema[] v;
long v, v, v, v;
org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse v;
short v, v;
int v, v, v, v, v, v;
java.lang.String v, v, v, v, v;
java.lang.Long[] v;
java.util.Iterator v;
org.apache.kafkaesqueesqueesque.common.protocol.types.Struct v;
java.lang.Object v;
v := @this: org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse;
v := @parameter: short;
if v <= 5 goto label;
v = new org.apache.kafkaesqueesqueesque.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 ListOffsetPartitionResponse");
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
v = new org.apache.kafkaesqueesqueesque.common.protocol.types.Struct;
v = <org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: org.apache.kafkaesqueesqueesque.common.protocol.types.Schema[] SCHEMAS>;
v = v[v];
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.Struct: void <init>(org.apache.kafkaesqueesqueesque.common.protocol.types.Schema)>(v);
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: int partitionIndex>;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
virtualinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.Struct: org.apache.kafkaesqueesqueesque.common.protocol.types.Struct set(java.lang.String,java.lang.Object)>("partition_index", v);
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: short errorCode>;
v = staticinvoke <java.lang.Short: java.lang.Short valueOf(short)>(v);
virtualinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.Struct: org.apache.kafkaesqueesqueesque.common.protocol.types.Struct set(java.lang.String,java.lang.Object)>("error_code", v);
if v > 0 goto label;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: java.util.List oldStyleOffsets>;
v = interfaceinvoke v.<java.util.List: int size()>();
v = newarray (java.lang.Long)[v];
v = 0;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: java.util.List oldStyleOffsets>;
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[v] = v;
goto label;
label:
virtualinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.Struct: org.apache.kafkaesqueesqueesque.common.protocol.types.Struct set(java.lang.String,java.lang.Object)>("old_style_offsets", v);
goto label;
label:
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: java.util.List oldStyleOffsets>;
v = interfaceinvoke v.<java.util.List: boolean isEmpty()>();
if v != 0 goto label;
v = new org.apache.kafkaesqueesqueesque.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[])>("Attempted to write a non-default oldStyleOffsets at version \u0001");
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
if v < 1 goto label;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long timestamp>;
v = staticinvoke <java.lang.Long: java.lang.Long valueOf(long)>(v);
virtualinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.Struct: org.apache.kafkaesqueesqueesque.common.protocol.types.Struct set(java.lang.String,java.lang.Object)>("timestamp", v);
goto label;
label:
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long timestamp>;
v = v cmp -1L;
if v == 0 goto label;
v = new org.apache.kafkaesqueesqueesque.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[])>("Attempted to write a non-default timestamp at version \u0001");
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
if v < 1 goto label;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long offset>;
v = staticinvoke <java.lang.Long: java.lang.Long valueOf(long)>(v);
virtualinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.Struct: org.apache.kafkaesqueesqueesque.common.protocol.types.Struct set(java.lang.String,java.lang.Object)>("offset", v);
goto label;
label:
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long offset>;
v = v cmp -1L;
if v == 0 goto label;
v = new org.apache.kafkaesqueesqueesque.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[])>("Attempted to write a non-default offset at version \u0001");
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
if v < 4 goto label;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: int leaderEpoch>;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
virtualinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.Struct: org.apache.kafkaesqueesqueesque.common.protocol.types.Struct set(java.lang.String,java.lang.Object)>("leader_epoch", v);
goto label;
label:
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: int leaderEpoch>;
if v == 0 goto label;
v = new org.apache.kafkaesqueesqueesque.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[])>("Attempted to write a non-default leaderEpoch at version \u0001");
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
return v;
}
public int size(org.apache.kafkaesqueesqueesque.common.protocol.ObjectSerializationCache, short)
{
org.apache.kafkaesqueesqueesque.common.errors.UnsupportedVersionException v, v;
org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse v;
short v;
int v, v, v, v, v, v, v, v, v, v, v, v, v;
java.lang.String v, v;
boolean v;
java.util.Iterator v;
org.apache.kafkaesqueesqueesque.common.protocol.ObjectSerializationCache v;
java.util.List v, v, v, v;
java.lang.Object v;
v := @this: org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse;
v := @parameter: org.apache.kafkaesqueesqueesque.common.protocol.ObjectSerializationCache;
v := @parameter: short;
v = 0;
if v <= 5 goto label;
v = new org.apache.kafkaesqueesqueesque.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 ListOffsetPartitionResponse");
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
v = 6;
if v > 0 goto label;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: java.util.List oldStyleOffsets>;
v = interfaceinvoke v.<java.util.List: int size()>();
v = v * 8;
v = 4 + v;
v = 6 + v;
label:
if v < 1 goto label;
v = v + 8;
if v < 1 goto label;
v = v + 8;
label:
if v < 4 goto label;
v = v + 4;
label:
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: java.util.List _unknownTaggedFields>;
if v == null goto label;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: java.util.List _unknownTaggedFields>;
v = interfaceinvoke v.<java.util.List: int size()>();
v = 0 + v;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: 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.kafkaesqueesqueesque.common.protocol.types.RawTaggedField: int tag()>();
v = staticinvoke <org.apache.kafkaesqueesqueesque.common.utils.ByteUtils: int sizeOfUnsignedVarint(int)>(v);
v = v + v;
v = virtualinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.RawTaggedField: int size()>();
v = staticinvoke <org.apache.kafkaesqueesqueesque.common.utils.ByteUtils: int sizeOfUnsignedVarint(int)>(v);
v = v + v;
v = virtualinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.RawTaggedField: int size()>();
v = v + v;
goto label;
label:
if v <= 0 goto label;
v = new org.apache.kafkaesqueesqueesque.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.kafkaesqueesqueesque.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;
org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse v;
short v, v;
byte v, v;
int v, v, v, v;
boolean v, v;
java.util.List v, v, v, v;
java.lang.Object v;
v := @this: org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse;
v := @parameter: java.lang.Object;
v = v instanceof org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse;
if v != 0 goto label;
return 0;
label:
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: int partitionIndex>;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: int partitionIndex>;
if v == v goto label;
return 0;
label:
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: short errorCode>;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: short errorCode>;
if v == v goto label;
return 0;
label:
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: java.util.List oldStyleOffsets>;
if v != null goto label;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: java.util.List oldStyleOffsets>;
if v == null goto label;
return 0;
label:
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: java.util.List oldStyleOffsets>;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: java.util.List oldStyleOffsets>;
v = interfaceinvoke v.<java.util.List: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
return 0;
label:
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long timestamp>;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long timestamp>;
v = v cmp v;
if v == 0 goto label;
return 0;
label:
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long offset>;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long offset>;
v = v cmp v;
if v == 0 goto label;
return 0;
label:
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: int leaderEpoch>;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: int leaderEpoch>;
if v == v goto label;
return 0;
label:
return 1;
}
public int hashCode()
{
long v, v, v, v, v, v;
org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse v;
short v;
int v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
java.util.List v, v;
v := @this: org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: int partitionIndex>;
v = 0 + v;
v = 31 * v;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: short errorCode>;
v = v + v;
v = 31 * v;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: java.util.List oldStyleOffsets>;
if v != null goto label;
v = 0;
goto label;
label:
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: java.util.List oldStyleOffsets>;
v = interfaceinvoke v.<java.util.List: int hashCode()>();
label:
v = v + v;
v = 31 * v;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long timestamp>;
v = v >> 32;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long timestamp>;
v = v ^ v;
v = v + v;
v = 31 * v;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long offset>;
v = v >> 32;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long offset>;
v = v ^ v;
v = v + v;
v = 31 * v;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: int leaderEpoch>;
v = v + v;
return v;
}
public java.lang.String toString()
{
java.util.Iterator v;
long v, v;
org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse v;
java.util.List v;
short v;
int v, v;
java.lang.String v, v;
v := @this: org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: int partitionIndex>;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: short errorCode>;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: java.util.List oldStyleOffsets>;
v = interfaceinvoke v.<java.util.List: java.util.Iterator iterator()>();
v = staticinvoke <org.apache.kafkaesqueesqueesque.common.protocol.MessageUtil: java.lang.String deepToString(java.util.Iterator)>(v);
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long timestamp>;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long offset>;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: int leaderEpoch>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (int,short,java.lang.String,long,long,int)>(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[])>("ListOffsetPartitionResponse(partitionIndex=\u, errorCode=\u, oldStyleOffsets=\u, timestamp=\u, offset=\u, leaderEpoch=\u)");
return v;
}
public int partitionIndex()
{
int v;
org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse v;
v := @this: org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: int partitionIndex>;
return v;
}
public short errorCode()
{
short v;
org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse v;
v := @this: org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: short errorCode>;
return v;
}
public java.util.List oldStyleOffsets()
{
java.util.List v;
org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse v;
v := @this: org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: java.util.List oldStyleOffsets>;
return v;
}
public long timestamp()
{
long v;
org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse v;
v := @this: org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long timestamp>;
return v;
}
public long offset()
{
long v;
org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse v;
v := @this: org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long offset>;
return v;
}
public int leaderEpoch()
{
int v;
org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse v;
v := @this: org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: int leaderEpoch>;
return v;
}
public java.util.List unknownTaggedFields()
{
java.util.List v, v;
org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse v;
java.util.ArrayList v;
v := @this: org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse;
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: 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.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: java.util.List _unknownTaggedFields> = v;
label:
v = v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: java.util.List _unknownTaggedFields>;
return v;
}
public org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse setPartitionIndex(int)
{
int v;
org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse v;
v := @this: org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse;
v := @parameter: int;
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: int partitionIndex> = v;
return v;
}
public org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse setErrorCode(short)
{
short v;
org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse v;
v := @this: org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse;
v := @parameter: short;
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: short errorCode> = v;
return v;
}
public org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse setOldStyleOffsets(java.util.List)
{
java.util.List v;
org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse v;
v := @this: org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse;
v := @parameter: java.util.List;
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: java.util.List oldStyleOffsets> = v;
return v;
}
public org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse setTimestamp(long)
{
long v;
org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse v;
v := @this: org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse;
v := @parameter: long;
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long timestamp> = v;
return v;
}
public org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse setOffset(long)
{
long v;
org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse v;
v := @this: org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse;
v := @parameter: long;
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: long offset> = v;
return v;
}
public org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse setLeaderEpoch(int)
{
int v;
org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse v;
v := @this: org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse;
v := @parameter: int;
v.<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: int leaderEpoch> = v;
return v;
}
static void <clinit>()
{
org.apache.kafkaesqueesqueesque.common.protocol.types.Schema v, v, v, v, v, v, v, v, v, v, v, v;
org.apache.kafkaesqueesqueesque.common.protocol.types.Field v, v, v, v, v, v, v, v, v, v, v, v;
org.apache.kafkaesqueesqueesque.common.protocol.types.ArrayOf v;
org.apache.kafkaesqueesqueesque.common.protocol.types.Schema[] v;
org.apache.kafkaesqueesqueesque.common.protocol.types.Field[] v, v, v;
org.apache.kafkaesqueesqueesque.common.protocol.types.Type$DocumentedType v, v, v, v, v, v, v, v, v, v, v, v;
v = new org.apache.kafkaesqueesqueesque.common.protocol.types.Schema;
v = newarray (org.apache.kafkaesqueesqueesque.common.protocol.types.Field)[3];
v = new org.apache.kafkaesqueesqueesque.common.protocol.types.Field;
v = <org.apache.kafkaesqueesqueesque.common.protocol.types.Type: org.apache.kafkaesqueesqueesque.common.protocol.types.Type$DocumentedType INT32>;
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesqueesqueesque.common.protocol.types.Type,java.lang.String)>("partition_index", v, "The partition index.");
v[0] = v;
v = new org.apache.kafkaesqueesqueesque.common.protocol.types.Field;
v = <org.apache.kafkaesqueesqueesque.common.protocol.types.Type: org.apache.kafkaesqueesqueesque.common.protocol.types.Type$DocumentedType INT16>;
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesqueesqueesque.common.protocol.types.Type,java.lang.String)>("error_code", v, "The partition error code, or 0 if there was no error.");
v[1] = v;
v = new org.apache.kafkaesqueesqueesque.common.protocol.types.Field;
v = new org.apache.kafkaesqueesqueesque.common.protocol.types.ArrayOf;
v = <org.apache.kafkaesqueesqueesque.common.protocol.types.Type: org.apache.kafkaesqueesqueesque.common.protocol.types.Type$DocumentedType INT64>;
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.ArrayOf: void <init>(org.apache.kafkaesqueesqueesque.common.protocol.types.Type)>(v);
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesqueesqueesque.common.protocol.types.Type,java.lang.String)>("old_style_offsets", v, "The result offsets.");
v[2] = v;
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.Schema: void <init>(org.apache.kafkaesqueesqueesque.common.protocol.types.Field[])>(v);
<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: org.apache.kafkaesqueesqueesque.common.protocol.types.Schema SCHEMA_0> = v;
v = new org.apache.kafkaesqueesqueesque.common.protocol.types.Schema;
v = newarray (org.apache.kafkaesqueesqueesque.common.protocol.types.Field)[4];
v = new org.apache.kafkaesqueesqueesque.common.protocol.types.Field;
v = <org.apache.kafkaesqueesqueesque.common.protocol.types.Type: org.apache.kafkaesqueesqueesque.common.protocol.types.Type$DocumentedType INT32>;
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesqueesqueesque.common.protocol.types.Type,java.lang.String)>("partition_index", v, "The partition index.");
v[0] = v;
v = new org.apache.kafkaesqueesqueesque.common.protocol.types.Field;
v = <org.apache.kafkaesqueesqueesque.common.protocol.types.Type: org.apache.kafkaesqueesqueesque.common.protocol.types.Type$DocumentedType INT16>;
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesqueesqueesque.common.protocol.types.Type,java.lang.String)>("error_code", v, "The partition error code, or 0 if there was no error.");
v[1] = v;
v = new org.apache.kafkaesqueesqueesque.common.protocol.types.Field;
v = <org.apache.kafkaesqueesqueesque.common.protocol.types.Type: org.apache.kafkaesqueesqueesque.common.protocol.types.Type$DocumentedType INT64>;
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesqueesqueesque.common.protocol.types.Type,java.lang.String)>("timestamp", v, "The timestamp associated with the returned offset.");
v[2] = v;
v = new org.apache.kafkaesqueesqueesque.common.protocol.types.Field;
v = <org.apache.kafkaesqueesqueesque.common.protocol.types.Type: org.apache.kafkaesqueesqueesque.common.protocol.types.Type$DocumentedType INT64>;
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesqueesqueesque.common.protocol.types.Type,java.lang.String)>("offset", v, "The returned offset.");
v[3] = v;
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.Schema: void <init>(org.apache.kafkaesqueesqueesque.common.protocol.types.Field[])>(v);
<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: org.apache.kafkaesqueesqueesque.common.protocol.types.Schema SCHEMA_1> = v;
v = <org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: org.apache.kafkaesqueesqueesque.common.protocol.types.Schema SCHEMA_1>;
<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: org.apache.kafkaesqueesqueesque.common.protocol.types.Schema SCHEMA_2> = v;
v = <org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: org.apache.kafkaesqueesqueesque.common.protocol.types.Schema SCHEMA_2>;
<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: org.apache.kafkaesqueesqueesque.common.protocol.types.Schema SCHEMA_3> = v;
v = new org.apache.kafkaesqueesqueesque.common.protocol.types.Schema;
v = newarray (org.apache.kafkaesqueesqueesque.common.protocol.types.Field)[5];
v = new org.apache.kafkaesqueesqueesque.common.protocol.types.Field;
v = <org.apache.kafkaesqueesqueesque.common.protocol.types.Type: org.apache.kafkaesqueesqueesque.common.protocol.types.Type$DocumentedType INT32>;
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesqueesqueesque.common.protocol.types.Type,java.lang.String)>("partition_index", v, "The partition index.");
v[0] = v;
v = new org.apache.kafkaesqueesqueesque.common.protocol.types.Field;
v = <org.apache.kafkaesqueesqueesque.common.protocol.types.Type: org.apache.kafkaesqueesqueesque.common.protocol.types.Type$DocumentedType INT16>;
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesqueesqueesque.common.protocol.types.Type,java.lang.String)>("error_code", v, "The partition error code, or 0 if there was no error.");
v[1] = v;
v = new org.apache.kafkaesqueesqueesque.common.protocol.types.Field;
v = <org.apache.kafkaesqueesqueesque.common.protocol.types.Type: org.apache.kafkaesqueesqueesque.common.protocol.types.Type$DocumentedType INT64>;
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesqueesqueesque.common.protocol.types.Type,java.lang.String)>("timestamp", v, "The timestamp associated with the returned offset.");
v[2] = v;
v = new org.apache.kafkaesqueesqueesque.common.protocol.types.Field;
v = <org.apache.kafkaesqueesqueesque.common.protocol.types.Type: org.apache.kafkaesqueesqueesque.common.protocol.types.Type$DocumentedType INT64>;
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesqueesqueesque.common.protocol.types.Type,java.lang.String)>("offset", v, "The returned offset.");
v[3] = v;
v = new org.apache.kafkaesqueesqueesque.common.protocol.types.Field;
v = <org.apache.kafkaesqueesqueesque.common.protocol.types.Type: org.apache.kafkaesqueesqueesque.common.protocol.types.Type$DocumentedType INT32>;
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesqueesqueesque.common.protocol.types.Type,java.lang.String)>("leader_epoch", v, "");
v[4] = v;
specialinvoke v.<org.apache.kafkaesqueesqueesque.common.protocol.types.Schema: void <init>(org.apache.kafkaesqueesqueesque.common.protocol.types.Field[])>(v);
<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: org.apache.kafkaesqueesqueesque.common.protocol.types.Schema SCHEMA_4> = v;
v = <org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: org.apache.kafkaesqueesqueesque.common.protocol.types.Schema SCHEMA_4>;
<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: org.apache.kafkaesqueesqueesque.common.protocol.types.Schema SCHEMA_5> = v;
v = newarray (org.apache.kafkaesqueesqueesque.common.protocol.types.Schema)[6];
v = <org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: org.apache.kafkaesqueesqueesque.common.protocol.types.Schema SCHEMA_0>;
v[0] = v;
v = <org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: org.apache.kafkaesqueesqueesque.common.protocol.types.Schema SCHEMA_1>;
v[1] = v;
v = <org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: org.apache.kafkaesqueesqueesque.common.protocol.types.Schema SCHEMA_2>;
v[2] = v;
v = <org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: org.apache.kafkaesqueesqueesque.common.protocol.types.Schema SCHEMA_3>;
v[3] = v;
v = <org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: org.apache.kafkaesqueesqueesque.common.protocol.types.Schema SCHEMA_4>;
v[4] = v;
v = <org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: org.apache.kafkaesqueesqueesque.common.protocol.types.Schema SCHEMA_5>;
v[5] = v;
<org.apache.kafkaesqueesqueesque.common.message.ListOffsetResponseData$ListOffsetPartitionResponse: org.apache.kafkaesqueesqueesque.common.protocol.types.Schema[] SCHEMAS> = v;
return;
}
}