Skip to content

Chronicle Map 3.4.0 Beta

Compare
Choose a tag to compare
@leventov leventov released this 08 Jan 03:22
· 1473 commits to ea since this release
  • Added ChronicleHashBuilder.recoverPeristedTo() method for accessing a Chronicle Map / Chronicle Set, for cleaning up locks after process / system death, and corrupted data.
  • Added a number of new methods to ReplicableEntry interface (to be used in MapRemoteOperations and SetRemoveOperations) for better control over changes propagation in a distibuted system.
  • Bug fixes and stability improvements.

API changes:

  • Removed IllegalInterProcessLockStateException in favor of standard java.lang.IllegalMonitorStateException
  • TimeProvider's methods are static now (it was an extensible abstract class with instance methods), removed ChronicleHashBuilder.timeProvider(TimeProvider) configuration method.