Class SubscriptionInfoData.TaskOffsetSum
- java.lang.Object
-
- org.apache.kafka.streams.internals.generated.SubscriptionInfoData.TaskOffsetSum
-
- All Implemented Interfaces:
org.apache.kafka.common.protocol.Message
- Enclosing class:
- SubscriptionInfoData
public static class SubscriptionInfoData.TaskOffsetSum extends java.lang.Object implements org.apache.kafka.common.protocol.Message
-
-
Constructor Summary
Constructors Constructor Description TaskOffsetSum()TaskOffsetSum(org.apache.kafka.common.protocol.Readable _readable, short _version)TaskOffsetSum(org.apache.kafka.common.protocol.types.Struct _struct, short _version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubscriptionInfoData.TaskOffsetSumduplicate()booleanequals(java.lang.Object obj)voidfromStruct(org.apache.kafka.common.protocol.types.Struct struct, short _version)inthashCode()shorthighestSupportedVersion()shortlowestSupportedVersion()java.util.List<SubscriptionInfoData.PartitionToOffsetSum>partitionToOffsetSum()voidread(org.apache.kafka.common.protocol.Readable _readable, short _version)SubscriptionInfoData.TaskOffsetSumsetPartitionToOffsetSum(java.util.List<SubscriptionInfoData.PartitionToOffsetSum> v)SubscriptionInfoData.TaskOffsetSumsetTopicGroupId(int v)intsize(org.apache.kafka.common.protocol.ObjectSerializationCache _cache, short _version)inttopicGroupId()java.lang.StringtoString()org.apache.kafka.common.protocol.types.StructtoStruct(short _version)java.util.List<org.apache.kafka.common.protocol.types.RawTaggedField>unknownTaggedFields()voidwrite(org.apache.kafka.common.protocol.Writable _writable, org.apache.kafka.common.protocol.ObjectSerializationCache _cache, short _version)
-
-
-
Method Detail
-
lowestSupportedVersion
public short lowestSupportedVersion()
- Specified by:
lowestSupportedVersionin interfaceorg.apache.kafka.common.protocol.Message
-
highestSupportedVersion
public short highestSupportedVersion()
- Specified by:
highestSupportedVersionin interfaceorg.apache.kafka.common.protocol.Message
-
read
public void read(org.apache.kafka.common.protocol.Readable _readable, short _version)- Specified by:
readin interfaceorg.apache.kafka.common.protocol.Message
-
write
public void write(org.apache.kafka.common.protocol.Writable _writable, org.apache.kafka.common.protocol.ObjectSerializationCache _cache, short _version)- Specified by:
writein interfaceorg.apache.kafka.common.protocol.Message
-
fromStruct
public void fromStruct(org.apache.kafka.common.protocol.types.Struct struct, short _version)- Specified by:
fromStructin interfaceorg.apache.kafka.common.protocol.Message
-
toStruct
public org.apache.kafka.common.protocol.types.Struct toStruct(short _version)
- Specified by:
toStructin interfaceorg.apache.kafka.common.protocol.Message
-
size
public int size(org.apache.kafka.common.protocol.ObjectSerializationCache _cache, short _version)- Specified by:
sizein interfaceorg.apache.kafka.common.protocol.Message
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
duplicate
public SubscriptionInfoData.TaskOffsetSum duplicate()
- Specified by:
duplicatein interfaceorg.apache.kafka.common.protocol.Message
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
topicGroupId
public int topicGroupId()
-
partitionToOffsetSum
public java.util.List<SubscriptionInfoData.PartitionToOffsetSum> partitionToOffsetSum()
-
unknownTaggedFields
public java.util.List<org.apache.kafka.common.protocol.types.RawTaggedField> unknownTaggedFields()
- Specified by:
unknownTaggedFieldsin interfaceorg.apache.kafka.common.protocol.Message
-
setTopicGroupId
public SubscriptionInfoData.TaskOffsetSum setTopicGroupId(int v)
-
setPartitionToOffsetSum
public SubscriptionInfoData.TaskOffsetSum setPartitionToOffsetSum(java.util.List<SubscriptionInfoData.PartitionToOffsetSum> v)
-
-