Class JMXTool.Dump

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Void>
    Enclosing class:
    JMXTool

    @Command(name="dump",
             description="Dump the Apache Cassandra JMX objects and metadata.")
    public static final class JMXTool.Dump
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.lang.Void>
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  JMXTool.Dump.Format  
    • Constructor Summary

      Constructors 
      Constructor Description
      Dump()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Void call()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Dump

        public Dump()
    • Method Detail

      • call

        public java.lang.Void call()
                            throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Void>
        Throws:
        java.lang.Exception