Performs an initial load request at the master. This is an all-or-nothing mechanism.
122123124125126127128129
logics.put(lg.getId(), lg); lg = new RequestLogic(this, pacemaker, slaveView, fileIO); logics.put(lg.getId(), lg); lg = new LoadLogic(this, pacemaker, slaveView, fileIO, maxChunkSize); logics.put(lg.getId(), lg); }