public static interface QuotaProtos.SpaceQuotaOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getRemove()
When true, remove the quota.
|
long |
getSoftLimit()
The limit of bytes for this quota
optional uint64 soft_limit = 1; |
QuotaProtos.SpaceViolationPolicy |
getViolationPolicy()
The action to take when the quota is violated
optional .hbase.pb.SpaceViolationPolicy violation_policy = 2; |
boolean |
hasRemove()
When true, remove the quota.
|
boolean |
hasSoftLimit()
The limit of bytes for this quota
optional uint64 soft_limit = 1; |
boolean |
hasViolationPolicy()
The action to take when the quota is violated
optional .hbase.pb.SpaceViolationPolicy violation_policy = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSoftLimit()
The limit of bytes for this quota
optional uint64 soft_limit = 1;long getSoftLimit()
The limit of bytes for this quota
optional uint64 soft_limit = 1;boolean hasViolationPolicy()
The action to take when the quota is violated
optional .hbase.pb.SpaceViolationPolicy violation_policy = 2;QuotaProtos.SpaceViolationPolicy getViolationPolicy()
The action to take when the quota is violated
optional .hbase.pb.SpaceViolationPolicy violation_policy = 2;boolean hasRemove()
When true, remove the quota.
optional bool remove = 3 [default = false];boolean getRemove()
When true, remove the quota.
optional bool remove = 3 [default = false];Copyright © 2007–2019. All rights reserved.