Package org.apache.hadoop.hbase.client
Class TestAvoidCellReferencesIntoShippedBlocks
java.lang.Object
org.apache.hadoop.hbase.client.TestAvoidCellReferencesIntoShippedBlocks
-
Nested Class Summary
Modifier and TypeClassDescriptionprivate static final class
static class
private static class
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static CountDownLatch
private static byte[]
private static AtomicBoolean
private static byte[][]
private static byte[]
private CountDownLatch
org.junit.rules.TestName
private static byte[]
private static byte[]
private static byte[]
private static byte[]
private static byte[]
private static byte[]
private static byte[]
private static byte[]
(package private) static byte[][]
protected static int
protected static final HBaseTestingUtility
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
evictBlock
(org.apache.hadoop.hbase.io.hfile.BlockCache blockCache, org.apache.hadoop.hbase.io.hfile.BlockCacheKey blockCacheKey) ForBucketCache
,we only evict Block if there is no rpc referenced.static void
static void
void
void
-
Field Details
-
CLASS_RULE
-
TEST_UTIL
-
ROWS
-
ROW
-
ROW1
-
ROW2
-
ROW3
-
ROW4
-
ROW5
-
FAMILY
-
FAMILIES_1
-
QUALIFIER
-
QUALIFIER1
-
data
-
SLAVES
-
latch
-
compactReadLatch
-
doScan
-
name
-
-
Constructor Details
-
TestAvoidCellReferencesIntoShippedBlocks
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
testHBase16372InCompactionWritePath
- Throws:
Exception
-
testHBASE16372InReadPath
- Throws:
Exception
-
evictBlock
private void evictBlock(org.apache.hadoop.hbase.io.hfile.BlockCache blockCache, org.apache.hadoop.hbase.io.hfile.BlockCacheKey blockCacheKey) ForBucketCache
,we only evict Block if there is no rpc referenced.
-