Package voldemort.client

Examples of voldemort.client.AbstractStoreClientFactory


    // Bootstrap using the given cluster xml and stores xml
    // The super class bootStrap() method is used to handle the
    // InvalidMetadataException
    public void bootStrap(String customClusterXml, String customStoresXml) {
        AbstractStoreClientFactory factory = (AbstractStoreClientFactory) this.storeFactory;
        this.store = factory.getRawStore(storeName, null, customStoresXml, customClusterXml, null);
    }
View Full Code Here

TOP

Related Classes of voldemort.client.AbstractStoreClientFactory

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.