public static interface QuotaProtos.ThrottleRequestOrBuilder
| Modifier and Type | Method and Description |
|---|---|
QuotaProtos.TimedQuota |
getTimedQuota()
optional .hbase.pb.TimedQuota timed_quota = 2; |
QuotaProtos.TimedQuotaOrBuilder |
getTimedQuotaOrBuilder()
optional .hbase.pb.TimedQuota timed_quota = 2; |
QuotaProtos.ThrottleType |
getType()
optional .hbase.pb.ThrottleType type = 1; |
boolean |
hasTimedQuota()
optional .hbase.pb.TimedQuota timed_quota = 2; |
boolean |
hasType()
optional .hbase.pb.ThrottleType type = 1; |
boolean hasType()
optional .hbase.pb.ThrottleType type = 1;QuotaProtos.ThrottleType getType()
optional .hbase.pb.ThrottleType type = 1;boolean hasTimedQuota()
optional .hbase.pb.TimedQuota timed_quota = 2;QuotaProtos.TimedQuota getTimedQuota()
optional .hbase.pb.TimedQuota timed_quota = 2;QuotaProtos.TimedQuotaOrBuilder getTimedQuotaOrBuilder()
optional .hbase.pb.TimedQuota timed_quota = 2;