public static class SnapshotInfo.SnapshotStats extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
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 The Apache Software Foundation. All rights reserved.