public class HashTableAllocationTrackerTest
extends BaseTest
Constructor and Description |
---|
HashTableAllocationTrackerTest() |
Modifier and Type | Method and Description |
---|---|
void |
testDoubleCommit() |
void |
testDoubleGetNextCall() |
void |
testLifecycle()
Test for when we know the final size of the hash table
|
void |
testLifecycle1()
Test for when we do not know the final size of the hash table.
|
void |
testOverAsking() |
void |
testPrematureCommit() |
public void testDoubleGetNextCall()
public void testPrematureCommit()
public void testDoubleCommit()
public void testOverAsking()
public void testLifecycle1()
public void testLifecycle()
Copyright © 2021 The Apache Software Foundation. All rights reserved.