Examples of OStorageMemoryConfiguration


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
Copyright © 2018 www.massapi.com. 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.