Class | Description |
---|---|
AbstractJmxClient | |
BulkLoadConnectionFactory | |
BulkLoader | |
BulkLoader.CmdLineOptions | |
GetVersion | |
NodeCmd | |
NodeProbe |
JMX client operations for Cassandra.
|
NodeToolHelp | |
NodeToolHelp.NodeToolCommand | |
SSTableExport |
Export SSTables to JSON format.
|
SSTableImport |
Create SSTables from JSON input
|
SSTableLevelResetter |
Reset level to 0 on a given set of sstables
|
SSTableMetadataViewer |
Shows the contents of sstable metadata
|
SSTableOfflineRelevel |
Create a decent leveling for the given keyspace/column family
Approach is to sort the sstables by their last token
given an original leveling like this (note that [ ] indicates token boundaries, not sstable size on disk, all sstables are the same size)
L3 [][][][][][][][][][][]
L2 [ ][ ][ ][ ]
L1 [ ][ ]
L0 [ ]
Will look like this after being dropped to L0 and sorted by last token (and, to illustrate overlap, the overlapping ones are put on a new line):
[][][]
[ ][][][]
[ ]
[ ]
...
|
StandaloneScrubber | |
StandaloneSplitter | |
StandaloneUpgrader |
Copyright © 2015 The Apache Software Foundation