AbstractJmxClient |
|
BulkLoadConnectionFactory |
|
BulkLoader |
|
BulkLoader.CmdLineOptions |
|
BulkLoader.ExternalClient |
|
GetVersion |
|
NodeProbe |
JMX client operations for Cassandra.
|
NodeTool |
|
NodeTool.CfHistograms |
|
NodeTool.CfStats |
|
NodeTool.Cleanup |
|
NodeTool.ClearSnapshot |
|
NodeTool.Compact |
|
NodeTool.CompactionHistory |
|
NodeTool.CompactionStats |
|
NodeTool.Decommission |
|
NodeTool.DescribeCluster |
|
NodeTool.DescribeRing |
|
NodeTool.DisableAutoCompaction |
|
NodeTool.DisableBackup |
|
NodeTool.DisableBinary |
|
NodeTool.DisableGossip |
|
NodeTool.DisableHandoff |
|
NodeTool.DisableThrift |
|
NodeTool.Drain |
|
NodeTool.EnableAutoCompaction |
|
NodeTool.EnableBackup |
|
NodeTool.EnableBinary |
|
NodeTool.EnableGossip |
|
NodeTool.EnableHandoff |
|
NodeTool.EnableThrift |
|
NodeTool.Flush |
|
NodeTool.GcStats |
|
NodeTool.GetCompactionThreshold |
|
NodeTool.GetCompactionThroughput |
|
NodeTool.GetEndpoints |
|
NodeTool.GetInterDCStreamThroughput |
|
NodeTool.GetLoggingLevels |
|
NodeTool.GetSSTables |
|
NodeTool.GetStreamThroughput |
|
NodeTool.GossipInfo |
|
NodeTool.Info |
|
NodeTool.InvalidateCounterCache |
|
NodeTool.InvalidateKeyCache |
|
NodeTool.InvalidateRowCache |
|
NodeTool.Join |
|
NodeTool.ListSnapshots |
|
NodeTool.Move |
|
NodeTool.NetStats |
|
NodeTool.NodeToolCmd |
|
NodeTool.PauseHandoff |
|
NodeTool.ProxyHistograms |
|
NodeTool.RangeKeySample |
|
NodeTool.Rebuild |
|
NodeTool.RebuildIndex |
|
NodeTool.Refresh |
|
NodeTool.RefreshSizeEstimates |
|
NodeTool.ReloadTriggers |
|
NodeTool.RemoveNode |
|
NodeTool.RemoveToken |
Deprecated |
NodeTool.Repair |
|
NodeTool.ResetLocalSchema |
|
NodeTool.ResumeHandoff |
|
NodeTool.Ring |
|
NodeTool.Scrub |
|
NodeTool.SetCacheCapacity |
|
NodeTool.SetCacheKeysToSave |
|
NodeTool.SetCompactionThreshold |
|
NodeTool.SetCompactionThroughput |
|
NodeTool.SetHintedHandoffThrottleInKB |
|
NodeTool.SetInterDCStreamThroughput |
|
NodeTool.SetLoggingLevel |
|
NodeTool.SetStreamThroughput |
|
NodeTool.SetTraceProbability |
|
NodeTool.Snapshot |
|
NodeTool.Status |
|
NodeTool.StatusBackup |
|
NodeTool.StatusBinary |
|
NodeTool.StatusGossip |
|
NodeTool.StatusHandoff |
|
NodeTool.StatusThrift |
|
NodeTool.Stop |
|
NodeTool.StopDaemon |
|
NodeTool.TopPartitions |
|
NodeTool.TpStats |
|
NodeTool.TruncateHints |
|
NodeTool.UpgradeSSTable |
|
NodeTool.Version |
|
SSTableExpiredBlockers |
During compaction we can drop entire sstables if they only contain expired tombstones and if it is guaranteed
to not cover anything in other sstables.
|
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):
[][][]
[ ][][][]
[ ]
[ ]
...
|
SSTableRepairedAtSetter |
Set repairedAt status on a given set of sstables.
|
StandaloneScrubber |
|
StandaloneSplitter |
|
StandaloneUpgrader |
|