Package | Description |
---|---|
org.apache.hadoop.hbase.quotas |
Modifier and Type | Field and Description |
---|---|
private static SpaceQuotaSnapshot.SpaceQuotaStatus |
SpaceQuotaSnapshot.SpaceQuotaStatus.NOT_IN_VIOLATION |
private SpaceQuotaSnapshot.SpaceQuotaStatus |
SpaceQuotaSnapshot.quotaStatus |
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(org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.SpaceQuotaStatus proto) |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.SpaceQuotaStatus |
SpaceQuotaSnapshot.SpaceQuotaStatus.toProto(SpaceQuotaSnapshot.SpaceQuotaStatus status) |
Constructor and Description |
---|
SpaceQuotaSnapshot(SpaceQuotaSnapshot.SpaceQuotaStatus quotaStatus,
long usage,
long limit) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.