Class StreamsGroupMemberAssignment.TaskIds

java.lang.Object
org.apache.kafka.clients.admin.StreamsGroupMemberAssignment.TaskIds
Enclosing class:
StreamsGroupMemberAssignment

public static class StreamsGroupMemberAssignment.TaskIds extends Object
All tasks for one subtopology of a member.
  • Constructor Details

  • Method Details

    • subtopologyId

      public String subtopologyId()
      The subtopology identifier.
    • partitions

      public List<Integer> partitions()
      The partitions of the subtopology processed by this member.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object