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() |
long |
getNonSharedArchivedStoreFilesSize() |
float |
getSharedStoreFilePercentage() |
long |
getSharedStoreFilesSize() |
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription |
getSnapshotDescription() |
int |
getStoreFilesCount() |
long |
getStoreFilesSize() |
boolean |
isSnapshotCorrupted() |
public org.apache.hadoop.hbase.protobuf.generated.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 long getNonSharedArchivedStoreFilesSize()
public float getSharedStoreFilePercentage()
public long getLogsSize()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.