Class TestRowKeyDateTieringValueProvider
java.lang.Object
org.apache.hadoop.hbase.regionserver.compactions.TestRowKeyDateTieringValueProvider
@Tag("org.apache.hadoop.hbase.testclassification.RegionServerTests") @Tag("org.apache.hadoop.hbase.testclassification.SmallTests")
public class TestRowKeyDateTieringValueProvider
extends Object
-
Field Details
-
provider
-
conf
-
-
Constructor Details
-
TestRowKeyDateTieringValueProvider
public TestRowKeyDateTieringValueProvider()
-
-
Method Details
-
setUp
-
tearDown
-
testInitWithValidConfig
- Throws:
Exception
-
testInitWithMissingRegexPattern
- Throws:
Exception
-
testInitWithMissingDateFormat
- Throws:
Exception
-
testInitWithInvalidDateFormat
- Throws:
Exception
-
testInitWithInvalidExtractGroup
- Throws:
Exception
-
testInitWithExtractGroupExceedingPatternGroups
- Throws:
Exception
-
testGetTieringValue
- Throws:
Exception
-
testGetTieringValueWithNonMatchingRowKey
- Throws:
Exception
-
testGetTieringValueWithInvalidDateInRowKey
- Throws:
Exception
-
testGetTieringValueWithNonUTF8RowKey
- Throws:
Exception
-
testGetTieringValueWithoutInitialization
-