| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.io | |
| org.apache.hadoop.hbase.nio | 
| Modifier and Type | Field and Description | 
|---|---|
| protected List<SingleByteBuff> | ByteBufferListOutputStream. allBufs | 
| Modifier and Type | Method and Description | 
|---|---|
| SingleByteBuff | ByteBuffAllocator. allocateOneBuffer()Allocate an buffer with buffer size from ByteBuffAllocator, Note to call the
  ByteBuff.release()if no need any more, otherwise the memory leak happen in NIO
 ByteBuffer pool. | 
| Modifier and Type | Method and Description | 
|---|---|
| SingleByteBuff | SingleByteBuff. duplicate() | 
| SingleByteBuff | SingleByteBuff. limit(int limit) | 
| SingleByteBuff | SingleByteBuff. mark() | 
| SingleByteBuff | SingleByteBuff. moveBack(int len) | 
| SingleByteBuff | SingleByteBuff. position(int position) | 
| SingleByteBuff | SingleByteBuff. put(byte b) | 
| SingleByteBuff | SingleByteBuff. put(byte[] src) | 
| SingleByteBuff | SingleByteBuff. put(byte[] src,
   int offset,
   int length) | 
| SingleByteBuff | SingleByteBuff. put(int index,
   byte b) | 
| SingleByteBuff | SingleByteBuff. put(int offset,
   ByteBuff src,
   int srcOffset,
   int length) | 
| SingleByteBuff | SingleByteBuff. putInt(int value) | 
| SingleByteBuff | SingleByteBuff. putLong(long value) | 
| SingleByteBuff | SingleByteBuff. reset() | 
| SingleByteBuff | SingleByteBuff. retain() | 
| SingleByteBuff | SingleByteBuff. rewind() | 
| SingleByteBuff | SingleByteBuff. skip(int len) | 
| SingleByteBuff | SingleByteBuff. slice() | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.