This section describes Tanzu GemFire transactions. Tanzu GemFire offers an API for client applications that do transactional work. Tanzu GemFire implements optimistic transactions, with the familiar begin
, commit
, and rollback
methods that implement the same operations as in relational database transactions methods.
This section explains the ways in which Tanzu GemFire’s implementation of optimistic transactions provides ACID semantics.
An application-based transaction and a transaction embedded in a function provide examples to model.
Designs that extend beyond the basics introduce other considerations. This section identifies and discusses how transactions interact with other aspects of the system.