Uses of Interface
org.apache.bookkeeper.mledger.AsyncCallbacks.ClearBacklogCallback
-
Packages that use AsyncCallbacks.ClearBacklogCallback 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.ClearBacklogCallback in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger with parameters of type AsyncCallbacks.ClearBacklogCallback Modifier and Type Method Description voidManagedCursor. asyncClearBacklog(AsyncCallbacks.ClearBacklogCallback callback, java.lang.Object ctx)Clear the cursor backlog. -
Uses of AsyncCallbacks.ClearBacklogCallback in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl with parameters of type AsyncCallbacks.ClearBacklogCallback Modifier and Type Method Description voidManagedCursorImpl. asyncClearBacklog(AsyncCallbacks.ClearBacklogCallback callback, java.lang.Object ctx)
-