Class TsFileSketchTool


  • public class TsFileSketchTool
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TsFileSketchTool​(java.lang.String filename, java.lang.String outFile)
      construct TsFileSketchTool
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.List<org.apache.iotdb.tsfile.file.metadata.ChunkGroupMetadata> getAllChunkGroupMetadata()  
      static void main​(java.lang.String[] args)  
      void run()
      entry of tool
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TsFileSketchTool

        public TsFileSketchTool​(java.lang.String filename,
                                java.lang.String outFile)
        construct TsFileSketchTool
        Parameters:
        filename - input file path
        outFile - output file path
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • run

        public void run()
                 throws java.io.IOException
        entry of tool
        Throws:
        java.io.IOException
      • getAllChunkGroupMetadata

        protected java.util.List<org.apache.iotdb.tsfile.file.metadata.ChunkGroupMetadata> getAllChunkGroupMetadata()