@InterfaceAudience.Public public interface SpaceQuotaSnapshotView
Modifier and Type | Interface and Description |
---|---|
static interface |
SpaceQuotaSnapshotView.SpaceQuotaStatusView
Encapsulates the state of a quota on a table.
|
Modifier and Type | Method and Description |
---|---|
long |
getLimit()
Returns the limit, in bytes, of the target (e.g.
|
SpaceQuotaSnapshotView.SpaceQuotaStatusView |
getQuotaStatus()
Returns the status of the quota.
|
long |
getUsage()
Returns the current usage, in bytes, of the target (e.g.
|
SpaceQuotaSnapshotView.SpaceQuotaStatusView getQuotaStatus()
long getUsage()
long getLimit()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.