This repository has been archived by the owner on Aug 23, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RocksDBPersistenceProvider - a few fixes (#599)
* RocksDBPersistenceProvider - lots of edits - no breaking changes. * Centralized repeat code * Marked unused code. * Ensure that all sets returned are unmodifiable. * Made sure that all database iterators are closed in final method or that they are closed in try-with-resources blocks. * Removed unneeded AtomicReference for maps. * Added logging for failed mkdir. * + some misc cleanup editing. Pair.java - made all values final. Signed-off-by: footloosejava <[email protected]>
- Loading branch information