public class TestSpaceQuotas
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
TestName |
testName |
| Constructor and Description |
|---|
TestSpaceQuotas() |
| Modifier and Type | Method and Description |
|---|---|
void |
removeAllQuotas() |
static void |
setUp() |
static void |
tearDown() |
void |
testAtomicBulkLoadUnderQuota() |
void |
testDeletesAfterNoInserts() |
void |
testNoBulkLoadsWithNoWrites() |
void |
testNoCompactions() |
void |
testNoEnableAfterDisablePolicy() |
void |
testNoInsertsWithAppend() |
void |
testNoInsertsWithIncrement() |
void |
testNoInsertsWithPut() |
void |
testNoWritesWithAppend() |
void |
testNoWritesWithDelete() |
void |
testNoWritesWithIncrement() |
void |
testNoWritesWithPut() |
void |
testSecureBulkLoads() |
void |
testTableQuotaOverridesNamespaceQuota() |
public static void setUp()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDown()
throws java.lang.Exception
java.lang.Exceptionpublic void removeAllQuotas()
throws java.lang.Exception
java.lang.Exceptionpublic void testNoInsertsWithPut()
throws java.lang.Exception
java.lang.Exceptionpublic void testNoInsertsWithAppend()
throws java.lang.Exception
java.lang.Exceptionpublic void testNoInsertsWithIncrement()
throws java.lang.Exception
java.lang.Exceptionpublic void testDeletesAfterNoInserts()
throws java.lang.Exception
java.lang.Exceptionpublic void testNoWritesWithPut()
throws java.lang.Exception
java.lang.Exceptionpublic void testNoWritesWithAppend()
throws java.lang.Exception
java.lang.Exceptionpublic void testNoWritesWithIncrement()
throws java.lang.Exception
java.lang.Exceptionpublic void testNoWritesWithDelete()
throws java.lang.Exception
java.lang.Exceptionpublic void testNoCompactions()
throws java.lang.Exception
java.lang.Exceptionpublic void testNoEnableAfterDisablePolicy()
throws java.lang.Exception
java.lang.Exceptionpublic void testNoBulkLoadsWithNoWrites()
throws java.lang.Exception
java.lang.Exceptionpublic void testAtomicBulkLoadUnderQuota()
throws java.lang.Exception
java.lang.Exceptionpublic void testTableQuotaOverridesNamespaceQuota()
throws java.lang.Exception
java.lang.Exceptionpublic void testSecureBulkLoads()
throws java.lang.Exception
java.lang.Exception