Class MergeOpRepoManager

  • All Implemented Interfaces:
    AutoCloseable

    public class MergeOpRepoManager
    extends Object
    implements AutoCloseable
    This is a helper class for MergeOp and not intended for general use.

    Some database backends require to open a repository just once within a transaction of a submission, this caches open repositories to satisfy that requirement.