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
Exception
public void testFileIsNotAFile() throws Exception
Exception
public void testOneFileInBatchOverLimit() throws Exception
Exception
public void testSumOfFilesOverLimit() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.