Class GetTimeout
- java.lang.Object
-
- org.apache.cassandra.tools.NodeTool.NodeToolCmd
-
- org.apache.cassandra.tools.nodetool.GetTimeout
-
@Command(name="gettimeout", description="Print the timeout of the given type in ms") public class GetTimeout extends NodeTool.NodeToolCmd
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.cassandra.tools.NodeTool.NodeToolCmd
NodeTool.NodeToolCmd.KeyspaceSet
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TIMEOUT_TYPES
-
Fields inherited from class org.apache.cassandra.tools.NodeTool.NodeToolCmd
output, printPort
-
-
Constructor Summary
Constructors Constructor Description GetTimeout()
-
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
-
-
-
-
Field Detail
-
TIMEOUT_TYPES
public static final java.lang.String TIMEOUT_TYPES
- See Also:
- Constant Field Values
-
-
Method Detail
-
execute
public void execute(NodeProbe probe)
- Specified by:
execute
in classNodeTool.NodeToolCmd
-
-