public static interface QuotaProtos.SpaceQuotaOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getRemove()
When true, remove the quota.
|
long |
getSoftLimit()
The limit of bytes for this quota
|
QuotaProtos.SpaceViolationPolicy |
getViolationPolicy()
The action to take when the quota is violated
|
boolean |
hasRemove()
When true, remove the quota.
|
boolean |
hasSoftLimit()
The limit of bytes for this quota
|
boolean |
hasViolationPolicy()
The action to take when the quota is violated
|
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 Cloudera. All rights reserved.