Package | Description |
---|---|
org.apache.hadoop.hbase.io | |
org.apache.hadoop.hbase.io.hfile.bucket |
Provides
BucketCache , an implementation of
BlockCache . |
org.apache.hadoop.hbase.nio |
Modifier and Type | Field and Description |
---|---|
static ByteBuffAllocator.Recycler |
ByteBuffAllocator.NONE |
Modifier and Type | Field and Description |
---|---|
private ByteBuffAllocator.Recycler |
BucketCache.RAMQueueEntry.recycler |
Modifier and Type | Method and Description |
---|---|
private ByteBuffAllocator.Recycler |
BucketCache.createRecycler(BlockCacheKey cacheKey) |
Constructor and Description |
---|
RAMQueueEntry(BlockCacheKey bck,
Cacheable data,
long accessCounter,
boolean inMemory,
ByteBuffAllocator.Recycler recycler) |
Modifier and Type | Field and Description |
---|---|
private ByteBuffAllocator.Recycler |
RefCnt.recycler |
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.