int zoneCountRead = CmdUtils.valueOf(options, "zone-count-read", 0);
int zoneCountWrite = CmdUtils.valueOf(options, "zone-count-write", 0);
String routingStrategy = CmdUtils.valueOf(options,
"routing-strategy",
RoutingStrategyType.CONSISTENT_STRATEGY);
String storesXml = new StoresGenerator().createStoreDescriptor(storeName,
zoneRepFactor,
requiredReads,
requiredWrites,
zoneCountRead,
zoneCountWrite,