public static interface QuotaProtos.QuotasOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getBypassGlobals()
optional bool bypass_globals = 1 [default = false]; |
QuotaProtos.SpaceQuota |
getSpace()
optional .hbase.pb.SpaceQuota space = 3; |
QuotaProtos.SpaceQuotaOrBuilder |
getSpaceOrBuilder()
optional .hbase.pb.SpaceQuota space = 3; |
QuotaProtos.Throttle |
getThrottle()
optional .hbase.pb.Throttle throttle = 2; |
QuotaProtos.ThrottleOrBuilder |
getThrottleOrBuilder()
optional .hbase.pb.Throttle throttle = 2; |
boolean |
hasBypassGlobals()
optional bool bypass_globals = 1 [default = false]; |
boolean |
hasSpace()
optional .hbase.pb.SpaceQuota space = 3; |
boolean |
hasThrottle()
optional .hbase.pb.Throttle throttle = 2; |
boolean hasBypassGlobals()
optional bool bypass_globals = 1 [default = false];
boolean getBypassGlobals()
optional bool bypass_globals = 1 [default = false];
boolean hasThrottle()
optional .hbase.pb.Throttle throttle = 2;
QuotaProtos.Throttle getThrottle()
optional .hbase.pb.Throttle throttle = 2;
QuotaProtos.ThrottleOrBuilder getThrottleOrBuilder()
optional .hbase.pb.Throttle throttle = 2;
boolean hasSpace()
optional .hbase.pb.SpaceQuota space = 3;
QuotaProtos.SpaceQuota getSpace()
optional .hbase.pb.SpaceQuota space = 3;
QuotaProtos.SpaceQuotaOrBuilder getSpaceOrBuilder()
optional .hbase.pb.SpaceQuota space = 3;
Copyright © 2007–2019 Cloudera. All rights reserved.