Uses of Class
org.apache.hadoop.hbase.quotas.SpaceQuotaSnapshot.SpaceQuotaStatus
Packages that use SpaceQuotaSnapshot.SpaceQuotaStatus
-
Uses of SpaceQuotaSnapshot.SpaceQuotaStatus in org.apache.hadoop.hbase.quotas
Fields in org.apache.hadoop.hbase.quotas declared as SpaceQuotaSnapshot.SpaceQuotaStatusModifier and TypeFieldDescriptionprivate static final SpaceQuotaSnapshot.SpaceQuotaStatus
SpaceQuotaSnapshot.SpaceQuotaStatus.NOT_IN_VIOLATION
private final SpaceQuotaSnapshot.SpaceQuotaStatus
SpaceQuotaSnapshot.quotaStatus
Methods in org.apache.hadoop.hbase.quotas that return SpaceQuotaSnapshot.SpaceQuotaStatusModifier 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) Methods in org.apache.hadoop.hbase.quotas with parameters of type SpaceQuotaSnapshot.SpaceQuotaStatusModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.SpaceQuotaStatus
SpaceQuotaSnapshot.SpaceQuotaStatus.toProto
(SpaceQuotaSnapshot.SpaceQuotaStatus status) Constructors in org.apache.hadoop.hbase.quotas with parameters of type SpaceQuotaSnapshot.SpaceQuotaStatusModifierConstructorDescriptionSpaceQuotaSnapshot
(SpaceQuotaSnapshot.SpaceQuotaStatus quotaStatus, long usage, long limit)