]
Ryan Emerson resolved ISPN-11930.
---------------------------------
Resolution: Done
Convert RocksDBStore to new Store SPI
-------------------------------------
Key: ISPN-11930
URL:
https://issues.redhat.com/browse/ISPN-11930
Project: Infinispan
Issue Type: Enhancement
Components: Loaders and Stores
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 11.0.0.Final
Now that we have the new Store SPI we can convert RocksDBStore to utilize it. This will
allow us to do a batch atomically for a transaction. Prior we could only do the write and
remove portion of it atomically.