microstream icon indicating copy to clipboard operation
microstream copied to clipboard

Insufficient Documentation for StorageManager.storeRoot()

Open hg-ms opened this issue 4 years ago • 0 comments

The Manual and JavaDoc related to the method storageManager.storeRoot() may be misleading regarding its usage. We should explicitly state that multiple calls of “storeRoot()” won’t update the whole object graph as storeRoot() also uses the default Lazy-Store behavior.

See: https://docs.microstream.one/manual/storage/getting-started.html https://docs.microstream.one/manual/storage/root-instances.html And JavaDoc of one.microstream.storage.types.StorageManager.storeRoot()

hg-ms avatar Jan 21 '22 09:01 hg-ms