@InterfaceAudience.Public
public interface SpaceQuotaSnapshotView
限定符和类型 | 接口和说明 |
---|---|
static interface |
SpaceQuotaSnapshotView.SpaceQuotaStatusView
Encapsulates the state of a quota on a table.
|
限定符和类型 | 方法和说明 |
---|---|
long |
getLimit()
Returns the limit, in bytes, of the target (e.g. table, namespace).
|
SpaceQuotaSnapshotView.SpaceQuotaStatusView |
getQuotaStatus()
Returns the status of the quota.
|
long |
getUsage()
Returns the current usage, in bytes, of the target (e.g. table, namespace).
|
SpaceQuotaSnapshotView.SpaceQuotaStatusView getQuotaStatus()
long getUsage()
long getLimit()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.