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 TypeMethodDescriptioncopyFromAvailable(long entryId) Copy an entry from a remote bookie and store it locally.
-
Method Details
-
copyFromAvailable
Copy an entry from a remote bookie and store it locally.- Returns:
- the number of bytes copied.
-