Uses of Class
org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshot.SpaceQuotaStatus
-
Uses of SpaceQuotaSnapshot.SpaceQuotaStatus in org.apache.hadoop.hbase.quotas
Modifier and TypeFieldDescriptionprivate static final SpaceQuotaSnapshot.SpaceQuotaStatus
SpaceQuotaSnapshot.SpaceQuotaStatus.NOT_IN_VIOLATION
private final SpaceQuotaSnapshot.SpaceQuotaStatus
SpaceQuotaSnapshot.quotaStatus
Modifier and TypeMethodDescriptionSpaceQuotaSnapshot.getQuotaStatus()
Returns the status of the quota.SpaceQuotaSnapshot.SpaceQuotaStatus.notInViolation()
Returns a singleton referring to a quota which is not in violation.SpaceQuotaSnapshot.SpaceQuotaStatus.toStatus
(org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.SpaceQuotaStatus proto) Modifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.SpaceQuotaStatus
SpaceQuotaSnapshot.SpaceQuotaStatus.toProto
(SpaceQuotaSnapshot.SpaceQuotaStatus status) ModifierConstructorDescriptionSpaceQuotaSnapshot
(SpaceQuotaSnapshot.SpaceQuotaStatus quotaStatus, long usage, long limit)