Package com.foundationdb.server.store.format

Examples of com.foundationdb.server.store.format.PersistitStorageFormatRegistry


    @Inject
    public PersistitStoreSchemaManager(ConfigurationService config, SessionService sessionService,
                                       TreeService treeService, TransactionService txnService,
                                       TypesRegistryService typesRegistryService) {
        super(config, sessionService, txnService, typesRegistryService,
              new PersistitStorageFormatRegistry(config));
        this.treeService = treeService;
    }
View Full Code Here

TOP

Related Classes of com.foundationdb.server.store.format.PersistitStorageFormatRegistry

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.