Package org.apache.hadoop.hbase.quotas
Class TestBlockBytesScannedQuota
java.lang.Object
org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static final byte[]private static final org.slf4j.Loggerprivate static final longprivate static final byte[]private static final intprivate static final org.apache.hadoop.hbase.TableNameprivate static final HBaseTestingUtil -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidvoidtearDown()static voidvoidvoidvoidvoidprivate voidtestTraffic(Callable<Long> trafficCallable, long expectedSuccess, long marginOfError)
-
Field Details
-
CLASS_RULE
-
LOG
-
REFRESH_TIME
- See Also:
-
TEST_UTIL
-
FAMILY
-
QUALIFIER
-
TABLE_NAME
-
MAX_SCANNER_RESULT_SIZE
- See Also:
-
-
Constructor Details
-
TestBlockBytesScannedQuota
public TestBlockBytesScannedQuota()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
testBBSGet
- Throws:
Exception
-
testBBSScan
- Throws:
Exception
-
testSmallScanNeverBlockedByLargeEstimate
- Throws:
Exception
-
testBBSMultiGet
- Throws:
Exception
-
testTraffic
private void testTraffic(Callable<Long> trafficCallable, long expectedSuccess, long marginOfError) throws Exception - Throws:
Exception
-