760761762763764765766767
@Override public void concat(final Path trg, final Path [] srcs) throws IOException { statistics.incrementWriteOps(1); final HttpOpParam.Op op = PostOpParam.Op.CONCAT; ConcatSourcesParam param = new ConcatSourcesParam(srcs); run(op, trg, param); }
677678679680681682683684
808809810811812813814815
730731732733734735736737
strPaths.add(psrc.toUri().getPath()); } String srcs = StringUtils.join(",", strPaths); ConcatSourcesParam param = new ConcatSourcesParam(srcs); run(op, trg, param); }
855856857858859860861862
854855856857858859860861
726727728729730731732733