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 |
getSharedStoreFilePercentage() |
long |
getSharedStoreFilesSize() |
HBaseProtos.SnapshotDescription |
getSnapshotDescription() |
int |
getStoreFilesCount() |
long |
getStoreFilesSize() |
boolean |
isSnapshotCorrupted() |
public HBaseProtos.SnapshotDescription getSnapshotDescription()
public boolean isSnapshotCorrupted()
public int getStoreFilesCount()
public int getArchivedStoreFilesCount()
public int getLogsCount()
public int getMissingStoreFilesCount()
public int getCorruptedStoreFilesCount()
public int getMissingLogsCount()
public long getStoreFilesSize()
public long getSharedStoreFilesSize()
public long getArchivedStoreFileSize()
public float getSharedStoreFilePercentage()
public long getLogsSize()
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.