Uses of Interface
org.apache.bookkeeper.mledger.AsyncCallbacks.OpenLedgerCallback
-
Packages that use AsyncCallbacks.OpenLedgerCallback 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.OpenLedgerCallback in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger with parameters of type AsyncCallbacks.OpenLedgerCallback Modifier and Type Method Description voidManagedLedgerFactory. asyncOpen(java.lang.String name, AsyncCallbacks.OpenLedgerCallback callback, java.lang.Object ctx)Asynchronous open method.voidManagedLedgerFactory. asyncOpen(java.lang.String name, ManagedLedgerConfig config, AsyncCallbacks.OpenLedgerCallback callback, java.util.function.Supplier<java.lang.Boolean> mlOwnershipChecker, java.lang.Object ctx)Asynchronous open method. -
Uses of AsyncCallbacks.OpenLedgerCallback in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl with parameters of type AsyncCallbacks.OpenLedgerCallback Modifier and Type Method Description voidManagedLedgerFactoryImpl. asyncOpen(java.lang.String name, AsyncCallbacks.OpenLedgerCallback callback, java.lang.Object ctx)voidManagedLedgerFactoryImpl. asyncOpen(java.lang.String name, ManagedLedgerConfig config, AsyncCallbacks.OpenLedgerCallback callback, java.util.function.Supplier<java.lang.Boolean> mlOwnershipChecker, java.lang.Object ctx)
-