public class SSTableExport
extends java.lang.Object
| Constructor and Description | 
|---|
| SSTableExport() | 
| Modifier and Type | Method and 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. | 
| static CFMetaData | metadataFromSSTable(Descriptor desc)Construct table schema from info stored in SSTable's Stats.db | 
public static CFMetaData metadataFromSSTable(Descriptor desc) throws java.io.IOException
desc - SSTable's descriptorjava.io.IOException - when Stats.db cannot be readpublic static void main(java.lang.String[] args)
                 throws ConfigurationException
args - command lines argumentsConfigurationException - on configuration failure (wrong params given)Copyright © 2018 The Apache Software Foundation