Uses of Interface
org.apache.bookkeeper.mledger.AsyncCallbacks.DeleteCallback
-
Packages that use AsyncCallbacks.DeleteCallback 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.DeleteCallback in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger with parameters of type AsyncCallbacks.DeleteCallback Modifier and Type Method Description voidManagedCursor. asyncDelete(java.lang.Iterable<Position> position, AsyncCallbacks.DeleteCallback callback, java.lang.Object ctx)Delete a group of messages asynchronouslyvoidManagedCursor. asyncDelete(Position position, AsyncCallbacks.DeleteCallback callback, java.lang.Object ctx)Delete a single message asynchronously -
Uses of AsyncCallbacks.DeleteCallback in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl with parameters of type AsyncCallbacks.DeleteCallback Modifier and Type Method Description voidManagedCursorImpl. asyncDelete(java.lang.Iterable<Position> positions, AsyncCallbacks.DeleteCallback callback, java.lang.Object ctx)voidManagedCursorImpl. asyncDelete(Position pos, AsyncCallbacks.DeleteCallback callback, java.lang.Object ctx)
-