public class TestBulkLoadCheckingViolationPolicyEnforcement extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
(package private) org.apache.hadoop.fs.FileSystem |
fs |
(package private) org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement |
policy |
(package private) org.apache.hadoop.hbase.regionserver.RegionServerServices |
rss |
(package private) org.apache.hadoop.hbase.TableName |
tableName |
| Constructor and Description |
|---|
TestBulkLoadCheckingViolationPolicyEnforcement() |
| Modifier and Type | Method and Description |
|---|---|
void |
setup() |
void |
testFileIsNotAFile() |
void |
testFilesUnderLimit() |
void |
testOneFileInBatchOverLimit() |
void |
testSumOfFilesOverLimit() |
public static final HBaseClassTestRule CLASS_RULE
org.apache.hadoop.fs.FileSystem fs
org.apache.hadoop.hbase.regionserver.RegionServerServices rss
org.apache.hadoop.hbase.TableName tableName
org.apache.hadoop.hbase.quotas.SpaceViolationPolicyEnforcement policy
public TestBulkLoadCheckingViolationPolicyEnforcement()
public void setup()
public void testFilesUnderLimit() throws Exception
Exceptionpublic void testFileIsNotAFile() throws Exception
Exceptionpublic void testOneFileInBatchOverLimit() throws Exception
Exceptionpublic void testSumOfFilesOverLimit() throws Exception
ExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.