Class PinotSegmentToJsonConverter
- java.lang.Object
-
- org.apache.pinot.tools.segment.converter.PinotSegmentToJsonConverter
-
- All Implemented Interfaces:
PinotSegmentConverter
public class PinotSegmentToJsonConverter extends Object implements PinotSegmentConverter
ThePinotSegmentToJsonConverterclass is the tool to convert Pinot segment to JSON format.
-
-
Constructor Summary
Constructors Constructor Description PinotSegmentToJsonConverter(String segmentDir, String outputFile)
-
-
-
Method Detail
-
convert
public void convert() throws ExceptionDescription copied from interface:PinotSegmentConverterConvert Pinot Segment into another format.- Specified by:
convertin interfacePinotSegmentConverter- Throws:
Exception
-
-