Package com.mapr.cli.table
Class MfsInstanceStats
java.lang.Object
com.mapr.cli.table.MfsInstanceStats
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTabletDesc(com.mapr.cliframework.base.CommandOutput.OutputHierarchy out, boolean isPrimary, MfsInstanceStats.TabletStatInfo tsInfo) intintlonglonglonglong
-
Constructor Details
-
MfsInstanceStats
-
-
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
-
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()
-