Package org.helidb.backend

Examples of org.helidb.backend.DatabaseFiles


  }

  @Override
  protected TransactionCollaborator<K, V, P> createReadWriteCollaborator(Lock writeLock)
  {
    DatabaseFiles dbCopy = m_dbFileManager.copyDatabaseFiles();
    return new ScReadWriteTxnCollaborator<K, V, P>(this, m_dbFiles, dbCopy, m_backendFactory.create(dbCopy, false), writeLock, getCloseObservable(), getLogAdapterHolder());
  }
View Full Code Here

TOP

Related Classes of org.helidb.backend.DatabaseFiles

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.