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 int
coordinatorEpoch()
boolean
equals(Object o)
int
hashCode()
short
producerEpoch()
long
producerId()
TopicPartition
topicPartition()
String
toString()
-
Constructor Details
-
AbortTransactionSpec
public AbortTransactionSpec(TopicPartition topicPartition, long producerId, short producerEpoch, int coordinatorEpoch)
-
-
Method Details