public interface CompactedTopic
| Modifier and Type | Method and Description |
|---|---|
void |
asyncReadEntriesOrWait(ManagedCursor cursor,
int numberOfEntriesToRead,
boolean isFirstRead,
AsyncCallbacks.ReadEntriesCallback callback,
Consumer consumer) |
CompletableFuture<?> |
newCompactedLedger(Position p,
long compactedLedgerId) |
CompletableFuture<Entry> |
readLastEntryOfCompactedLedger() |
CompletableFuture<?> newCompactedLedger(Position p, long compactedLedgerId)
void asyncReadEntriesOrWait(ManagedCursor cursor, int numberOfEntriesToRead, boolean isFirstRead, AsyncCallbacks.ReadEntriesCallback callback, Consumer consumer)
CompletableFuture<Entry> readLastEntryOfCompactedLedger()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.