fdb-record-layer
fdb-record-layer copied to clipboard
Make it possible to reset IndexMaintainerRegistryImpl for testing purposes
IndexMaintainerRegistryImpl can only be initialized once because it uses a static instance.
This can create problems during testing.
This change adds a reset method that re-initializes the registry.