public class TransactionMetadata extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<String,Map<String,TransactionInPendingAckStats>> |
ackedPartitions
The ackedPartitions of this transaction.
|
long |
openTimestamp
The open time of this transaction.
|
Map<String,TransactionInBufferStats> |
producedPartitions
The producedPartitions of this transaction.
|
String |
status
The status of this transaction.
|
long |
timeoutAt
The timeout of this transaction.
|
String |
txnId
The txnId of this transaction.
|
| Constructor and Description |
|---|
TransactionMetadata() |
public String txnId
public String status
public long openTimestamp
public long timeoutAt
public Map<String,TransactionInBufferStats> producedPartitions
public Map<String,Map<String,TransactionInPendingAckStats>> ackedPartitions
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.