public class org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition extends java.lang.Object implements org.apache.kafkaesque.common.protocol.Message
{
private int partitionIndex;
private int currentLeaderEpoch;
private int leaderEpoch;
private java.util.List _unknownTaggedFields;
public static final org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_0;
public static final org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_1;
public static final org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_2;
public static final org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_3;
public static final org.apache.kafkaesque.common.protocol.types.Schema[] SCHEMAS;
public void <init>(org.apache.kafkaesque.common.protocol.Readable, short)
{
org.apache.kafkaesque.common.protocol.Readable v;
short v;
org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition v;
v := @this: org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition;
v := @parameter: org.apache.kafkaesque.common.protocol.Readable;
v := @parameter: short;
specialinvoke v.<java.lang.Object: void <init>()>();
virtualinvoke v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: void read(org.apache.kafkaesque.common.protocol.Readable,short)>(v, v);
return;
}
public void <init>(org.apache.kafkaesque.common.protocol.types.Struct, short)
{
org.apache.kafkaesque.common.protocol.types.Struct v;
short v;
org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition v;
v := @this: org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition;
v := @parameter: org.apache.kafkaesque.common.protocol.types.Struct;
v := @parameter: short;
specialinvoke v.<java.lang.Object: void <init>()>();
virtualinvoke v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: void fromStruct(org.apache.kafkaesque.common.protocol.types.Struct,short)>(v, v);
return;
}
public void <init>()
{
int v;
org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition v;
v := @this: org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int partitionIndex> = 0;
v = (int) -1;
v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int currentLeaderEpoch> = v;
v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int leaderEpoch> = 0;
return;
}
public short lowestSupportedVersion()
{
org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition v;
v := @this: org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition;
return 0;
}
public short highestSupportedVersion()
{
org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition v;
v := @this: org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition;
return 3;
}
public void read(org.apache.kafkaesque.common.protocol.Readable, short)
{
org.apache.kafkaesque.common.errors.UnsupportedVersionException v;
short v;
org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition v;
int v, v, v, v;
org.apache.kafkaesque.common.protocol.Readable v;
java.lang.String v;
v := @this: org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition;
v := @parameter: org.apache.kafkaesque.common.protocol.Readable;
v := @parameter: short;
if v <= 3 goto label;
v = new org.apache.kafkaesque.common.errors.UnsupportedVersionException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (short)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Can\'t read version \u of OffsetForLeaderPartition");
specialinvoke v.<org.apache.kafkaesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
v = interfaceinvoke v.<org.apache.kafkaesque.common.protocol.Readable: int readInt()>();
v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int partitionIndex> = v;
if v < 2 goto label;
v = interfaceinvoke v.<org.apache.kafkaesque.common.protocol.Readable: int readInt()>();
v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int currentLeaderEpoch> = v;
goto label;
label:
v = (int) -1;
v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int currentLeaderEpoch> = v;
label:
v = interfaceinvoke v.<org.apache.kafkaesque.common.protocol.Readable: int readInt()>();
v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int leaderEpoch> = v;
v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: java.util.List _unknownTaggedFields> = null;
return;
}
public void write(org.apache.kafkaesque.common.protocol.Writable, org.apache.kafkaesque.common.protocol.ObjectSerializationCache, short)
{
org.apache.kafkaesque.common.errors.UnsupportedVersionException v, v;
org.apache.kafkaesque.common.protocol.Writable v;
java.util.List v;
short v;
org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition v;
int v, v, v, v, v;
java.lang.String v, v;
org.apache.kafkaesque.common.protocol.ObjectSerializationCache v;
org.apache.kafkaesque.common.protocol.types.RawTaggedFieldWriter v;
v := @this: org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition;
v := @parameter: org.apache.kafkaesque.common.protocol.Writable;
v := @parameter: org.apache.kafkaesque.common.protocol.ObjectSerializationCache;
v := @parameter: short;
if v <= 3 goto label;
v = new org.apache.kafkaesque.common.errors.UnsupportedVersionException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (short)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Can\'t write version \u of OffsetForLeaderPartition");
specialinvoke v.<org.apache.kafkaesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
v = v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int partitionIndex>;
interfaceinvoke v.<org.apache.kafkaesque.common.protocol.Writable: void writeInt(int)>(v);
if v < 2 goto label;
v = v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int currentLeaderEpoch>;
interfaceinvoke v.<org.apache.kafkaesque.common.protocol.Writable: void writeInt(int)>(v);
label:
v = v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int leaderEpoch>;
interfaceinvoke v.<org.apache.kafkaesque.common.protocol.Writable: void writeInt(int)>(v);
v = v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: java.util.List _unknownTaggedFields>;
v = staticinvoke <org.apache.kafkaesque.common.protocol.types.RawTaggedFieldWriter: org.apache.kafkaesque.common.protocol.types.RawTaggedFieldWriter forFields(java.util.List)>(v);
v = virtualinvoke v.<org.apache.kafkaesque.common.protocol.types.RawTaggedFieldWriter: int numFields()>();
v = 0 + v;
if v <= 0 goto label;
v = new org.apache.kafkaesque.common.errors.UnsupportedVersionException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (short)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Tagged fields were set, but version \u of this message does not support them.");
specialinvoke v.<org.apache.kafkaesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
return;
}
public void fromStruct(org.apache.kafkaesque.common.protocol.types.Struct, short)
{
org.apache.kafkaesque.common.errors.UnsupportedVersionException v;
java.lang.Integer v, v, v;
org.apache.kafkaesque.common.protocol.types.Struct v;
short v;
org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition v;
int v, v, v, v;
java.lang.String v;
v := @this: org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition;
v := @parameter: org.apache.kafkaesque.common.protocol.types.Struct;
v := @parameter: short;
if v <= 3 goto label;
v = new org.apache.kafkaesque.common.errors.UnsupportedVersionException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (short)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Can\'t read version \u of OffsetForLeaderPartition");
specialinvoke v.<org.apache.kafkaesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: java.util.List _unknownTaggedFields> = null;
v = virtualinvoke v.<org.apache.kafkaesque.common.protocol.types.Struct: java.lang.Integer getInt(java.lang.String)>("partition_index");
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int partitionIndex> = v;
if v < 2 goto label;
v = virtualinvoke v.<org.apache.kafkaesque.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.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int currentLeaderEpoch> = v;
goto label;
label:
v = (int) -1;
v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int currentLeaderEpoch> = v;
label:
v = virtualinvoke v.<org.apache.kafkaesque.common.protocol.types.Struct: java.lang.Integer getInt(java.lang.String)>("leader_epoch");
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int leaderEpoch> = v;
return;
}
public org.apache.kafkaesque.common.protocol.types.Struct toStruct(short)
{
org.apache.kafkaesque.common.errors.UnsupportedVersionException v;
org.apache.kafkaesque.common.protocol.types.Schema[] v;
java.lang.Integer v, v, v;
org.apache.kafkaesque.common.protocol.types.Schema v;
org.apache.kafkaesque.common.protocol.types.Struct v;
short v;
org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition v;
int v, v, v;
java.lang.String v;
v := @this: org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition;
v := @parameter: short;
if v <= 3 goto label;
v = new org.apache.kafkaesque.common.errors.UnsupportedVersionException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (short)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Can\'t write version \u of OffsetForLeaderPartition");
specialinvoke v.<org.apache.kafkaesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
v = new org.apache.kafkaesque.common.protocol.types.Struct;
v = <org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: org.apache.kafkaesque.common.protocol.types.Schema[] SCHEMAS>;
v = v[v];
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Struct: void <init>(org.apache.kafkaesque.common.protocol.types.Schema)>(v);
v = v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int partitionIndex>;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
virtualinvoke v.<org.apache.kafkaesque.common.protocol.types.Struct: org.apache.kafkaesque.common.protocol.types.Struct set(java.lang.String,java.lang.Object)>("partition_index", v);
if v < 2 goto label;
v = v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int currentLeaderEpoch>;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
virtualinvoke v.<org.apache.kafkaesque.common.protocol.types.Struct: org.apache.kafkaesque.common.protocol.types.Struct set(java.lang.String,java.lang.Object)>("current_leader_epoch", v);
label:
v = v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int leaderEpoch>;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
virtualinvoke v.<org.apache.kafkaesque.common.protocol.types.Struct: org.apache.kafkaesque.common.protocol.types.Struct set(java.lang.String,java.lang.Object)>("leader_epoch", v);
return v;
}
public int size(org.apache.kafkaesque.common.protocol.ObjectSerializationCache, short)
{
short v;
org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition v;
int v, v, v, v, v, v, v, v, v, v, v;
java.lang.String v, v;
boolean v;
java.util.Iterator v;
org.apache.kafkaesque.common.errors.UnsupportedVersionException v, v;
java.util.List v, v, v;
java.lang.Object v;
org.apache.kafkaesque.common.protocol.ObjectSerializationCache v;
v := @this: org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition;
v := @parameter: org.apache.kafkaesque.common.protocol.ObjectSerializationCache;
v := @parameter: short;
v = 0;
if v <= 3 goto label;
v = new org.apache.kafkaesque.common.errors.UnsupportedVersionException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (short)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Can\'t size version \u of OffsetForLeaderPartition");
specialinvoke v.<org.apache.kafkaesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
v = 4;
if v < 2 goto label;
v = 8;
label:
v = v + 4;
v = v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: java.util.List _unknownTaggedFields>;
if v == null goto label;
v = v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: java.util.List _unknownTaggedFields>;
v = interfaceinvoke v.<java.util.List: int size()>();
v = 0 + v;
v = v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: java.util.List _unknownTaggedFields>;
v = interfaceinvoke v.<java.util.List: java.util.Iterator iterator()>();
label:
v = interfaceinvoke v.<java.util.Iterator: boolean hasNext()>();
if v == 0 goto label;
v = interfaceinvoke v.<java.util.Iterator: java.lang.Object next()>();
v = virtualinvoke v.<org.apache.kafkaesque.common.protocol.types.RawTaggedField: int tag()>();
v = staticinvoke <org.apache.kafkaesque.common.utils.ByteUtils: int sizeOfUnsignedVarint(int)>(v);
v = v + v;
v = virtualinvoke v.<org.apache.kafkaesque.common.protocol.types.RawTaggedField: int size()>();
v = staticinvoke <org.apache.kafkaesque.common.utils.ByteUtils: int sizeOfUnsignedVarint(int)>(v);
v = v + v;
v = virtualinvoke v.<org.apache.kafkaesque.common.protocol.types.RawTaggedField: int size()>();
v = v + v;
goto label;
label:
if v <= 0 goto label;
v = new org.apache.kafkaesque.common.errors.UnsupportedVersionException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (short)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Tagged fields were set, but version \u of this message does not support them.");
specialinvoke v.<org.apache.kafkaesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
return v;
}
public boolean equals(java.lang.Object)
{
org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition v;
int v, v, v, v, v, v;
java.lang.Object v;
boolean v;
v := @this: org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition;
v := @parameter: java.lang.Object;
v = v instanceof org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition;
if v != 0 goto label;
return 0;
label:
v = v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int partitionIndex>;
v = v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int partitionIndex>;
if v == v goto label;
return 0;
label:
v = v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int currentLeaderEpoch>;
v = v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int currentLeaderEpoch>;
if v == v goto label;
return 0;
label:
v = v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int leaderEpoch>;
v = v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int leaderEpoch>;
if v == v goto label;
return 0;
label:
return 1;
}
public int hashCode()
{
org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition v;
int v, v, v, v, v, v, v, v;
v := @this: org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition;
v = v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int partitionIndex>;
v = 0 + v;
v = 31 * v;
v = v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int currentLeaderEpoch>;
v = v + v;
v = 31 * v;
v = v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int leaderEpoch>;
v = v + v;
return v;
}
public java.lang.String toString()
{
org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition v;
int v, v, v;
java.lang.String v;
v := @this: org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition;
v = v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int partitionIndex>;
v = v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int currentLeaderEpoch>;
v = v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int leaderEpoch>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (int,int,int)>(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[])>("OffsetForLeaderPartition(partitionIndex=\u, currentLeaderEpoch=\u, leaderEpoch=\u)");
return v;
}
public int partitionIndex()
{
int v;
org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition v;
v := @this: org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition;
v = v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int partitionIndex>;
return v;
}
public int currentLeaderEpoch()
{
int v;
org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition v;
v := @this: org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition;
v = v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int currentLeaderEpoch>;
return v;
}
public int leaderEpoch()
{
int v;
org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition v;
v := @this: org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition;
v = v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int leaderEpoch>;
return v;
}
public java.util.List unknownTaggedFields()
{
java.util.List v, v;
org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition v;
java.util.ArrayList v;
v := @this: org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition;
v = v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: java.util.List _unknownTaggedFields>;
if v != null goto label;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>(int)>(0);
v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: java.util.List _unknownTaggedFields> = v;
label:
v = v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: java.util.List _unknownTaggedFields>;
return v;
}
public org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition setPartitionIndex(int)
{
int v;
org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition v;
v := @this: org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition;
v := @parameter: int;
v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int partitionIndex> = v;
return v;
}
public org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition setCurrentLeaderEpoch(int)
{
int v;
org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition v;
v := @this: org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition;
v := @parameter: int;
v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int currentLeaderEpoch> = v;
return v;
}
public org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition setLeaderEpoch(int)
{
int v;
org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition v;
v := @this: org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition;
v := @parameter: int;
v.<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: int leaderEpoch> = v;
return v;
}
static void <clinit>()
{
org.apache.kafkaesque.common.protocol.types.Field v, v, v, v, v;
org.apache.kafkaesque.common.protocol.types.Schema v, v, v, v, v, v, v, v;
org.apache.kafkaesque.common.protocol.types.Schema[] v;
org.apache.kafkaesque.common.protocol.types.Field[] v, v;
org.apache.kafkaesque.common.protocol.types.Type$DocumentedType v, v, v, v, v;
v = new org.apache.kafkaesque.common.protocol.types.Schema;
v = newarray (org.apache.kafkaesque.common.protocol.types.Field)[2];
v = new org.apache.kafkaesque.common.protocol.types.Field;
v = <org.apache.kafkaesque.common.protocol.types.Type: org.apache.kafkaesque.common.protocol.types.Type$DocumentedType INT32>;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesque.common.protocol.types.Type,java.lang.String)>("partition_index", v, "The partition index.");
v[0] = v;
v = new org.apache.kafkaesque.common.protocol.types.Field;
v = <org.apache.kafkaesque.common.protocol.types.Type: org.apache.kafkaesque.common.protocol.types.Type$DocumentedType INT32>;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesque.common.protocol.types.Type,java.lang.String)>("leader_epoch", v, "The epoch to look up an offset for.");
v[1] = v;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Schema: void <init>(org.apache.kafkaesque.common.protocol.types.Field[])>(v);
<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_0> = v;
v = <org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_0>;
<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_1> = v;
v = new org.apache.kafkaesque.common.protocol.types.Schema;
v = newarray (org.apache.kafkaesque.common.protocol.types.Field)[3];
v = new org.apache.kafkaesque.common.protocol.types.Field;
v = <org.apache.kafkaesque.common.protocol.types.Type: org.apache.kafkaesque.common.protocol.types.Type$DocumentedType INT32>;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesque.common.protocol.types.Type,java.lang.String)>("partition_index", v, "The partition index.");
v[0] = v;
v = new org.apache.kafkaesque.common.protocol.types.Field;
v = <org.apache.kafkaesque.common.protocol.types.Type: org.apache.kafkaesque.common.protocol.types.Type$DocumentedType INT32>;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesque.common.protocol.types.Type,java.lang.String)>("current_leader_epoch", v, "An epoch used to fence consumers/replicas with old metadata.  If the epoch provided by the client is larger than the current epoch known to the broker, then the UNKNOWN_LEADER_EPOCH error code will be returned. If the provided epoch is smaller, then the FENCED_LEADER_EPOCH error code will be returned.");
v[1] = v;
v = new org.apache.kafkaesque.common.protocol.types.Field;
v = <org.apache.kafkaesque.common.protocol.types.Type: org.apache.kafkaesque.common.protocol.types.Type$DocumentedType INT32>;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesque.common.protocol.types.Type,java.lang.String)>("leader_epoch", v, "The epoch to look up an offset for.");
v[2] = v;
specialinvoke v.<org.apache.kafkaesque.common.protocol.types.Schema: void <init>(org.apache.kafkaesque.common.protocol.types.Field[])>(v);
<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_2> = v;
v = <org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_2>;
<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_3> = v;
v = newarray (org.apache.kafkaesque.common.protocol.types.Schema)[4];
v = <org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_0>;
v[0] = v;
v = <org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_1>;
v[1] = v;
v = <org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_2>;
v[2] = v;
v = <org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: org.apache.kafkaesque.common.protocol.types.Schema SCHEMA_3>;
v[3] = v;
<org.apache.kafkaesque.common.message.OffsetForLeaderEpochRequestData$OffsetForLeaderPartition: org.apache.kafkaesque.common.protocol.types.Schema[] SCHEMAS> = v;
return;
}
}