public static interface QuotaProtos.TimedQuotaOrBuilder
| Modifier and Type | Method and Description |
|---|---|
QuotaProtos.QuotaScope |
getScope()
optional .hbase.pb.QuotaScope scope = 4 [default = MACHINE]; |
float |
getShare()
optional float share = 3; |
long |
getSoftLimit()
optional uint64 soft_limit = 2; |
HBaseProtos.TimeUnit |
getTimeUnit()
required .hbase.pb.TimeUnit time_unit = 1; |
boolean |
hasScope()
optional .hbase.pb.QuotaScope scope = 4 [default = MACHINE]; |
boolean |
hasShare()
optional float share = 3; |
boolean |
hasSoftLimit()
optional uint64 soft_limit = 2; |
boolean |
hasTimeUnit()
required .hbase.pb.TimeUnit time_unit = 1; |
boolean hasTimeUnit()
required .hbase.pb.TimeUnit time_unit = 1;HBaseProtos.TimeUnit getTimeUnit()
required .hbase.pb.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 .hbase.pb.QuotaScope scope = 4 [default = MACHINE];QuotaProtos.QuotaScope getScope()
optional .hbase.pb.QuotaScope scope = 4 [default = MACHINE];