| Package | Description |
|---|---|
| org.apache.hadoop.hbase.quotas |
| Modifier and Type | Method and Description |
|---|---|
SpaceQuotaSnapshot.SpaceQuotaStatus |
SpaceQuotaSnapshot.getQuotaStatus()
Returns the status of the quota.
|
static SpaceQuotaSnapshot.SpaceQuotaStatus |
SpaceQuotaSnapshot.SpaceQuotaStatus.notInViolation()
Returns a singleton referring to a quota which is not in violation.
|
static SpaceQuotaSnapshot.SpaceQuotaStatus |
SpaceQuotaSnapshot.SpaceQuotaStatus.toStatus(QuotaProtos.SpaceQuotaStatus proto) |
| Modifier and Type | Method and Description |
|---|---|
static QuotaProtos.SpaceQuotaStatus |
SpaceQuotaSnapshot.SpaceQuotaStatus.toProto(SpaceQuotaSnapshot.SpaceQuotaStatus status) |
| Constructor and Description |
|---|
SpaceQuotaSnapshot(SpaceQuotaSnapshot.SpaceQuotaStatus quotaStatus,
long usage,
long limit) |