public static interface QuotaProtos.ThrottleRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
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;
Copyright © 2007–2019 Cloudera. All rights reserved.