System.out.println(" Setup & Initialization");
System.out.println(HORIZONTAL_RULE);
// connect to one or more servers, loop until success
System.out.println("Connecting to VoltDB...");
cache = new VoltCache(config.servers);
fullStatsContext = cache.getStatistics();
periodicStatsContext = cache.getStatistics();
// preload keys if requested