Uses of Class
org.apache.hadoop.hbase.io.ByteArrayOutputStream
Packages that use ByteArrayOutputStream
-
Uses of ByteArrayOutputStream in org.apache.hadoop.hbase.io.asyncfs
Fields in org.apache.hadoop.hbase.io.asyncfs declared as ByteArrayOutputStreamMethods in org.apache.hadoop.hbase.io.asyncfs with parameters of type ByteArrayOutputStreamModifier and TypeMethodDescriptionprivate void
WrapperAsyncFSOutput.flush0
(CompletableFuture<Long> future, ByteArrayOutputStream buffer, boolean sync) -
Uses of ByteArrayOutputStream in org.apache.hadoop.hbase.io.encoding
Fields in org.apache.hadoop.hbase.io.encoding declared as ByteArrayOutputStreamModifier 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
Fields in org.apache.hadoop.hbase.io.hfile declared as ByteArrayOutputStreamModifier 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.Methods in org.apache.hadoop.hbase.io.hfile with parameters of type ByteArrayOutputStreamModifier and TypeMethodDescriptionprivate void
HFileBlock.Writer.putHeader
(ByteArrayOutputStream dest, int onDiskSize, int uncompressedSize, int onDiskDataSize)