@Private
public class EventBatchList
extends java.lang.Object
| Constructor | Description |
|---|---|
EventBatchList(java.util.List<EventBatch> batches,
long firstTxid,
long lastTxid,
long syncTxid) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<EventBatch> |
getBatches() |
|
long |
getFirstTxid() |
|
long |
getLastTxid() |
|
long |
getSyncTxid() |
public EventBatchList(java.util.List<EventBatch> batches, long firstTxid, long lastTxid, long syncTxid)
public java.util.List<EventBatch> getBatches()
public long getFirstTxid()
public long getLastTxid()
public long getSyncTxid()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.