A library that provides an embeddable, persistent key-value store for fast storage.
GNU General Public License v2.0
28.56k
stars
6.31k
forks
source link
Prepare method not public in Transaction class in Java API #10398
Closed
matejgrasic closed 2 years ago
Hi Everyone.
Because the public access modifier is missing in the Transaction class the 2PC approach cannot be used. Is there a reason for this or only a bug?
FILE: Transaction.java