// 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);
}