Interface CrossGroupTransactionExecutor.RaftTransactionSubmitter
- Enclosing class:
CrossGroupTransactionExecutor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Submits a transaction through Raft consensus for linearizable execution.
The transaction is serialized, committed to the Raft log, and executed atomically
during state machine apply on every node.
- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
submitTransaction
-