Package org.apache.hadoop.hbase.quotas
Class TestBlockBytesScannedQuota
java.lang.Object
org.apache.hadoop.hbase.quotas.TestBlockBytesScannedQuota
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final byte[]
private static final org.slf4j.Logger
private static final long
private static final byte[]
private static final int
private static final org.apache.hadoop.hbase.TableName
private static final HBaseTestingUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
void
tearDown()
static void
void
void
void
void
private void
testTraffic
(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
-