Uses of Class
org.apache.bookkeeper.mledger.impl.ManagedLedgerImpl
-
Packages that use ManagedLedgerImpl Package Description org.apache.bookkeeper.mledger.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ManagedLedgerImpl in org.apache.bookkeeper.mledger.impl
Subclasses of ManagedLedgerImpl in org.apache.bookkeeper.mledger.impl Modifier and Type Class Description classReadOnlyManagedLedgerImplFields in org.apache.bookkeeper.mledger.impl declared as ManagedLedgerImpl Modifier and Type Field Description protected ManagedLedgerImplManagedCursorImpl. ledgerprotected ManagedLedgerImplOpAddEntry. mlFields in org.apache.bookkeeper.mledger.impl with type parameters of type ManagedLedgerImpl Modifier and Type Field Description protected static java.util.concurrent.atomic.AtomicLongFieldUpdater<ManagedLedgerImpl>ManagedLedgerImpl. ADD_OP_COUNT_UPDATERprotected java.util.concurrent.ConcurrentHashMap<java.lang.String,java.util.concurrent.CompletableFuture<ManagedLedgerImpl>>ManagedLedgerFactoryImpl. ledgersMethods in org.apache.bookkeeper.mledger.impl that return types with arguments of type ManagedLedgerImpl Modifier and Type Method Description java.util.Map<java.lang.String,ManagedLedgerImpl>ManagedLedgerFactoryImpl. getManagedLedgers()Helper for getting stats.Methods in org.apache.bookkeeper.mledger.impl with parameters of type ManagedLedgerImpl Modifier and Type Method Description static OpAddEntryOpAddEntry. create(ManagedLedgerImpl ml, io.netty.buffer.ByteBuf data, int numberOfMessages, AsyncCallbacks.AddEntryCallback callback, java.lang.Object ctx)static OpAddEntryOpAddEntry. create(ManagedLedgerImpl ml, io.netty.buffer.ByteBuf data, AsyncCallbacks.AddEntryCallback callback, java.lang.Object ctx)EntryCacheEntryCacheManager. getEntryCache(ManagedLedgerImpl ml)Constructors in org.apache.bookkeeper.mledger.impl with parameters of type ManagedLedgerImpl Constructor Description EntryCacheDisabled(ManagedLedgerImpl ml)EntryCacheImpl(EntryCacheManager manager, ManagedLedgerImpl ml, boolean copyEntries)ManagedLedgerMBeanImpl(ManagedLedgerImpl managedLedger)ReadOnlyCursorImpl(org.apache.bookkeeper.client.BookKeeper bookkeeper, ManagedLedgerConfig config, ManagedLedgerImpl ledger, PositionImpl startPosition, java.lang.String cursorName)
-