Class MfsInstanceStats

java.lang.Object
com.mapr.cli.table.MfsInstanceStats

public class MfsInstanceStats extends Object
  • Constructor Details

  • Method Details

    • addTabletDesc

      public void addTabletDesc(com.mapr.cliframework.base.CommandOutput.OutputHierarchy out, boolean isPrimary, MfsInstanceStats.TabletStatInfo tsInfo) throws com.mapr.cliframework.base.CLIProcessingException
      Throws:
      com.mapr.cliframework.base.CLIProcessingException
    • mfsInsName

      public MfsInstanceStats.MfsInstanceName mfsInsName()
    • tabletStatInfoList

      public List<MfsInstanceStats.TabletStatInfo> tabletStatInfoList()
    • numOfPrimaryTablets

      public int numOfPrimaryTablets()
    • numOfSecondaryTablets

      public int numOfSecondaryTablets()
    • totalPrimaryTabletsLogicalSize

      public long totalPrimaryTabletsLogicalSize()
    • totalPrimaryTabletsPhysicalSize

      public long totalPrimaryTabletsPhysicalSize()
    • totalSecondaryTabletsLogicalSize

      public long totalSecondaryTabletsLogicalSize()
    • totalSecondaryTabletsPhysicalSize

      public long totalSecondaryTabletsPhysicalSize()