Uses of Interface
org.apache.bookkeeper.mledger.ManagedLedger
Packages that use ManagedLedger
-
Uses of ManagedLedger in org.apache.bookkeeper.mledger
Methods in org.apache.bookkeeper.mledger that return ManagedLedgerModifier and TypeMethodDescriptionManagedCursor.getManagedLedger()GetManagedLedgerattached with cursor.Open a managed ledger.ManagedLedgerFactory.open(String name, ManagedLedgerConfig config) Open a managed ledger.Methods in org.apache.bookkeeper.mledger with parameters of type ManagedLedgerModifier and TypeMethodDescriptionvoidAsyncCallbacks.OpenLedgerCallback.openLedgerComplete(ManagedLedger ledger, Object ctx) LedgerOffloader.streamingOffload(ManagedLedger ml, UUID uid, long beginLedger, long beginEntry, Map<String, String> driverMetadata) Begin offload the passed in ledgers to longterm storage, it will finish when a segment reached it's size or time. -
Uses of ManagedLedger in org.apache.bookkeeper.mledger.impl
Classes in org.apache.bookkeeper.mledger.impl that implement ManagedLedgerMethods in org.apache.bookkeeper.mledger.impl that return ManagedLedgerModifier and TypeMethodDescriptionManagedCursorImpl.getManagedLedger()ManagedLedgerFactoryImpl.open(String name, ManagedLedgerConfig config)