Interface SpaceQuotaSnapshotView.SpaceQuotaStatusView

All Known Implementing Classes:
SpaceQuotaSnapshot.SpaceQuotaStatus
Enclosing interface:
SpaceQuotaSnapshotView

@Public public static interface SpaceQuotaSnapshotView.SpaceQuotaStatusView
Encapsulates the state of a quota on a table. The quota may or may not be in violation. If the quota is not in violation, the violation may not be presented. If the quota is in violation, there is guaranteed to be presented.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the violation policy, which may not be presented.
    boolean
    Returns true if the quota is being violated, false otherwise.
  • Method Details