Uses of Interface
org.apache.bookkeeper.mledger.AsyncCallbacks.OffloadCallback
Packages that use AsyncCallbacks.OffloadCallback
-
Uses of AsyncCallbacks.OffloadCallback in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger with parameters of type AsyncCallbacks.OffloadCallbackModifier and TypeMethodDescriptionvoidManagedLedger.asyncOffloadPrefix(Position pos, AsyncCallbacks.OffloadCallback callback, Object ctx) Offload as many entries before position as possible to longterm storage. -
Uses of AsyncCallbacks.OffloadCallback in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl with parameters of type AsyncCallbacks.OffloadCallbackModifier and TypeMethodDescriptionvoidManagedLedgerImpl.asyncOffloadPrefix(Position pos, AsyncCallbacks.OffloadCallback callback, Object ctx)