public static final class QuotaProtos.SpaceQuotaSnapshot.Builder extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<QuotaProtos.SpaceQuotaSnapshot.Builder> implements QuotaProtos.SpaceQuotaSnapshotOrBuilder
Message stored in the value of hbase:quota table to denote the status of a table WRT the quota applicable to it.Protobuf type
hbase.pb.SpaceQuotaSnapshot| Modifier and Type | Method and Description |
|---|---|
QuotaProtos.SpaceQuotaSnapshot.Builder |
addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
QuotaProtos.SpaceQuotaSnapshot |
build() |
QuotaProtos.SpaceQuotaSnapshot |
buildPartial() |
QuotaProtos.SpaceQuotaSnapshot.Builder |
clear() |
QuotaProtos.SpaceQuotaSnapshot.Builder |
clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) |
QuotaProtos.SpaceQuotaSnapshot.Builder |
clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) |
QuotaProtos.SpaceQuotaSnapshot.Builder |
clearQuotaLimit()
optional uint64 quota_limit = 3; |
QuotaProtos.SpaceQuotaSnapshot.Builder |
clearQuotaStatus()
optional .hbase.pb.SpaceQuotaStatus quota_status = 1; |
QuotaProtos.SpaceQuotaSnapshot.Builder |
clearQuotaUsage()
optional uint64 quota_usage = 2; |
QuotaProtos.SpaceQuotaSnapshot.Builder |
clone() |
QuotaProtos.SpaceQuotaSnapshot |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getQuotaLimit()
optional uint64 quota_limit = 3; |
QuotaProtos.SpaceQuotaStatus |
getQuotaStatus()
optional .hbase.pb.SpaceQuotaStatus quota_status = 1; |
QuotaProtos.SpaceQuotaStatus.Builder |
getQuotaStatusBuilder()
optional .hbase.pb.SpaceQuotaStatus quota_status = 1; |
QuotaProtos.SpaceQuotaStatusOrBuilder |
getQuotaStatusOrBuilder()
optional .hbase.pb.SpaceQuotaStatus quota_status = 1; |
long |
getQuotaUsage()
optional uint64 quota_usage = 2; |
boolean |
hasQuotaLimit()
optional uint64 quota_limit = 3; |
boolean |
hasQuotaStatus()
optional .hbase.pb.SpaceQuotaStatus quota_status = 1; |
boolean |
hasQuotaUsage()
optional uint64 quota_usage = 2; |
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
QuotaProtos.SpaceQuotaSnapshot.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
QuotaProtos.SpaceQuotaSnapshot.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) |
QuotaProtos.SpaceQuotaSnapshot.Builder |
mergeFrom(QuotaProtos.SpaceQuotaSnapshot other) |
QuotaProtos.SpaceQuotaSnapshot.Builder |
mergeQuotaStatus(QuotaProtos.SpaceQuotaStatus value)
optional .hbase.pb.SpaceQuotaStatus quota_status = 1; |
QuotaProtos.SpaceQuotaSnapshot.Builder |
mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
QuotaProtos.SpaceQuotaSnapshot.Builder |
setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
QuotaProtos.SpaceQuotaSnapshot.Builder |
setQuotaLimit(long value)
optional uint64 quota_limit = 3; |
QuotaProtos.SpaceQuotaSnapshot.Builder |
setQuotaStatus(QuotaProtos.SpaceQuotaStatus.Builder builderForValue)
optional .hbase.pb.SpaceQuotaStatus quota_status = 1; |
QuotaProtos.SpaceQuotaSnapshot.Builder |
setQuotaStatus(QuotaProtos.SpaceQuotaStatus value)
optional .hbase.pb.SpaceQuotaStatus quota_status = 1; |
QuotaProtos.SpaceQuotaSnapshot.Builder |
setQuotaUsage(long value)
optional uint64 quota_usage = 2; |
QuotaProtos.SpaceQuotaSnapshot.Builder |
setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
QuotaProtos.SpaceQuotaSnapshot.Builder |
setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<QuotaProtos.SpaceQuotaSnapshot.Builder>public QuotaProtos.SpaceQuotaSnapshot.Builder clear()
clear in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclear in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclear in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<QuotaProtos.SpaceQuotaSnapshot.Builder>public org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildergetDescriptorForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetDescriptorForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<QuotaProtos.SpaceQuotaSnapshot.Builder>public QuotaProtos.SpaceQuotaSnapshot getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderpublic QuotaProtos.SpaceQuotaSnapshot build()
build in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderbuild in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic QuotaProtos.SpaceQuotaSnapshot buildPartial()
buildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderbuildPartial in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic QuotaProtos.SpaceQuotaSnapshot.Builder clone()
clone in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclone in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclone in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<QuotaProtos.SpaceQuotaSnapshot.Builder>public QuotaProtos.SpaceQuotaSnapshot.Builder setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<QuotaProtos.SpaceQuotaSnapshot.Builder>public QuotaProtos.SpaceQuotaSnapshot.Builder clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<QuotaProtos.SpaceQuotaSnapshot.Builder>public QuotaProtos.SpaceQuotaSnapshot.Builder clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearOneof in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<QuotaProtos.SpaceQuotaSnapshot.Builder>public QuotaProtos.SpaceQuotaSnapshot.Builder setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetRepeatedField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<QuotaProtos.SpaceQuotaSnapshot.Builder>public QuotaProtos.SpaceQuotaSnapshot.Builder addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderaddRepeatedField in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<QuotaProtos.SpaceQuotaSnapshot.Builder>public QuotaProtos.SpaceQuotaSnapshot.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other)
mergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<QuotaProtos.SpaceQuotaSnapshot.Builder>public QuotaProtos.SpaceQuotaSnapshot.Builder mergeFrom(QuotaProtos.SpaceQuotaSnapshot other)
public final boolean isInitialized()
isInitialized in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<QuotaProtos.SpaceQuotaSnapshot.Builder>public QuotaProtos.SpaceQuotaSnapshot.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.BuildermergeFrom in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<QuotaProtos.SpaceQuotaSnapshot.Builder>IOExceptionpublic boolean hasQuotaStatus()
optional .hbase.pb.SpaceQuotaStatus quota_status = 1;hasQuotaStatus in interface QuotaProtos.SpaceQuotaSnapshotOrBuilderpublic QuotaProtos.SpaceQuotaStatus getQuotaStatus()
optional .hbase.pb.SpaceQuotaStatus quota_status = 1;getQuotaStatus in interface QuotaProtos.SpaceQuotaSnapshotOrBuilderpublic QuotaProtos.SpaceQuotaSnapshot.Builder setQuotaStatus(QuotaProtos.SpaceQuotaStatus value)
optional .hbase.pb.SpaceQuotaStatus quota_status = 1;public QuotaProtos.SpaceQuotaSnapshot.Builder setQuotaStatus(QuotaProtos.SpaceQuotaStatus.Builder builderForValue)
optional .hbase.pb.SpaceQuotaStatus quota_status = 1;public QuotaProtos.SpaceQuotaSnapshot.Builder mergeQuotaStatus(QuotaProtos.SpaceQuotaStatus value)
optional .hbase.pb.SpaceQuotaStatus quota_status = 1;public QuotaProtos.SpaceQuotaSnapshot.Builder clearQuotaStatus()
optional .hbase.pb.SpaceQuotaStatus quota_status = 1;public QuotaProtos.SpaceQuotaStatus.Builder getQuotaStatusBuilder()
optional .hbase.pb.SpaceQuotaStatus quota_status = 1;public QuotaProtos.SpaceQuotaStatusOrBuilder getQuotaStatusOrBuilder()
optional .hbase.pb.SpaceQuotaStatus quota_status = 1;getQuotaStatusOrBuilder in interface QuotaProtos.SpaceQuotaSnapshotOrBuilderpublic boolean hasQuotaUsage()
optional uint64 quota_usage = 2;hasQuotaUsage in interface QuotaProtos.SpaceQuotaSnapshotOrBuilderpublic long getQuotaUsage()
optional uint64 quota_usage = 2;getQuotaUsage in interface QuotaProtos.SpaceQuotaSnapshotOrBuilderpublic QuotaProtos.SpaceQuotaSnapshot.Builder setQuotaUsage(long value)
optional uint64 quota_usage = 2;public QuotaProtos.SpaceQuotaSnapshot.Builder clearQuotaUsage()
optional uint64 quota_usage = 2;public boolean hasQuotaLimit()
optional uint64 quota_limit = 3;hasQuotaLimit in interface QuotaProtos.SpaceQuotaSnapshotOrBuilderpublic long getQuotaLimit()
optional uint64 quota_limit = 3;getQuotaLimit in interface QuotaProtos.SpaceQuotaSnapshotOrBuilderpublic QuotaProtos.SpaceQuotaSnapshot.Builder setQuotaLimit(long value)
optional uint64 quota_limit = 3;public QuotaProtos.SpaceQuotaSnapshot.Builder clearQuotaLimit()
optional uint64 quota_limit = 3;public final QuotaProtos.SpaceQuotaSnapshot.Builder setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetUnknownFields in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<QuotaProtos.SpaceQuotaSnapshot.Builder>public final QuotaProtos.SpaceQuotaSnapshot.Builder mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeUnknownFields in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<QuotaProtos.SpaceQuotaSnapshot.Builder>Copyright © 2007–2019 Cloudera. All rights reserved.