Interface EntryCopier.Batch

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletableFuture<java.lang.Long> copyFromAvailable​(long entryId)
      Copy an entry from a remote bookie and store it locally.
    • Method Detail

      • copyFromAvailable

        java.util.concurrent.CompletableFuture<java.lang.Long> copyFromAvailable​(long entryId)
        Copy an entry from a remote bookie and store it locally.
        Returns:
        the number of bytes copied.