| int maxBackoffDelayMs = 1000 * props.getInt("push.backoff.delay.seconds", 60);
boolean rollback = props.getBoolean("push.rollback", true);
new VoldemortSwapJob(this.getId() + "-push-store",
props,
new VoldemortSwapConf(cluster,
dataDir,
storeName,
httpTimeoutMs,
pushVersion,
maxBackoffDelayMs,
|