Class ListSnapshots
- java.lang.Object
-
- org.apache.cassandra.tools.NodeTool.NodeToolCmd
-
- org.apache.cassandra.tools.nodetool.ListSnapshots
-
@Command(name="listsnapshots", description="Lists all the snapshots along with the size on disk and true size. True size is the total size of all SSTables which are not backed up to disk. Size on disk is total size of the snapshot on disk. Total TrueDiskSpaceUsed does not make any SSTable deduplication.") public class ListSnapshots extends NodeTool.NodeToolCmd
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.cassandra.tools.NodeTool.NodeToolCmd
NodeTool.NodeToolCmd.KeyspaceSet
-
-
Field Summary
-
Fields inherited from class org.apache.cassandra.tools.NodeTool.NodeToolCmd
output, printPort
-
-
Constructor Summary
Constructors Constructor Description ListSnapshots()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(NodeProbe probe)
-
Methods inherited from class org.apache.cassandra.tools.NodeTool.NodeToolCmd
parseOptionalKeyspace, parseOptionalKeyspace, parseOptionalTables, parsePartitionKeys, run, runInternal
-
-
-
-
Method Detail
-
execute
public void execute(NodeProbe probe)
- Specified by:
execute
in classNodeTool.NodeToolCmd
-
-