Class DefaultExtractor<T>
- java.lang.Object
-
- org.apache.flink.formats.compress.extractor.DefaultExtractor<T>
-
- Type Parameters:
T- The type of element to extract from.
- All Implemented Interfaces:
Serializable,Extractor<T>
public class DefaultExtractor<T> extends Object implements Extractor<T>
AExtractorimplementation that extracts element to string with line separator.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultExtractor()
-