Package org.apache.kafka.clients.admin
Class StreamsGroupMemberDescription.TaskOffset
java.lang.Object
org.apache.kafka.clients.admin.StreamsGroupMemberDescription.TaskOffset
- Enclosing class:
- StreamsGroupMemberDescription
The cumulative offset for one task.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TaskOffset
-
-
Method Details
-
subtopologyId
The subtopology identifier. -
partition
public int partition()The partition of the task. -
offset
public long offset()The cumulative offset (sum of offsets in all input partitions). -
equals
-
hashCode
public int hashCode() -
toString
-