Class SSTableExport


  • public class SSTableExport
    extends java.lang.Object
    Export SSTables to JSON format.
    • Constructor Summary

      Constructors 
      Constructor Description
      SSTableExport()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Given arguments specifying an SSTable, and optionally an output file, export the contents of the SSTable to JSON.
      • Methods inherited from class java.lang.Object

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

      • SSTableExport

        public SSTableExport()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws ConfigurationException
        Given arguments specifying an SSTable, and optionally an output file, export the contents of the SSTable to JSON.
        Parameters:
        args - command lines arguments
        Throws:
        ConfigurationException - on configuration failure (wrong params given)