Package | Description |
---|---|
org.apache.hadoop.hbase.io | |
org.apache.hadoop.hbase.nio |
Modifier and Type | Field and Description |
---|---|
static ByteBuffAllocator.Recycler |
ByteBuffAllocator.NONE |
Modifier and Type | Method and Description |
---|---|
ByteBuffAllocator.Recycler |
RefCnt.getRecycler() |
Modifier and Type | Method and Description |
---|---|
static RefCnt |
RefCnt.create(ByteBuffAllocator.Recycler recycler) |
static ByteBuff |
ByteBuff.wrap(ByteBuffer[] buffers,
ByteBuffAllocator.Recycler recycler) |
static ByteBuff |
ByteBuff.wrap(List<ByteBuffer> buffers,
ByteBuffAllocator.Recycler recycler) |
Constructor and Description |
---|
MultiByteBuff(ByteBuffAllocator.Recycler recycler,
ByteBuffer... items) |
RefCnt(ByteBuffAllocator.Recycler recycler) |
SingleByteBuff(ByteBuffAllocator.Recycler recycler,
ByteBuffer buf) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.