public static final class QuotaProtos.ThrottleRequest.Builder extends <any> implements QuotaProtos.ThrottleRequestOrBuilder
hbase.pb.ThrottleRequest| Modifier and Type | Method and Description |
|---|---|
QuotaProtos.ThrottleRequest |
build() |
QuotaProtos.ThrottleRequest |
buildPartial() |
QuotaProtos.ThrottleRequest.Builder |
clear() |
QuotaProtos.ThrottleRequest.Builder |
clearTimedQuota()
optional .hbase.pb.TimedQuota timed_quota = 2; |
QuotaProtos.ThrottleRequest.Builder |
clearType()
optional .hbase.pb.ThrottleType type = 1; |
QuotaProtos.ThrottleRequest.Builder |
clone() |
QuotaProtos.ThrottleRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
QuotaProtos.TimedQuota |
getTimedQuota()
optional .hbase.pb.TimedQuota timed_quota = 2; |
QuotaProtos.TimedQuota.Builder |
getTimedQuotaBuilder()
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; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
QuotaProtos.ThrottleRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
QuotaProtos.ThrottleRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
QuotaProtos.ThrottleRequest.Builder |
mergeTimedQuota(QuotaProtos.TimedQuota value)
optional .hbase.pb.TimedQuota timed_quota = 2; |
QuotaProtos.ThrottleRequest.Builder |
setTimedQuota(QuotaProtos.TimedQuota.Builder builderForValue)
optional .hbase.pb.TimedQuota timed_quota = 2; |
QuotaProtos.ThrottleRequest.Builder |
setTimedQuota(QuotaProtos.TimedQuota value)
optional .hbase.pb.TimedQuota timed_quota = 2; |
QuotaProtos.ThrottleRequest.Builder |
setType(QuotaProtos.ThrottleType value)
optional .hbase.pb.ThrottleType type = 1; |
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public QuotaProtos.ThrottleRequest.Builder clear()
public QuotaProtos.ThrottleRequest.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public QuotaProtos.ThrottleRequest getDefaultInstanceForType()
public QuotaProtos.ThrottleRequest build()
public QuotaProtos.ThrottleRequest buildPartial()
public QuotaProtos.ThrottleRequest.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public QuotaProtos.ThrottleRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic boolean hasType()
optional .hbase.pb.ThrottleType type = 1;hasType in interface QuotaProtos.ThrottleRequestOrBuilderpublic QuotaProtos.ThrottleType getType()
optional .hbase.pb.ThrottleType type = 1;getType in interface QuotaProtos.ThrottleRequestOrBuilderpublic QuotaProtos.ThrottleRequest.Builder setType(QuotaProtos.ThrottleType value)
optional .hbase.pb.ThrottleType type = 1;public QuotaProtos.ThrottleRequest.Builder clearType()
optional .hbase.pb.ThrottleType type = 1;public boolean hasTimedQuota()
optional .hbase.pb.TimedQuota timed_quota = 2;hasTimedQuota in interface QuotaProtos.ThrottleRequestOrBuilderpublic QuotaProtos.TimedQuota getTimedQuota()
optional .hbase.pb.TimedQuota timed_quota = 2;getTimedQuota in interface QuotaProtos.ThrottleRequestOrBuilderpublic QuotaProtos.ThrottleRequest.Builder setTimedQuota(QuotaProtos.TimedQuota value)
optional .hbase.pb.TimedQuota timed_quota = 2;public QuotaProtos.ThrottleRequest.Builder setTimedQuota(QuotaProtos.TimedQuota.Builder builderForValue)
optional .hbase.pb.TimedQuota timed_quota = 2;public QuotaProtos.ThrottleRequest.Builder mergeTimedQuota(QuotaProtos.TimedQuota value)
optional .hbase.pb.TimedQuota timed_quota = 2;public QuotaProtos.ThrottleRequest.Builder clearTimedQuota()
optional .hbase.pb.TimedQuota timed_quota = 2;public QuotaProtos.TimedQuota.Builder getTimedQuotaBuilder()
optional .hbase.pb.TimedQuota timed_quota = 2;public QuotaProtos.TimedQuotaOrBuilder getTimedQuotaOrBuilder()
optional .hbase.pb.TimedQuota timed_quota = 2;getTimedQuotaOrBuilder in interface QuotaProtos.ThrottleRequestOrBuilder