Class TestRowKeyDateTieringValueProvider
java.lang.Object
org.apache.hadoop.hbase.regionserver.compactions.TestRowKeyDateTieringValueProvider
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate org.apache.hadoop.conf.Configurationprivate org.apache.hadoop.hbase.regionserver.compactions.RowKeyDateTieringValueProvider -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CLASS_RULE
-
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
-