Package org.apache.jackrabbit.mongomk.perf

Examples of org.apache.jackrabbit.mongomk.perf.BlobStoreFS


        config.getMongoPort(), config.getMongoDatabase());
  }

  static MongoMicroKernel initMicroKernel() throws Exception {
    NodeStore nodeStore = new NodeStoreMongo(mongoConnection);
    BlobStore blobStore = new BlobStoreFS(
        System.getProperty("java.io.tmpdir"));
    return new MongoMicroKernel(nodeStore, blobStore);
  }
View Full Code Here

TOP

Related Classes of org.apache.jackrabbit.mongomk.perf.BlobStoreFS

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.