Uses of Interface
org.apache.bookkeeper.mledger.AsyncCallbacks.CloseCallback
-
Packages that use AsyncCallbacks.CloseCallback 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.org.apache.bookkeeper.mledger.util Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of AsyncCallbacks.CloseCallback in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger with parameters of type AsyncCallbacks.CloseCallback Modifier and Type Method Description voidManagedCursor. asyncClose(AsyncCallbacks.CloseCallback callback, java.lang.Object ctx)Close the cursor asynchronously and release the associated resources.voidManagedLedger. asyncClose(AsyncCallbacks.CloseCallback callback, java.lang.Object ctx)Close the ManagedLedger asynchronously.voidReadOnlyCursor. asyncClose(AsyncCallbacks.CloseCallback callback, java.lang.Object ctx)Close the cursor asynchronously and release the associated resources. -
Uses of AsyncCallbacks.CloseCallback in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl with parameters of type AsyncCallbacks.CloseCallback Modifier and Type Method Description voidManagedCursorImpl. asyncClose(AsyncCallbacks.CloseCallback callback, java.lang.Object ctx)voidManagedLedgerImpl. asyncClose(AsyncCallbacks.CloseCallback callback, java.lang.Object ctx)voidNonDurableCursorImpl. asyncClose(AsyncCallbacks.CloseCallback callback, java.lang.Object ctx)voidReadOnlyCursorImpl. asyncClose(AsyncCallbacks.CloseCallback callback, java.lang.Object ctx) -
Uses of AsyncCallbacks.CloseCallback in org.apache.bookkeeper.mledger.util
Classes in org.apache.bookkeeper.mledger.util that implement AsyncCallbacks.CloseCallback Modifier and Type Class Description static classFutures.CloseFutureAdapts aAsyncCallbacks.CloseCallbackto aCompletableFuture.
-