org.apache.cassandra.tools
Class NodeCmd
java.lang.Object
org.apache.cassandra.tools.NodeCmd
public class NodeCmd
- extends java.lang.Object
Method Summary |
static void |
main(java.lang.String[] args)
|
void |
printColumnFamilyStats(java.io.PrintStream outs)
|
void |
printInfo(java.io.PrintStream outs)
Write node information. |
void |
printRing(java.io.PrintStream outs)
Write a textual representation of the Cassandra ring. |
void |
printStreamInfo(java.net.InetAddress addr,
java.io.PrintStream outs)
|
void |
printThreadPoolStats(java.io.PrintStream outs)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeCmd
public NodeCmd(NodeProbe probe)
printRing
public void printRing(java.io.PrintStream outs)
- Write a textual representation of the Cassandra ring.
- Parameters:
outs
- the stream to write to
printThreadPoolStats
public void printThreadPoolStats(java.io.PrintStream outs)
printInfo
public void printInfo(java.io.PrintStream outs)
- Write node information.
- Parameters:
outs
- the stream to write to
printStreamInfo
public void printStreamInfo(java.net.InetAddress addr,
java.io.PrintStream outs)
printColumnFamilyStats
public void printColumnFamilyStats(java.io.PrintStream outs)
main
public static void main(java.lang.String[] args)
throws java.io.IOException,
java.lang.InterruptedException,
org.apache.commons.cli.ParseException
- Throws:
java.io.IOException
java.lang.InterruptedException
org.apache.commons.cli.ParseException
Copyright © 2010 The Apache Software Foundation