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) ByteBufList
PendingWriteLacOp. toSend
Methods in org.apache.bookkeeper.client with parameters of type ByteBufList Modifier and Type Method Description (package private) boolean
BatchedReadOp.BatchedLedgerEntryRequest. complete(int bookieIndex, BookieId host, ByteBufList bufList)
(package private) boolean
BatchedReadOp.SequenceReadRequest. complete(int bookieIndex, BookieId host, ByteBufList bufList)
(package private) void
PendingWriteLacOp. initiate(ByteBufList toSend)
void
BatchedReadOp. 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) ByteBufList
BookieProtocol.BatchedReadResponse. data
Methods in org.apache.bookkeeper.proto that return ByteBufList Modifier and Type Method Description (package private) ByteBufList
BookieProtocol.BatchedReadResponse. getData()
Methods in org.apache.bookkeeper.proto with parameters of type ByteBufList Modifier and Type Method Description (package private) static BookieProtocol.Response
ResponseBuilder. buildBatchedReadResponse(ByteBufList data, BookieProtocol.BatchedReadRequest r)
static com.google.protobuf.ByteString
ByteStringUtil. byteBufListToByteString(ByteBufList bufList)
Wrap the internal buffers of a ByteBufList into a single ByteString.void
BookkeeperInternalCallbacks.BatchedReadEntryCallback. readEntriesComplete(int rc, long ledgerId, long startEntryId, ByteBufList bufList, java.lang.Object ctx)
void
BookieClient. 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 ledgerledgerId
to the bookie ataddress
.void
BookieClientImpl. writeLac(BookieId addr, long ledgerId, byte[] masterKey, long lac, ByteBufList toSend, BookkeeperInternalCallbacks.WriteLacCallback cb, java.lang.Object ctx)
(package private) void
PerChannelBookieClient. 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 ByteBufList
DigestManager. 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 ByteBufList
ByteBufList. clone(ByteBufList other)
Get a newByteBufList
instance from the pool that is the clone of an already existing instance.static ByteBufList
ByteBufList. get()
static ByteBufList
ByteBufList. get(io.netty.buffer.ByteBuf b1)
Get a newByteBufList
from the pool and assign 1 buffer to it.static ByteBufList
ByteBufList. get(io.netty.buffer.ByteBuf b1, io.netty.buffer.ByteBuf b2)
Get a newByteBufList
from the pool and assign 2 buffers to it.ByteBufList
ByteBufList. retain()
Methods in org.apache.bookkeeper.util with parameters of type ByteBufList Modifier and Type Method Description static ByteBufList
ByteBufList. clone(ByteBufList other)
Get a newByteBufList
instance from the pool that is the clone of an already existing instance.static io.netty.buffer.ByteBuf
ByteBufList. coalesce(ByteBufList list)
-