Toggle navigation
Home
com.google.protobuf.ByteString to alluxio.network.protocol.databuffer.DataBuffer
No. of Instances - 4
No. of Commits - 1
No. of Projects - {'alluxio'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Method invocation
size
to
readableBytes
size
to
readableBytes
Add or Remove Method invocation
context.getBlockWriter().append(buf.asReadOnlyByteBuffer())
to
context.getBlockWriter().append(buf)
buf.size()
to
buf.readableBytes()