wepay / waltz

Waltz is a quorum-based distributed write-ahead log for replicating transactions
https://wepay.github.io/waltz/
Apache License 2.0
411 stars 35 forks source link

Add getters for PartitionLocalLock class #143

Closed patrickghannage closed 3 years ago

patrickghannage commented 3 years ago

This PR simply adds getters for PartitionLocalLock class. It may be useful for Waltz clients that may want to use directly that class to maintain their object locks for concurrency control.