Uses of Class
org.apache.bookkeeper.mledger.ManagedLedgerInfo
-
Packages that use ManagedLedgerInfo 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 ManagedLedgerInfo in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger that return ManagedLedgerInfo Modifier and Type Method Description ManagedLedgerInfoManagedLedgerFactory. getManagedLedgerInfo(java.lang.String name)Get the current metadata info for a managed ledger.Methods in org.apache.bookkeeper.mledger with parameters of type ManagedLedgerInfo Modifier and Type Method Description voidAsyncCallbacks.ManagedLedgerInfoCallback. getInfoComplete(ManagedLedgerInfo info, java.lang.Object ctx) -
Uses of ManagedLedgerInfo in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl that return ManagedLedgerInfo Modifier and Type Method Description ManagedLedgerInfoManagedLedgerFactoryImpl. getManagedLedgerInfo(java.lang.String name)
-