Package com.orientechnologies.orient.core.storage.impl.local.paginated

Examples of com.orientechnologies.orient.core.storage.impl.local.paginated.OStorageMemoryConfiguration


public class ODirectMemoryStorage extends OAbstractPaginatedStorage {
  private static final int ONE_KB = 1024;

  public ODirectMemoryStorage(String name, String filePath, String mode) {
    super(name, filePath, mode);
    configuration = new OStorageMemoryConfiguration(this);
  }
View Full Code Here

TOP

Related Classes of com.orientechnologies.orient.core.storage.impl.local.paginated.OStorageMemoryConfiguration

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.