public class TestMetaCache extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestMetaCache.CallQueueTooBigExceptionInjector
Throws CallQueueTooBigException for all gets.
|
static class |
TestMetaCache.ExceptionInjector |
static class |
TestMetaCache.FakeRSRpcServices |
static class |
TestMetaCache.RegionServerWithFakeRpcServices |
static class |
TestMetaCache.RoundRobinExceptionInjector
Rotates through the possible cache clearing and non-cache clearing exceptions
for requests.
|
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestMetaCache() |
| Modifier and Type | Method and Description |
|---|---|
static List<Throwable> |
metaCachePreservingExceptions() |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testCacheClearingOnCallQueueTooBig() |
void |
testPreserveMetaCacheOnException() |
public static final HBaseClassTestRule CLASS_RULE
public TestMetaCache()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void testPreserveMetaCacheOnException() throws Exception
Exceptionpublic void testCacheClearingOnCallQueueTooBig() throws Exception
Exceptionpublic static List<Throwable> metaCachePreservingExceptions()
Copyright © 2007–2019 Cloudera. All rights reserved.