public class TestClientExponentialBackoff extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestClientExponentialBackoff() |
| Modifier and Type | Method and Description |
|---|---|
void |
testCompactionPressurePolicy() |
void |
testHeapOccupancyPolicy() |
void |
testMaxLoad() |
void |
testNulls() |
void |
testResultOrdering()
Make sure that we get results in the order that we expect - backoff for a load of 1 should
less than backoff for 10, which should be less than that for 50.
|
public static final HBaseClassTestRule CLASS_RULE
public TestClientExponentialBackoff()
public void testNulls()
public void testMaxLoad()
public void testResultOrdering()
public void testHeapOccupancyPolicy()
public void testCompactionPressurePolicy()
Copyright © 2007–2019 Cloudera. All rights reserved.