Package org.apache.hadoop.hbase.client
Class TestAvoidCellReferencesIntoShippedBlocks
java.lang.Object
org.apache.hadoop.hbase.client.TestAvoidCellReferencesIntoShippedBlocks
@Tag("org.apache.hadoop.hbase.testclassification.LargeTests") @Tag("org.apache.hadoop.hbase.testclassification.ClientTests")
public class TestAvoidCellReferencesIntoShippedBlocks
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final classstatic classprivate static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static CountDownLatchprivate static byte[]private static AtomicBooleanprivate static byte[][]private static byte[]private CountDownLatchprivate Stringprivate 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 intprotected static final HBaseTestingUtil -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidevictBlock(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.voidsetUp(org.junit.jupiter.api.TestInfo testInfo) static voidstatic voidvoidvoid
-
Field Details
-
TEST_UTIL
-
ROWS
-
ROW
-
ROW1
-
ROW2
-
ROW3
-
ROW4
-
ROW5
-
FAMILY
-
FAMILIES_1
-
QUALIFIER
-
QUALIFIER1
-
data
-
SLAVES
-
latch
-
compactReadLatch
-
doScan
-
methodName
-
-
Constructor Details
-
TestAvoidCellReferencesIntoShippedBlocks
-
-
Method Details
-
setUp
- Throws:
Exception
-
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.
-