public class org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition extends java.lang.Object implements org.apache.kafkaesqueesque.common.protocol.Message
{
private int partitionIndex;
private int currentLeaderEpoch;
private long fetchOffset;
private long logStartOffset;
private int maxBytes;
private java.util.List _unknownTaggedFields;
public static final org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_0;
public static final org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_1;
public static final org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_2;
public static final org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_3;
public static final org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_4;
public static final org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_5;
public static final org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_6;
public static final org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_7;
public static final org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_8;
public static final org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_9;
public static final org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_10;
public static final org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_11;
public static final org.apache.kafkaesqueesque.common.protocol.types.Schema[] SCHEMAS;
public void <init>(org.apache.kafkaesqueesque.common.protocol.Readable, short)
{
short v;
org.apache.kafkaesqueesque.common.protocol.Readable v;
org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition v;
v := @this: org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition;
v := @parameter: org.apache.kafkaesqueesque.common.protocol.Readable;
v := @parameter: short;
specialinvoke v.<java.lang.Object: void <init>()>();
virtualinvoke v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: void read(org.apache.kafkaesqueesque.common.protocol.Readable,short)>(v, v);
return;
}
public void <init>(org.apache.kafkaesqueesque.common.protocol.types.Struct, short)
{
short v;
org.apache.kafkaesqueesque.common.protocol.types.Struct v;
org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition v;
v := @this: org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition;
v := @parameter: org.apache.kafkaesqueesque.common.protocol.types.Struct;
v := @parameter: short;
specialinvoke v.<java.lang.Object: void <init>()>();
virtualinvoke v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: void fromStruct(org.apache.kafkaesqueesque.common.protocol.types.Struct,short)>(v, v);
return;
}
public void <init>()
{
int v;
org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition v;
v := @this: org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int partitionIndex> = 0;
v = (int) -1;
v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int currentLeaderEpoch> = v;
v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: long fetchOffset> = 0L;
v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: long logStartOffset> = -1L;
v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int maxBytes> = 0;
return;
}
public short lowestSupportedVersion()
{
org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition v;
v := @this: org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition;
return 0;
}
public short highestSupportedVersion()
{
org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition v;
v := @this: org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition;
return 11;
}
public void read(org.apache.kafkaesqueesque.common.protocol.Readable, short)
{
long v, v;
org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException v;
org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition v;
short v;
org.apache.kafkaesqueesque.common.protocol.Readable v;
int v, v, v, v;
java.lang.String v;
v := @this: org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition;
v := @parameter: org.apache.kafkaesqueesque.common.protocol.Readable;
v := @parameter: short;
if v <= 11 goto label;
v = new org.apache.kafkaesqueesque.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 FetchPartition");
specialinvoke v.<org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
v = interfaceinvoke v.<org.apache.kafkaesqueesque.common.protocol.Readable: int readInt()>();
v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int partitionIndex> = v;
if v < 9 goto label;
v = interfaceinvoke v.<org.apache.kafkaesqueesque.common.protocol.Readable: int readInt()>();
v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int currentLeaderEpoch> = v;
goto label;
label:
v = (int) -1;
v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int currentLeaderEpoch> = v;
label:
v = interfaceinvoke v.<org.apache.kafkaesqueesque.common.protocol.Readable: long readLong()>();
v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: long fetchOffset> = v;
if v < 5 goto label;
v = interfaceinvoke v.<org.apache.kafkaesqueesque.common.protocol.Readable: long readLong()>();
v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: long logStartOffset> = v;
goto label;
label:
v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: long logStartOffset> = -1L;
label:
v = interfaceinvoke v.<org.apache.kafkaesqueesque.common.protocol.Readable: int readInt()>();
v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int maxBytes> = v;
v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: java.util.List _unknownTaggedFields> = null;
return;
}
public void write(org.apache.kafkaesqueesque.common.protocol.Writable, org.apache.kafkaesqueesque.common.protocol.ObjectSerializationCache, short)
{
org.apache.kafkaesqueesque.common.protocol.Writable v;
long v, v, v;
org.apache.kafkaesqueesque.common.protocol.types.RawTaggedFieldWriter v;
short v;
byte v;
int v, v, v, v, v;
java.lang.String v, v, v;
org.apache.kafkaesqueesque.common.protocol.ObjectSerializationCache v;
org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException v, v, v;
org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition v;
java.util.List v;
v := @this: org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition;
v := @parameter: org.apache.kafkaesqueesque.common.protocol.Writable;
v := @parameter: org.apache.kafkaesqueesque.common.protocol.ObjectSerializationCache;
v := @parameter: short;
if v <= 11 goto label;
v = new org.apache.kafkaesqueesque.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 FetchPartition");
specialinvoke v.<org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int partitionIndex>;
interfaceinvoke v.<org.apache.kafkaesqueesque.common.protocol.Writable: void writeInt(int)>(v);
if v < 9 goto label;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int currentLeaderEpoch>;
interfaceinvoke v.<org.apache.kafkaesqueesque.common.protocol.Writable: void writeInt(int)>(v);
label:
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: long fetchOffset>;
interfaceinvoke v.<org.apache.kafkaesqueesque.common.protocol.Writable: void writeLong(long)>(v);
if v < 5 goto label;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: long logStartOffset>;
interfaceinvoke v.<org.apache.kafkaesqueesque.common.protocol.Writable: void writeLong(long)>(v);
goto label;
label:
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: long logStartOffset>;
v = v cmp -1L;
if v == 0 goto label;
v = new org.apache.kafkaesqueesque.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 logStartOffset at version \u0001");
specialinvoke v.<org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int maxBytes>;
interfaceinvoke v.<org.apache.kafkaesqueesque.common.protocol.Writable: void writeInt(int)>(v);
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: java.util.List _unknownTaggedFields>;
v = staticinvoke <org.apache.kafkaesqueesque.common.protocol.types.RawTaggedFieldWriter: org.apache.kafkaesqueesque.common.protocol.types.RawTaggedFieldWriter forFields(java.util.List)>(v);
v = virtualinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.RawTaggedFieldWriter: int numFields()>();
v = 0 + v;
if v <= 0 goto label;
v = new org.apache.kafkaesqueesque.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.kafkaesqueesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
return;
}
public void fromStruct(org.apache.kafkaesqueesque.common.protocol.types.Struct, short)
{
org.apache.kafkaesqueesque.common.protocol.types.Struct v;
long v, v;
java.lang.Integer v, v, v;
short v;
java.lang.Long v, v;
int v, v, v, v;
java.lang.String v;
org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException v;
org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition v;
v := @this: org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition;
v := @parameter: org.apache.kafkaesqueesque.common.protocol.types.Struct;
v := @parameter: short;
if v <= 11 goto label;
v = new org.apache.kafkaesqueesque.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 FetchPartition");
specialinvoke v.<org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: java.util.List _unknownTaggedFields> = null;
v = virtualinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Struct: java.lang.Integer getInt(java.lang.String)>("partition_index");
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int partitionIndex> = v;
if v < 9 goto label;
v = virtualinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Struct: java.lang.Integer getInt(java.lang.String)>("current_leader_epoch");
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int currentLeaderEpoch> = v;
goto label;
label:
v = (int) -1;
v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int currentLeaderEpoch> = v;
label:
v = virtualinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Struct: java.lang.Long getLong(java.lang.String)>("fetch_offset");
v = virtualinvoke v.<java.lang.Long: long longValue()>();
v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: long fetchOffset> = v;
if v < 5 goto label;
v = virtualinvoke v.<org.apache.kafkaesqueesque.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.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: long logStartOffset> = v;
goto label;
label:
v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: long logStartOffset> = -1L;
label:
v = virtualinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Struct: java.lang.Integer getInt(java.lang.String)>("max_bytes");
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int maxBytes> = v;
return;
}
public org.apache.kafkaesqueesque.common.protocol.types.Struct toStruct(short)
{
org.apache.kafkaesqueesque.common.protocol.types.Struct v;
long v, v, v;
java.lang.Integer v, v, v;
org.apache.kafkaesqueesque.common.protocol.types.Schema v;
short v;
byte v;
java.lang.Long v, v;
int v, v, v;
java.lang.String v, v;
org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException v, v;
org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition v;
org.apache.kafkaesqueesque.common.protocol.types.Schema[] v;
v := @this: org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition;
v := @parameter: short;
if v <= 11 goto label;
v = new org.apache.kafkaesqueesque.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 FetchPartition");
specialinvoke v.<org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
v = new org.apache.kafkaesqueesque.common.protocol.types.Struct;
v = <org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema[] SCHEMAS>;
v = v[v];
specialinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Struct: void <init>(org.apache.kafkaesqueesque.common.protocol.types.Schema)>(v);
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int partitionIndex>;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
virtualinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Struct: org.apache.kafkaesqueesque.common.protocol.types.Struct set(java.lang.String,java.lang.Object)>("partition_index", v);
if v < 9 goto label;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int currentLeaderEpoch>;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
virtualinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Struct: org.apache.kafkaesqueesque.common.protocol.types.Struct set(java.lang.String,java.lang.Object)>("current_leader_epoch", v);
label:
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: long fetchOffset>;
v = staticinvoke <java.lang.Long: java.lang.Long valueOf(long)>(v);
virtualinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Struct: org.apache.kafkaesqueesque.common.protocol.types.Struct set(java.lang.String,java.lang.Object)>("fetch_offset", v);
if v < 5 goto label;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: long logStartOffset>;
v = staticinvoke <java.lang.Long: java.lang.Long valueOf(long)>(v);
virtualinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Struct: org.apache.kafkaesqueesque.common.protocol.types.Struct set(java.lang.String,java.lang.Object)>("log_start_offset", v);
goto label;
label:
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: long logStartOffset>;
v = v cmp -1L;
if v == 0 goto label;
v = new org.apache.kafkaesqueesque.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 logStartOffset at version \u0001");
specialinvoke v.<org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int maxBytes>;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
virtualinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Struct: org.apache.kafkaesqueesque.common.protocol.types.Struct set(java.lang.String,java.lang.Object)>("max_bytes", v);
return v;
}
public int size(org.apache.kafkaesqueesque.common.protocol.ObjectSerializationCache, short)
{
short v;
int v, v, v, v, v, v, v, v, v, v, v, v;
java.lang.String v, v;
boolean v;
org.apache.kafkaesqueesque.common.protocol.ObjectSerializationCache v;
java.util.Iterator v;
org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException v, v;
org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition v;
java.util.List v, v, v;
java.lang.Object v;
v := @this: org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition;
v := @parameter: org.apache.kafkaesqueesque.common.protocol.ObjectSerializationCache;
v := @parameter: short;
v = 0;
if v <= 11 goto label;
v = new org.apache.kafkaesqueesque.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 FetchPartition");
specialinvoke v.<org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
v = 4;
if v < 9 goto label;
v = 8;
label:
v = v + 8;
if v < 5 goto label;
v = v + 8;
label:
v = v + 4;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: java.util.List _unknownTaggedFields>;
if v == null goto label;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: java.util.List _unknownTaggedFields>;
v = interfaceinvoke v.<java.util.List: int size()>();
v = 0 + v;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: 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.kafkaesqueesque.common.protocol.types.RawTaggedField: int tag()>();
v = staticinvoke <org.apache.kafkaesqueesque.common.utils.ByteUtils: int sizeOfUnsignedVarint(int)>(v);
v = v + v;
v = virtualinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.RawTaggedField: int size()>();
v = staticinvoke <org.apache.kafkaesqueesque.common.utils.ByteUtils: int sizeOfUnsignedVarint(int)>(v);
v = v + v;
v = virtualinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.RawTaggedField: int size()>();
v = v + v;
goto label;
label:
if v <= 0 goto label;
v = new org.apache.kafkaesqueesque.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.kafkaesqueesque.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.kafkaesqueesque.common.message.FetchRequestData$FetchPartition v;
byte v, v;
int v, v, v, v, v, v;
java.lang.Object v;
boolean v;
v := @this: org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition;
v := @parameter: java.lang.Object;
v = v instanceof org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition;
if v != 0 goto label;
return 0;
label:
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int partitionIndex>;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int partitionIndex>;
if v == v goto label;
return 0;
label:
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int currentLeaderEpoch>;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int currentLeaderEpoch>;
if v == v goto label;
return 0;
label:
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: long fetchOffset>;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: long fetchOffset>;
v = v cmp v;
if v == 0 goto label;
return 0;
label:
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: long logStartOffset>;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: long logStartOffset>;
v = v cmp v;
if v == 0 goto label;
return 0;
label:
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int maxBytes>;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int maxBytes>;
if v == v goto label;
return 0;
label:
return 1;
}
public int hashCode()
{
long v, v, v, v, v, v;
int v, v, v, v, v, v, v, v, v, v, v, v, v, v;
org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition v;
v := @this: org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int partitionIndex>;
v = 0 + v;
v = 31 * v;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int currentLeaderEpoch>;
v = v + v;
v = 31 * v;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: long fetchOffset>;
v = v >> 32;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: long fetchOffset>;
v = v ^ v;
v = v + v;
v = 31 * v;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: long logStartOffset>;
v = v >> 32;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: long logStartOffset>;
v = v ^ v;
v = v + v;
v = 31 * v;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int maxBytes>;
v = v + v;
return v;
}
public java.lang.String toString()
{
int v, v, v;
long v, v;
java.lang.String v;
org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition v;
v := @this: org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int partitionIndex>;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int currentLeaderEpoch>;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: long fetchOffset>;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: long logStartOffset>;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int maxBytes>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (int,int,long,long,int)>(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[])>("FetchPartition(partitionIndex=\u, currentLeaderEpoch=\u, fetchOffset=\u, logStartOffset=\u, maxBytes=\u)");
return v;
}
public int partitionIndex()
{
int v;
org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition v;
v := @this: org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int partitionIndex>;
return v;
}
public int currentLeaderEpoch()
{
int v;
org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition v;
v := @this: org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int currentLeaderEpoch>;
return v;
}
public long fetchOffset()
{
long v;
org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition v;
v := @this: org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: long fetchOffset>;
return v;
}
public long logStartOffset()
{
long v;
org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition v;
v := @this: org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: long logStartOffset>;
return v;
}
public int maxBytes()
{
int v;
org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition v;
v := @this: org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int maxBytes>;
return v;
}
public java.util.List unknownTaggedFields()
{
java.util.List v, v;
java.util.ArrayList v;
org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition v;
v := @this: org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition;
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: 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.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: java.util.List _unknownTaggedFields> = v;
label:
v = v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: java.util.List _unknownTaggedFields>;
return v;
}
public org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition setPartitionIndex(int)
{
int v;
org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition v;
v := @this: org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition;
v := @parameter: int;
v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int partitionIndex> = v;
return v;
}
public org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition setCurrentLeaderEpoch(int)
{
int v;
org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition v;
v := @this: org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition;
v := @parameter: int;
v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int currentLeaderEpoch> = v;
return v;
}
public org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition setFetchOffset(long)
{
long v;
org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition v;
v := @this: org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition;
v := @parameter: long;
v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: long fetchOffset> = v;
return v;
}
public org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition setLogStartOffset(long)
{
long v;
org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition v;
v := @this: org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition;
v := @parameter: long;
v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: long logStartOffset> = v;
return v;
}
public org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition setMaxBytes(int)
{
int v;
org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition v;
v := @this: org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition;
v := @parameter: int;
v.<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: int maxBytes> = v;
return v;
}
static void <clinit>()
{
org.apache.kafkaesqueesque.common.protocol.types.Schema v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
org.apache.kafkaesqueesque.common.protocol.types.Field[] v, v, v;
org.apache.kafkaesqueesque.common.protocol.types.Type$DocumentedType v, v, v, v, v, v, v, v, v, v, v, v;
org.apache.kafkaesqueesque.common.protocol.types.Schema[] v;
org.apache.kafkaesqueesque.common.protocol.types.Field v, v, v, v, v, v, v, v, v, v, v, v;
v = new org.apache.kafkaesqueesque.common.protocol.types.Schema;
v = newarray (org.apache.kafkaesqueesque.common.protocol.types.Field)[3];
v = new org.apache.kafkaesqueesque.common.protocol.types.Field;
v = <org.apache.kafkaesqueesque.common.protocol.types.Type: org.apache.kafkaesqueesque.common.protocol.types.Type$DocumentedType INT32>;
specialinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesqueesque.common.protocol.types.Type,java.lang.String)>("partition_index", v, "The partition index.");
v[0] = v;
v = new org.apache.kafkaesqueesque.common.protocol.types.Field;
v = <org.apache.kafkaesqueesque.common.protocol.types.Type: org.apache.kafkaesqueesque.common.protocol.types.Type$DocumentedType INT64>;
specialinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesqueesque.common.protocol.types.Type,java.lang.String)>("fetch_offset", v, "The message offset.");
v[1] = v;
v = new org.apache.kafkaesqueesque.common.protocol.types.Field;
v = <org.apache.kafkaesqueesque.common.protocol.types.Type: org.apache.kafkaesqueesque.common.protocol.types.Type$DocumentedType INT32>;
specialinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesqueesque.common.protocol.types.Type,java.lang.String)>("max_bytes", v, "The maximum bytes to fetch from this partition.  See KIP-74 for cases where this limit may not be honored.");
v[2] = v;
specialinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Schema: void <init>(org.apache.kafkaesqueesque.common.protocol.types.Field[])>(v);
<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_0> = v;
v = <org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_0>;
<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_1> = v;
v = <org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_1>;
<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_2> = v;
v = <org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_2>;
<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_3> = v;
v = <org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_3>;
<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_4> = v;
v = new org.apache.kafkaesqueesque.common.protocol.types.Schema;
v = newarray (org.apache.kafkaesqueesque.common.protocol.types.Field)[4];
v = new org.apache.kafkaesqueesque.common.protocol.types.Field;
v = <org.apache.kafkaesqueesque.common.protocol.types.Type: org.apache.kafkaesqueesque.common.protocol.types.Type$DocumentedType INT32>;
specialinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesqueesque.common.protocol.types.Type,java.lang.String)>("partition_index", v, "The partition index.");
v[0] = v;
v = new org.apache.kafkaesqueesque.common.protocol.types.Field;
v = <org.apache.kafkaesqueesque.common.protocol.types.Type: org.apache.kafkaesqueesque.common.protocol.types.Type$DocumentedType INT64>;
specialinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesqueesque.common.protocol.types.Type,java.lang.String)>("fetch_offset", v, "The message offset.");
v[1] = v;
v = new org.apache.kafkaesqueesque.common.protocol.types.Field;
v = <org.apache.kafkaesqueesque.common.protocol.types.Type: org.apache.kafkaesqueesque.common.protocol.types.Type$DocumentedType INT64>;
specialinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesqueesque.common.protocol.types.Type,java.lang.String)>("log_start_offset", v, "The earliest available offset of the follower replica.  The field is only used when the request is sent by the follower.");
v[2] = v;
v = new org.apache.kafkaesqueesque.common.protocol.types.Field;
v = <org.apache.kafkaesqueesque.common.protocol.types.Type: org.apache.kafkaesqueesque.common.protocol.types.Type$DocumentedType INT32>;
specialinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesqueesque.common.protocol.types.Type,java.lang.String)>("max_bytes", v, "The maximum bytes to fetch from this partition.  See KIP-74 for cases where this limit may not be honored.");
v[3] = v;
specialinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Schema: void <init>(org.apache.kafkaesqueesque.common.protocol.types.Field[])>(v);
<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_5> = v;
v = <org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_5>;
<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_6> = v;
v = <org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_6>;
<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_7> = v;
v = <org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_7>;
<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_8> = v;
v = new org.apache.kafkaesqueesque.common.protocol.types.Schema;
v = newarray (org.apache.kafkaesqueesque.common.protocol.types.Field)[5];
v = new org.apache.kafkaesqueesque.common.protocol.types.Field;
v = <org.apache.kafkaesqueesque.common.protocol.types.Type: org.apache.kafkaesqueesque.common.protocol.types.Type$DocumentedType INT32>;
specialinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesqueesque.common.protocol.types.Type,java.lang.String)>("partition_index", v, "The partition index.");
v[0] = v;
v = new org.apache.kafkaesqueesque.common.protocol.types.Field;
v = <org.apache.kafkaesqueesque.common.protocol.types.Type: org.apache.kafkaesqueesque.common.protocol.types.Type$DocumentedType INT32>;
specialinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesqueesque.common.protocol.types.Type,java.lang.String)>("current_leader_epoch", v, "The current leader epoch of the partition.");
v[1] = v;
v = new org.apache.kafkaesqueesque.common.protocol.types.Field;
v = <org.apache.kafkaesqueesque.common.protocol.types.Type: org.apache.kafkaesqueesque.common.protocol.types.Type$DocumentedType INT64>;
specialinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesqueesque.common.protocol.types.Type,java.lang.String)>("fetch_offset", v, "The message offset.");
v[2] = v;
v = new org.apache.kafkaesqueesque.common.protocol.types.Field;
v = <org.apache.kafkaesqueesque.common.protocol.types.Type: org.apache.kafkaesqueesque.common.protocol.types.Type$DocumentedType INT64>;
specialinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesqueesque.common.protocol.types.Type,java.lang.String)>("log_start_offset", v, "The earliest available offset of the follower replica.  The field is only used when the request is sent by the follower.");
v[3] = v;
v = new org.apache.kafkaesqueesque.common.protocol.types.Field;
v = <org.apache.kafkaesqueesque.common.protocol.types.Type: org.apache.kafkaesqueesque.common.protocol.types.Type$DocumentedType INT32>;
specialinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesqueesque.common.protocol.types.Type,java.lang.String)>("max_bytes", v, "The maximum bytes to fetch from this partition.  See KIP-74 for cases where this limit may not be honored.");
v[4] = v;
specialinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Schema: void <init>(org.apache.kafkaesqueesque.common.protocol.types.Field[])>(v);
<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_9> = v;
v = <org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_9>;
<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_10> = v;
v = <org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_10>;
<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_11> = v;
v = newarray (org.apache.kafkaesqueesque.common.protocol.types.Schema)[12];
v = <org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_0>;
v[0] = v;
v = <org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_1>;
v[1] = v;
v = <org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_2>;
v[2] = v;
v = <org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_3>;
v[3] = v;
v = <org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_4>;
v[4] = v;
v = <org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_5>;
v[5] = v;
v = <org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_6>;
v[6] = v;
v = <org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_7>;
v[7] = v;
v = <org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_8>;
v[8] = v;
v = <org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_9>;
v[9] = v;
v = <org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_10>;
v[10] = v;
v = <org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_11>;
v[11] = v;
<org.apache.kafkaesqueesque.common.message.FetchRequestData$FetchPartition: org.apache.kafkaesqueesque.common.protocol.types.Schema[] SCHEMAS> = v;
return;
}
}