Class SSTableExport

java.lang.Object
org.apache.cassandra.tools.SSTableExport

public class SSTableExport extends Object
Export SSTables to JSON format.
  • Constructor Details

    • SSTableExport

      public SSTableExport()
  • Method Details

    • main

      public static void main(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)