public static interface QuotaProtos.TimedQuotaOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
QuotaProtos.QuotaScope |
getScope()
optional .QuotaScope scope = 4 [default = MACHINE]; |
float |
getShare()
optional float share = 3; |
long |
getSoftLimit()
optional uint64 soft_limit = 2; |
HBaseProtos.TimeUnit |
getTimeUnit()
required .TimeUnit time_unit = 1; |
boolean |
hasScope()
optional .QuotaScope scope = 4 [default = MACHINE]; |
boolean |
hasShare()
optional float share = 3; |
boolean |
hasSoftLimit()
optional uint64 soft_limit = 2; |
boolean |
hasTimeUnit()
required .TimeUnit time_unit = 1; |
boolean hasTimeUnit()
required .TimeUnit time_unit = 1;
HBaseProtos.TimeUnit getTimeUnit()
required .TimeUnit time_unit = 1;
boolean hasSoftLimit()
optional uint64 soft_limit = 2;
long getSoftLimit()
optional uint64 soft_limit = 2;
boolean hasShare()
optional float share = 3;
float getShare()
optional float share = 3;
boolean hasScope()
optional .QuotaScope scope = 4 [default = MACHINE];
QuotaProtos.QuotaScope getScope()
optional .QuotaScope scope = 4 [default = MACHINE];
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.