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 voidWrapperAsyncFSOutput.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 ByteArrayOutputStreamHFileBlockDefaultEncodingContext.compressedByteStreamUnderlying stream to write compressed bytes toprivate ByteArrayOutputStreamHFileBlockDefaultEncodingContext.cryptoByteStreamUnderlying stream to write encrypted bytes toprivate ByteArrayOutputStreamRowIndexEncoderV1.rowsOffsetBAOS -
Uses of ByteArrayOutputStream in org.apache.hadoop.hbase.io.hfile
Fields in org.apache.hadoop.hbase.io.hfile declared as ByteArrayOutputStreamModifier and TypeFieldDescriptionprivate ByteArrayOutputStreamHFileBlock.Writer.baosInMemoryThe stream we use to accumulate data into a block in an uncompressed format.private ByteArrayOutputStreamHFileBlock.Writer.onDiskBlockBytesWithHeaderBytes 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 voidHFileBlock.Writer.putHeader(ByteArrayOutputStream dest, int onDiskSize, int uncompressedSize, int onDiskDataSize)