public class MfsInstanceStats
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MfsInstanceStats.MfsInstanceName |
static class |
MfsInstanceStats.TabletStatInfo |
| Constructor and Description |
|---|
MfsInstanceStats(MfsInstanceStats.MfsInstanceName mfsInsName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTabletDesc(com.mapr.cliframework.base.CommandOutput.OutputHierarchy out,
boolean isPrimary,
MfsInstanceStats.TabletStatInfo tsInfo) |
MfsInstanceStats.MfsInstanceName |
mfsInsName() |
int |
numOfPrimaryTablets() |
int |
numOfSecondaryTablets() |
java.util.List<MfsInstanceStats.TabletStatInfo> |
tabletStatInfoList() |
long |
totalPrimaryTabletsLogicalSize() |
long |
totalPrimaryTabletsPhysicalSize() |
long |
totalSecondaryTabletsLogicalSize() |
long |
totalSecondaryTabletsPhysicalSize() |
public MfsInstanceStats(MfsInstanceStats.MfsInstanceName mfsInsName)
public void addTabletDesc(com.mapr.cliframework.base.CommandOutput.OutputHierarchy out,
boolean isPrimary,
MfsInstanceStats.TabletStatInfo tsInfo)
throws com.mapr.cliframework.base.CLIProcessingException
com.mapr.cliframework.base.CLIProcessingExceptionpublic MfsInstanceStats.MfsInstanceName mfsInsName()
public java.util.List<MfsInstanceStats.TabletStatInfo> tabletStatInfoList()
public int numOfPrimaryTablets()
public int numOfSecondaryTablets()
public long totalPrimaryTabletsLogicalSize()
public long totalPrimaryTabletsPhysicalSize()
public long totalSecondaryTabletsLogicalSize()
public long totalSecondaryTabletsPhysicalSize()