Package org.apache.kafka.clients.admin
Class AbortTransactionSpec
java.lang.Object
org.apache.kafka.clients.admin.AbortTransactionSpec
@Evolving public class AbortTransactionSpec extends Object
-
Constructor Summary
Constructors Constructor Description AbortTransactionSpec(TopicPartition topicPartition, long producerId, short producerEpoch, int coordinatorEpoch) -
Method Summary
Modifier and Type Method Description intcoordinatorEpoch()booleanequals(Object o)inthashCode()shortproducerEpoch()longproducerId()TopicPartitiontopicPartition()StringtoString()
-
Constructor Details
-
AbortTransactionSpec
public AbortTransactionSpec(TopicPartition topicPartition, long producerId, short producerEpoch, int coordinatorEpoch)
-
-
Method Details