Uses of Interface
org.apache.bookkeeper.mledger.AsyncCallbacks.DeleteCursorCallback
-
Packages that use AsyncCallbacks.DeleteCursorCallback 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.DeleteCursorCallback in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger with parameters of type AsyncCallbacks.DeleteCursorCallback Modifier and Type Method Description voidManagedLedger. asyncDeleteCursor(java.lang.String name, AsyncCallbacks.DeleteCursorCallback callback, java.lang.Object ctx)Delete a ManagedCursor asynchronously. -
Uses of AsyncCallbacks.DeleteCursorCallback in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl with parameters of type AsyncCallbacks.DeleteCursorCallback Modifier and Type Method Description voidManagedLedgerImpl. asyncDeleteCursor(java.lang.String consumerName, AsyncCallbacks.DeleteCursorCallback callback, java.lang.Object ctx)voidNonDurableCursorImpl. asyncDeleteCursor(java.lang.String consumerName, AsyncCallbacks.DeleteCursorCallback callback, java.lang.Object ctx)
-