Class TestCompactionWithShippingCoprocessor
java.lang.Object
org.apache.hadoop.hbase.regionserver.TestCompactionWithShippingCoprocessor
@Tag("org.apache.hadoop.hbase.testclassification.MediumTests") @Tag("org.apache.hadoop.hbase.testclassification.CoprocessorTests")
public class TestCompactionWithShippingCoprocessor
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final byte[]private Stringprivate static final AtomicIntegerprotected static final HBaseTestingUtil -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetTestName(org.junit.jupiter.api.TestInfo testInfo) static voidstatic voidvoidVerifies that if a coproc returns an InternalScanner which implements Shipper, the shippped method is appropriately called in Compactor.
-
Field Details
-
SHIPPED_COUNT
-
TEST_UTIL
-
FAMILY
-
name
-
-
Constructor Details
-
TestCompactionWithShippingCoprocessor
-
-
Method Details