Class AbortTransactionSpec

java.lang.Object
org.apache.kafka.clients.admin.AbortTransactionSpec

@Evolving public class AbortTransactionSpec extends Object
  • Constructor Details

    • AbortTransactionSpec

      public AbortTransactionSpec(TopicPartition topicPartition, long producerId, short producerEpoch, int coordinatorEpoch)
  • Method Details

    • topicPartition

      public TopicPartition topicPartition()
    • producerId

      public long producerId()
    • producerEpoch

      public short producerEpoch()
    • coordinatorEpoch

      public int coordinatorEpoch()
    • 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