Uses of Class
org.apache.bookkeeper.mledger.impl.EntryImpl
Packages that use EntryImpl
-
Uses of EntryImpl in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl that return EntryImplModifier and TypeMethodDescriptionstatic EntryImplEntryImpl.create(long ledgerId, long entryId, byte[] data) static EntryImplEntryImpl.create(long ledgerId, long entryId, io.netty.buffer.ByteBuf data) static EntryImplEntryImpl.create(org.apache.bookkeeper.client.api.LedgerEntry ledgerEntry) static EntryImplstatic EntryImplEntryImpl.create(PositionImpl position, io.netty.buffer.ByteBuf data) Methods in org.apache.bookkeeper.mledger.impl with parameters of type EntryImpl -
Uses of EntryImpl in org.apache.bookkeeper.mledger.impl.cache
Methods in org.apache.bookkeeper.mledger.impl.cache that return EntryImplModifier and TypeMethodDescriptionstatic EntryImplRangeEntryCacheManagerImpl.create(org.apache.bookkeeper.client.api.LedgerEntry ledgerEntry, ManagedLedgerInterceptor interceptor) Methods in org.apache.bookkeeper.mledger.impl.cache with parameters of type EntryImpl