public class TestByteBufferPool extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
Constructor and Description |
---|
TestByteBufferPool() |
Modifier and Type | Method and Description |
---|---|
private void |
testBBPool(int maxPoolSize,
int bufferSize,
boolean directByteBuffer) |
void |
testOffheapBBPool() |
void |
testOnheapBBPool() |
public static final HBaseClassTestRule CLASS_RULE
public TestByteBufferPool()
public void testOffheapBBPool() throws Exception
Exception
public void testOnheapBBPool() throws Exception
Exception
private void testBBPool(int maxPoolSize, int bufferSize, boolean directByteBuffer)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.