Uses of Class
org.apache.bookkeeper.mledger.impl.EntryImpl
-
Packages that use EntryImpl Package Description org.apache.bookkeeper.mledger.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of EntryImpl in org.apache.bookkeeper.mledger.impl
Methods in org.apache.bookkeeper.mledger.impl that return EntryImpl Modifier and Type Method Description static 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 EntryImplEntryImpl. create(EntryImpl other)static EntryImplEntryImpl. create(PositionImpl position, io.netty.buffer.ByteBuf data)Methods in org.apache.bookkeeper.mledger.impl with parameters of type EntryImpl Modifier and Type Method Description intEntryImpl. compareTo(EntryImpl other)static EntryImplEntryImpl. create(EntryImpl other)booleanEntryCache. insert(EntryImpl entry)Insert an entry in the cache.booleanEntryCacheImpl. insert(EntryImpl entry)booleanEntryCacheManager.EntryCacheDisabled. insert(EntryImpl entry)
-