Uses of Interface
org.apache.bookkeeper.mledger.AsyncCallbacks.ReadEntriesCallback
-
Packages that use AsyncCallbacks.ReadEntriesCallback Package Description org.apache.bookkeeper.mledger Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.bookkeeper.mledger.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of AsyncCallbacks.ReadEntriesCallback in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger with parameters of type AsyncCallbacks.ReadEntriesCallback Modifier and Type Method Description voidManagedCursor. asyncReadEntries(int numberOfEntriesToRead, long maxSizeBytes, AsyncCallbacks.ReadEntriesCallback callback, java.lang.Object ctx, PositionImpl maxPosition)Asynchronously read entries from the ManagedLedger.voidManagedCursor. asyncReadEntries(int numberOfEntriesToRead, AsyncCallbacks.ReadEntriesCallback callback, java.lang.Object ctx, PositionImpl maxPosition)Asynchronously read entries from the ManagedLedger.voidReadOnlyCursor. asyncReadEntries(int numberOfEntriesToRead, long maxSizeBytes, AsyncCallbacks.ReadEntriesCallback callback, java.lang.Object ctx, PositionImpl maxPosition)Asynchronously read entries from the ManagedLedger.voidReadOnlyCursor. asyncReadEntries(int numberOfEntriesToRead, AsyncCallbacks.ReadEntriesCallback callback, java.lang.Object ctx, PositionImpl maxPosition)Asynchronously read entries from the ManagedLedger.voidManagedCursor. asyncReadEntriesOrWait(int maxEntries, long maxSizeBytes, AsyncCallbacks.ReadEntriesCallback callback, java.lang.Object ctx, PositionImpl maxPosition)Asynchronously read entries from the ManagedLedger, up to the specified number and size.voidManagedCursor. asyncReadEntriesOrWait(int numberOfEntriesToRead, AsyncCallbacks.ReadEntriesCallback callback, java.lang.Object ctx, PositionImpl maxPosition)Asynchronously read entries from the ManagedLedger.java.util.Set<? extends Position>ManagedCursor. asyncReplayEntries(java.util.Set<? extends Position> positions, AsyncCallbacks.ReadEntriesCallback callback, java.lang.Object ctx)Read the specified set of positions from ManagedLedger without ordering.java.util.Set<? extends Position>ManagedCursor. asyncReplayEntries(java.util.Set<? extends Position> positions, AsyncCallbacks.ReadEntriesCallback callback, java.lang.Object ctx, boolean sortEntries)Read the specified set of positions from ManagedLedger. -
Uses of AsyncCallbacks.ReadEntriesCallback in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl with parameters of type AsyncCallbacks.ReadEntriesCallback Modifier and Type Method Description voidManagedCursorImpl. asyncReadEntries(int numberOfEntriesToRead, long maxSizeBytes, AsyncCallbacks.ReadEntriesCallback callback, java.lang.Object ctx, PositionImpl maxPosition)voidManagedCursorImpl. asyncReadEntries(int numberOfEntriesToRead, AsyncCallbacks.ReadEntriesCallback callback, java.lang.Object ctx, PositionImpl maxPosition)voidManagedCursorImpl. asyncReadEntriesOrWait(int maxEntries, long maxSizeBytes, AsyncCallbacks.ReadEntriesCallback callback, java.lang.Object ctx, PositionImpl maxPosition)voidManagedCursorImpl. asyncReadEntriesOrWait(int numberOfEntriesToRead, AsyncCallbacks.ReadEntriesCallback callback, java.lang.Object ctx, PositionImpl maxPosition)voidEntryCache. asyncReadEntry(org.apache.bookkeeper.client.api.ReadHandle lh, long firstEntry, long lastEntry, boolean isSlowestReader, AsyncCallbacks.ReadEntriesCallback callback, java.lang.Object ctx)Read entries from the cache or from bookkeeper.voidEntryCacheImpl. asyncReadEntry(org.apache.bookkeeper.client.api.ReadHandle lh, long firstEntry, long lastEntry, boolean isSlowestReader, AsyncCallbacks.ReadEntriesCallback callback, java.lang.Object ctx)voidEntryCacheManager.EntryCacheDisabled. asyncReadEntry(org.apache.bookkeeper.client.api.ReadHandle lh, long firstEntry, long lastEntry, boolean isSlowestReader, AsyncCallbacks.ReadEntriesCallback callback, java.lang.Object ctx)java.util.Set<? extends Position>ManagedCursorImpl. asyncReplayEntries(java.util.Set<? extends Position> positions, AsyncCallbacks.ReadEntriesCallback callback, java.lang.Object ctx)Async replays given positions: a.java.util.Set<? extends Position>ManagedCursorImpl. asyncReplayEntries(java.util.Set<? extends Position> positions, AsyncCallbacks.ReadEntriesCallback callback, java.lang.Object ctx, boolean sortEntries)
-