Interface PartitionTimeExtractor
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultPartTimeExtractor
Time extractor to extract time from partition values.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic PartitionTimeExtractorcreate(ClassLoader userClassLoader, String extractorKind, String extractorClass, String extractorPattern, String formatterPattern) Extract time from partition keys and values.
-
Field Details
-
DEFAULT
- See Also:
-
CUSTOM
- See Also:
-
-
Method Details
-
extract
Extract time from partition keys and values. -
create
static PartitionTimeExtractor create(ClassLoader userClassLoader, String extractorKind, String extractorClass, String extractorPattern, String formatterPattern)
-