Sending is done here to avoid exposing the internal {@link SequentialFile}s. @param replicator @param pageIds @throws Exception
549550551552553554555556557558559
for (Entry<SimpleString, Collection<Integer>> entry : pageFilesToSync.entrySet()) { if (!started) return; PagingStore store = manager.getPageStore(entry.getKey()); store.sendPages(replicator, entry.getValue()); } } /** * @param pagingManager
515516517518519520521522523524525
506507508509510511512513514515516
559560561562563564565566567568569
491492493494495496497498499500501
552553554555556557558559560561562