Uses of Interface
org.apache.bookkeeper.mledger.AsyncCallbacks.TerminateCallback
-
Packages that use AsyncCallbacks.TerminateCallback 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.TerminateCallback in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger with parameters of type AsyncCallbacks.TerminateCallback Modifier and Type Method Description voidManagedLedger. asyncTerminate(AsyncCallbacks.TerminateCallback callback, java.lang.Object ctx) -
Uses of AsyncCallbacks.TerminateCallback in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl with parameters of type AsyncCallbacks.TerminateCallback Modifier and Type Method Description voidManagedLedgerImpl. asyncTerminate(AsyncCallbacks.TerminateCallback callback, java.lang.Object ctx)
-