public static interface QuotaProtos.SpaceQuotaOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getRemove()
optional bool remove = 3 [default = false]; |
long |
getSoftLimit()
optional uint64 soft_limit = 1; |
QuotaProtos.SpaceViolationPolicy |
getViolationPolicy()
optional .hbase.pb.SpaceViolationPolicy violation_policy = 2; |
boolean |
hasRemove()
optional bool remove = 3 [default = false]; |
boolean |
hasSoftLimit()
optional uint64 soft_limit = 1; |
boolean |
hasViolationPolicy()
optional .hbase.pb.SpaceViolationPolicy violation_policy = 2; |
boolean hasSoftLimit()
optional uint64 soft_limit = 1;
The limit of bytes for this quota
long getSoftLimit()
optional uint64 soft_limit = 1;
The limit of bytes for this quota
boolean hasViolationPolicy()
optional .hbase.pb.SpaceViolationPolicy violation_policy = 2;
The action to take when the quota is violated
QuotaProtos.SpaceViolationPolicy getViolationPolicy()
optional .hbase.pb.SpaceViolationPolicy violation_policy = 2;
The action to take when the quota is violated
boolean hasRemove()
optional bool remove = 3 [default = false];
When true, remove the quota.
boolean getRemove()
optional bool remove = 3 [default = false];
When true, remove the quota.
Copyright © 2007–2019 Cloudera. All rights reserved.