Uses of Class
org.apache.bookkeeper.util.ByteBufList
Packages that use ByteBufList
Package
Description
BookKeeper Client.
Classes related to the Bookkeeper protocol.
Classes related to the Bookkeeper checksum.
Bookkeeper utilities.
-
Uses of ByteBufList in org.apache.bookkeeper.client
Fields in org.apache.bookkeeper.client declared as ByteBufListMethods in org.apache.bookkeeper.client with parameters of type ByteBufListModifier and TypeMethodDescription(package private) booleanBatchedReadOp.BatchedLedgerEntryRequest.complete(int bookieIndex, BookieId host, ByteBufList bufList) (package private) booleanBatchedReadOp.SequenceReadRequest.complete(int bookieIndex, BookieId host, ByteBufList bufList) (package private) voidPendingWriteLacOp.initiate(ByteBufList toSend) voidBatchedReadOp.readEntriesComplete(int rc, long ledgerId, long startEntryId, ByteBufList bufList, Object ctx) -
Uses of ByteBufList in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as ByteBufListModifier and TypeFieldDescription(package private) final ByteBufListBookieProtocol.BatchedReadResponse.dataMethods in org.apache.bookkeeper.proto that return ByteBufListModifier and TypeMethodDescription(package private) ByteBufListBookieProtocol.BatchedReadResponse.getData()Methods in org.apache.bookkeeper.proto with parameters of type ByteBufListModifier and TypeMethodDescription(package private) static BookieProtocol.ResponseResponseBuilder.buildBatchedReadResponse(ByteBufList data, BookieProtocol.BatchedReadRequest r) static com.google.protobuf.ByteStringByteStringUtil.byteBufListToByteString(ByteBufList bufList) Wrap the internal buffers of a ByteBufList into a single ByteString.voidBookkeeperInternalCallbacks.BatchedReadEntryCallback.readEntriesComplete(int rc, long ledgerId, long startEntryId, ByteBufList bufList, Object ctx) voidBookieClient.writeLac(BookieId address, long ledgerId, byte[] masterKey, long lac, ByteBufList toSend, BookkeeperInternalCallbacks.WriteLacCallback cb, Object ctx) Explicitly write the last add confirmed for ledgerledgerIdto the bookie ataddress.voidBookieClientImpl.writeLac(BookieId addr, long ledgerId, byte[] masterKey, long lac, ByteBufList toSend, BookkeeperInternalCallbacks.WriteLacCallback cb, Object ctx) (package private) voidPerChannelBookieClient.writeLac(long ledgerId, byte[] masterKey, long lac, ByteBufList toSend, BookkeeperInternalCallbacks.WriteLacCallback cb, Object ctx) Constructors in org.apache.bookkeeper.proto with parameters of type ByteBufListModifierConstructorDescription(package private)BatchedReadResponse(byte protocolVersion, int errorCode, long ledgerId, long entryId, long requestId, ByteBufList data) -
Uses of ByteBufList in org.apache.bookkeeper.proto.checksum
Methods in org.apache.bookkeeper.proto.checksum that return ByteBufListModifier and TypeMethodDescriptionDigestManager.computeDigestAndPackageForSendingLac(long lac) Computes the digest for writeLac for sending. -
Uses of ByteBufList in org.apache.bookkeeper.util
Methods in org.apache.bookkeeper.util that return ByteBufListModifier and TypeMethodDescriptionstatic ByteBufListByteBufList.clone(ByteBufList other) Get a newByteBufListinstance from the pool that is the clone of an already existing instance.static ByteBufListByteBufList.get()static ByteBufListByteBufList.get(io.netty.buffer.ByteBuf b1) Get a newByteBufListfrom the pool and assign 1 buffer to it.static ByteBufListByteBufList.get(io.netty.buffer.ByteBuf b1, io.netty.buffer.ByteBuf b2) Get a newByteBufListfrom the pool and assign 2 buffers to it.ByteBufList.retain()Methods in org.apache.bookkeeper.util with parameters of type ByteBufListModifier and TypeMethodDescriptionstatic ByteBufListByteBufList.clone(ByteBufList other) Get a newByteBufListinstance from the pool that is the clone of an already existing instance.static io.netty.buffer.ByteBufByteBufList.coalesce(ByteBufList list)