Class MemRepositoryFactory

java.lang.Object
org.nuxeo.ecm.core.storage.dbs.DBSRepositoryFactory
org.nuxeo.ecm.core.storage.mem.MemRepositoryFactory
All Implemented Interfaces:
Callable<Object>, RepositoryFactory

public class MemRepositoryFactory extends DBSRepositoryFactory
In-memory implementation of a RepositoryFactory, creating a MemRepository.
Since:
5.9.4
  • Constructor Details

    • MemRepositoryFactory

      public MemRepositoryFactory(String repositoryName)
  • Method Details

    • call

      public Object call()
      Description copied from interface: RepositoryFactory
      Constructs the low-level repository with the name previously passed to init.
      Returns:
      a low-level Repository