public interface TopicTransactionBufferRecoverCallBack
| Modifier and Type | Method and Description |
|---|---|
void |
handleSnapshot(TransactionBufferSnapshot snapshot)
Handle transactionBufferSnapshot.
|
void |
handleTxnEntry(Entry entry)
Handle transaction entry beyond the snapshot.
|
void |
recoverComplete()
Topic transaction buffer recover complete.
|
void |
recoverExceptionally(Exception e)
Topic transaction buffer recover exceptionally.
|
void recoverComplete()
void handleSnapshot(TransactionBufferSnapshot snapshot)
snapshot - the transaction buffer snapshotvoid handleTxnEntry(Entry entry)
entry - the transaction message entryvoid recoverExceptionally(Exception e)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.