Package org.apache.cassandra.tools
Class SSTableExport
- java.lang.Object
-
- org.apache.cassandra.tools.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.
-
-
-
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)
-
-