Uses of Interface
org.apache.bookkeeper.mledger.AsyncCallbacks.MarkDeleteCallback
-
Packages that use AsyncCallbacks.MarkDeleteCallback 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.MarkDeleteCallback in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger with parameters of type AsyncCallbacks.MarkDeleteCallback Modifier and Type Method Description voidManagedCursor. asyncMarkDelete(Position position, java.util.Map<java.lang.String,java.lang.Long> properties, AsyncCallbacks.MarkDeleteCallback callback, java.lang.Object ctx)Asynchronous mark delete.voidManagedCursor. asyncMarkDelete(Position position, AsyncCallbacks.MarkDeleteCallback callback, java.lang.Object ctx)Asynchronous mark delete. -
Uses of AsyncCallbacks.MarkDeleteCallback in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl with parameters of type AsyncCallbacks.MarkDeleteCallback Modifier and Type Method Description voidManagedCursorImpl. asyncMarkDelete(Position position, java.util.Map<java.lang.String,java.lang.Long> properties, AsyncCallbacks.MarkDeleteCallback callback, java.lang.Object ctx)voidManagedCursorImpl. asyncMarkDelete(Position position, AsyncCallbacks.MarkDeleteCallback callback, java.lang.Object ctx)protected voidManagedCursorImpl. internalAsyncMarkDelete(PositionImpl newPosition, java.util.Map<java.lang.String,java.lang.Long> properties, AsyncCallbacks.MarkDeleteCallback callback, java.lang.Object ctx)protected voidNonDurableCursorImpl. internalAsyncMarkDelete(PositionImpl newPosition, java.util.Map<java.lang.String,java.lang.Long> properties, AsyncCallbacks.MarkDeleteCallback callback, java.lang.Object ctx)
-