示例#1
0
 @Override
 public String call() throws IOException, CacheException, InterruptedException {
   FileAttributes fileAttributes = new FileAttributes();
   fileAttributes.setPnfsId(pnfsId);
   List<StickyRecord> stickyRecords = Collections.emptyList();
   newCompanion(pool, fileAttributes, ReplicaState.CACHED, stickyRecords, null, false, null);
   return "Transfer Initiated";
 }