public class TierFetchResult extends Object
| Modifier and Type | Field and Description |
|---|---|
List<kafka.log.AbortedTxn> |
abortedTxns |
Throwable |
exception |
ReclaimableMemoryRecords |
records |
| Constructor and Description |
|---|
TierFetchResult(ReclaimableMemoryRecords records,
List<kafka.log.AbortedTxn> abortedTxns,
Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
static TierFetchResult |
emptyFetchResult() |
boolean |
isEmpty() |
public final ReclaimableMemoryRecords records
public final Throwable exception
public final List<kafka.log.AbortedTxn> abortedTxns
public TierFetchResult(ReclaimableMemoryRecords records, List<kafka.log.AbortedTxn> abortedTxns, Throwable exception)
public static TierFetchResult emptyFetchResult()
public boolean isEmpty()