Class CollectJvmInfoCommand

  • All Implemented Interfaces:
    alluxio.cli.Command, java.io.Closeable, java.lang.AutoCloseable

    public class CollectJvmInfoCommand
    extends AbstractCollectInfoCommand
    Command that collects information about the JVMs.
    • Constructor Detail

      • CollectJvmInfoCommand

        public CollectJvmInfoCommand​(alluxio.client.file.FileSystemContext fsContext)
        Creates an instance of CollectJvmInfoCommand.
        Parameters:
        fsContext - the FileSystemContext to execute in
    • Method Detail

      • getCommandName

        public java.lang.String getCommandName()
      • run

        public int run​(org.apache.commons.cli.CommandLine cl)
                throws alluxio.exception.AlluxioException,
                       java.io.IOException
        Throws:
        alluxio.exception.AlluxioException
        java.io.IOException
      • getUsage

        public java.lang.String getUsage()
      • getDescription

        public java.lang.String getDescription()