Interface AheadOfTimeBlobDownloader
-
- All Superinterfaces:
AutoCloseable
,Closeable
- All Known Implementing Classes:
DefaultAheadOfTimeBlobDownloader
public interface AheadOfTimeBlobDownloader extends Closeable
-
-
Field Summary
Fields Modifier and Type Field Description static AheadOfTimeBlobDownloader
NOOP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
start()
void
updateIndexed(long lastEntryIndexed)
-
-
-
Field Detail
-
NOOP
static final AheadOfTimeBlobDownloader NOOP
-
-