Uses of Class
org.apache.bookkeeper.util.ByteBufList
-
Packages that use ByteBufList Package Description org.apache.bookkeeper.client BookKeeper Client.org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol.org.apache.bookkeeper.proto.checksum Classes related to the Bookkeeper checksum.org.apache.bookkeeper.util Bookkeeper utilities. -
-
Uses of ByteBufList in org.apache.bookkeeper.client
Fields in org.apache.bookkeeper.client declared as ByteBufList Modifier and Type Field Description (package private) ByteBufListPendingWriteLacOp. toSendMethods in org.apache.bookkeeper.client with parameters of type ByteBufList Modifier and Type Method Description (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, java.lang.Object ctx) -
Uses of ByteBufList in org.apache.bookkeeper.proto
Fields in org.apache.bookkeeper.proto declared as ByteBufList Modifier and Type Field Description (package private) ByteBufListBookieProtocol.BatchedReadResponse. dataMethods in org.apache.bookkeeper.proto that return ByteBufList Modifier and Type Method Description (package private) ByteBufListBookieProtocol.BatchedReadResponse. getData()Methods in org.apache.bookkeeper.proto with parameters of type ByteBufList Modifier and Type Method Description (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, java.lang.Object ctx)voidBookieClient. writeLac(BookieId address, long ledgerId, byte[] masterKey, long lac, ByteBufList toSend, BookkeeperInternalCallbacks.WriteLacCallback cb, java.lang.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, java.lang.Object ctx)(package private) voidPerChannelBookieClient. writeLac(long ledgerId, byte[] masterKey, long lac, ByteBufList toSend, BookkeeperInternalCallbacks.WriteLacCallback cb, java.lang.Object ctx)Constructors in org.apache.bookkeeper.proto with parameters of type ByteBufList Constructor Description 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 ByteBufList Modifier and Type Method Description ByteBufListDigestManager. 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 ByteBufList Modifier and Type Method Description static 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.ByteBufListByteBufList. retain()Methods in org.apache.bookkeeper.util with parameters of type ByteBufList Modifier and Type Method Description static 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)
-