Interface EntryCopier.Batch
-
- All Known Implementing Classes:
EntryCopierImpl.BatchImpl
- Enclosing interface:
- EntryCopier
public static interface EntryCopier.BatchAn interface for a batch to be copied.
-
-
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.
-