Uses of Interface
org.apache.bookkeeper.mledger.AsyncCallbacks.ManagedLedgerInfoCallback
-
Packages that use AsyncCallbacks.ManagedLedgerInfoCallback 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.ManagedLedgerInfoCallback in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger with parameters of type AsyncCallbacks.ManagedLedgerInfoCallback Modifier and Type Method Description voidManagedLedgerFactory. asyncGetManagedLedgerInfo(java.lang.String name, AsyncCallbacks.ManagedLedgerInfoCallback callback, java.lang.Object ctx)Asynchronously get the current metadata info for a managed ledger. -
Uses of AsyncCallbacks.ManagedLedgerInfoCallback in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl with parameters of type AsyncCallbacks.ManagedLedgerInfoCallback Modifier and Type Method Description voidManagedLedgerFactoryImpl. asyncGetManagedLedgerInfo(java.lang.String name, AsyncCallbacks.ManagedLedgerInfoCallback callback, java.lang.Object ctx)
-