public class TestByteBuffAllocator extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
Constructor and Description |
---|
TestByteBuffAllocator() |
Modifier and Type | Method and Description |
---|---|
private void |
assertException(Runnable r) |
void |
testAllocateByteBuffToReadInto() |
void |
testAllocateOneBuffer() |
void |
testByteBuffUnsupportedMethods() |
void |
testDeprecatedConfigs() |
void |
testHeapAllocationRatio() |
void |
testNegativeAllocatedSize() |
void |
testRecycleOnlyPooledBuffers() |
void |
testReferenceCount() |
void |
testReverseRef() |
public static final HBaseClassTestRule CLASS_RULE
public TestByteBuffAllocator()
public void testRecycleOnlyPooledBuffers()
public void testAllocateByteBuffToReadInto()
public void testNegativeAllocatedSize()
public void testAllocateOneBuffer()
public void testReferenceCount()
public void testReverseRef()
public void testByteBuffUnsupportedMethods()
private void assertException(Runnable r)
public void testDeprecatedConfigs()
public void testHeapAllocationRatio()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.