Interface EntryCopier.Batch

All Known Implementing Classes:
EntryCopierImpl.BatchImpl
Enclosing interface:
EntryCopier

public static interface EntryCopier.Batch
An interface for a batch to be copied.
  • Method Summary

    Modifier and Type
    Method
    Description
    copyFromAvailable(long entryId)
    Copy an entry from a remote bookie and store it locally.
  • Method Details

    • copyFromAvailable

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