public static interface QuotaProtos.SpaceQuotaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getRemove()
optional bool remove = 3 [default = false];
When true, remove the quota. |
long |
getSoftLimit()
optional uint64 soft_limit = 1;
The limit of bytes for this quota
|
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 |
hasSoftLimit()
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
|
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. All rights reserved.