public abstract static class ByteBlockPool.Allocator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
blockSize |
Constructor and Description |
---|
Allocator(int blockSize) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getByteBlock() |
abstract void |
recycleByteBlocks(byte[][] blocks,
int start,
int end) |
void |
recycleByteBlocks(java.util.List<byte[]> blocks) |
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.