public static class SnapshotInfo.SnapshotStats extends Object
Modifier and Type | Method and Description |
---|---|
int |
getArchivedStoreFilesCount() |
long |
getArchivedStoreFileSize() |
int |
getCorruptedStoreFilesCount() |
int |
getLogsCount() |
long |
getLogsSize() |
int |
getMissingLogsCount() |
int |
getMissingStoreFilesCount() |
float |
getMobStoreFilePercentage() |
int |
getMobStoreFilesCount() |
long |
getMobStoreFilesSize() |
long |
getNonSharedArchivedStoreFilesSize() |
float |
getSharedStoreFilePercentage() |
long |
getSharedStoreFilesSize() |
SnapshotDescription |
getSnapshotDescription() |
int |
getStoreFilesCount() |
long |
getStoreFilesSize() |
boolean |
isSnapshotCorrupted() |
public SnapshotDescription getSnapshotDescription()
public boolean isSnapshotCorrupted()
public int getStoreFilesCount()
public int getArchivedStoreFilesCount()
public int getMobStoreFilesCount()
public int getLogsCount()
public int getMissingStoreFilesCount()
public int getCorruptedStoreFilesCount()
public int getMissingLogsCount()
public long getStoreFilesSize()
public long getSharedStoreFilesSize()
public long getArchivedStoreFileSize()
public long getMobStoreFilesSize()
public long getNonSharedArchivedStoreFilesSize()
SnapshotInfo.getSnapshotStats(Configuration, SnapshotProtos.SnapshotDescription, Map)
is called with a non-null Mappublic float getSharedStoreFilePercentage()
public float getMobStoreFilePercentage()
public long getLogsSize()
Copyright © 2007–2019 Cloudera. All rights reserved.