private static final class CellBlockBuilder.ByteBufOutputStreamSupplier extends Object implements CellBlockBuilder.OutputStreamSupplier
Modifier and Type | Field and Description |
---|---|
private org.apache.hbase.thirdparty.io.netty.buffer.ByteBufAllocator |
alloc |
private org.apache.hbase.thirdparty.io.netty.buffer.ByteBuf |
buf |
Constructor and Description |
---|
ByteBufOutputStreamSupplier(org.apache.hbase.thirdparty.io.netty.buffer.ByteBufAllocator alloc) |
private final org.apache.hbase.thirdparty.io.netty.buffer.ByteBufAllocator alloc
private org.apache.hbase.thirdparty.io.netty.buffer.ByteBuf buf
public ByteBufOutputStreamSupplier(org.apache.hbase.thirdparty.io.netty.buffer.ByteBufAllocator alloc)
public OutputStream get(int expectedSize)
get
in interface CellBlockBuilder.OutputStreamSupplier
public int size()
size
in interface CellBlockBuilder.OutputStreamSupplier
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.