Uses of Class
org.apache.hadoop.hbase.io.ByteArrayOutputStream
-
Uses of ByteArrayOutputStream in org.apache.hadoop.hbase.io.asyncfs
Modifier and TypeMethodDescriptionprivate void
WrapperAsyncFSOutput.flush0
(CompletableFuture<Long> future, ByteArrayOutputStream buffer, boolean sync) -
Uses of ByteArrayOutputStream in org.apache.hadoop.hbase.io.encoding
Modifier and TypeFieldDescriptionprivate ByteArrayOutputStream
HFileBlockDefaultEncodingContext.compressedByteStream
Underlying stream to write compressed bytes toprivate ByteArrayOutputStream
HFileBlockDefaultEncodingContext.cryptoByteStream
Underlying stream to write encrypted bytes toprivate ByteArrayOutputStream
RowIndexEncoderV1.rowsOffsetBAOS
-
Uses of ByteArrayOutputStream in org.apache.hadoop.hbase.io.hfile
Modifier and TypeFieldDescriptionprivate ByteArrayOutputStream
HFileBlock.Writer.baosInMemory
The stream we use to accumulate data into a block in an uncompressed format.private ByteArrayOutputStream
HFileBlock.Writer.onDiskBlockBytesWithHeader
Bytes to be written to the file system, including the header.Modifier and TypeMethodDescriptionprivate void
HFileBlock.Writer.putHeader
(ByteArrayOutputStream dest, int onDiskSize, int uncompressedSize, int onDiskDataSize)