@Generated(value="proto") public static final class QuotaProtos.SpaceQuota extends com.google.protobuf.GeneratedMessage implements QuotaProtos.SpaceQuotaOrBuilder
hbase.pb.SpaceQuota
Defines a limit on the amount of filesystem space used by a table/namespace
Modifier and Type | Class and Description |
---|---|
static class |
QuotaProtos.SpaceQuota.Builder
Protobuf type
hbase.pb.SpaceQuota |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<QuotaProtos.SpaceQuota> |
PARSER |
static int |
REMOVE_FIELD_NUMBER |
static int |
SOFT_LIMIT_FIELD_NUMBER |
static int |
VIOLATION_POLICY_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static QuotaProtos.SpaceQuota |
getDefaultInstance() |
QuotaProtos.SpaceQuota |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<QuotaProtos.SpaceQuota> |
getParserForType() |
boolean |
getRemove()
optional bool remove = 3 [default = false]; |
int |
getSerializedSize() |
long |
getSoftLimit()
optional uint64 soft_limit = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
QuotaProtos.SpaceViolationPolicy |
getViolationPolicy()
optional .hbase.pb.SpaceViolationPolicy violation_policy = 2; |
int |
hashCode() |
boolean |
hasRemove()
optional bool remove = 3 [default = false]; |
boolean |
hasSoftLimit()
optional uint64 soft_limit = 1; |
boolean |
hasViolationPolicy()
optional .hbase.pb.SpaceViolationPolicy violation_policy = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static QuotaProtos.SpaceQuota.Builder |
newBuilder() |
static QuotaProtos.SpaceQuota.Builder |
newBuilder(QuotaProtos.SpaceQuota prototype) |
QuotaProtos.SpaceQuota.Builder |
newBuilderForType() |
protected QuotaProtos.SpaceQuota.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static QuotaProtos.SpaceQuota |
parseDelimitedFrom(InputStream input) |
static QuotaProtos.SpaceQuota |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuotaProtos.SpaceQuota |
parseFrom(byte[] data) |
static QuotaProtos.SpaceQuota |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuotaProtos.SpaceQuota |
parseFrom(com.google.protobuf.ByteString data) |
static QuotaProtos.SpaceQuota |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuotaProtos.SpaceQuota |
parseFrom(com.google.protobuf.CodedInputStream input) |
static QuotaProtos.SpaceQuota |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuotaProtos.SpaceQuota |
parseFrom(InputStream input) |
static QuotaProtos.SpaceQuota |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
QuotaProtos.SpaceQuota.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<QuotaProtos.SpaceQuota> PARSER
public static final int SOFT_LIMIT_FIELD_NUMBER
public static final int VIOLATION_POLICY_FIELD_NUMBER
public static final int REMOVE_FIELD_NUMBER
public static QuotaProtos.SpaceQuota getDefaultInstance()
public QuotaProtos.SpaceQuota getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<QuotaProtos.SpaceQuota> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasSoftLimit()
optional uint64 soft_limit = 1;
The limit of bytes for this quota
hasSoftLimit
in interface QuotaProtos.SpaceQuotaOrBuilder
public long getSoftLimit()
optional uint64 soft_limit = 1;
The limit of bytes for this quota
getSoftLimit
in interface QuotaProtos.SpaceQuotaOrBuilder
public boolean hasViolationPolicy()
optional .hbase.pb.SpaceViolationPolicy violation_policy = 2;
The action to take when the quota is violated
hasViolationPolicy
in interface QuotaProtos.SpaceQuotaOrBuilder
public QuotaProtos.SpaceViolationPolicy getViolationPolicy()
optional .hbase.pb.SpaceViolationPolicy violation_policy = 2;
The action to take when the quota is violated
getViolationPolicy
in interface QuotaProtos.SpaceQuotaOrBuilder
public boolean hasRemove()
optional bool remove = 3 [default = false];
When true, remove the quota.
hasRemove
in interface QuotaProtos.SpaceQuotaOrBuilder
public boolean getRemove()
optional bool remove = 3 [default = false];
When true, remove the quota.
getRemove
in interface QuotaProtos.SpaceQuotaOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static QuotaProtos.SpaceQuota parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static QuotaProtos.SpaceQuota parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static QuotaProtos.SpaceQuota parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static QuotaProtos.SpaceQuota parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static QuotaProtos.SpaceQuota parseFrom(InputStream input) throws IOException
IOException
public static QuotaProtos.SpaceQuota parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static QuotaProtos.SpaceQuota parseDelimitedFrom(InputStream input) throws IOException
IOException
public static QuotaProtos.SpaceQuota parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static QuotaProtos.SpaceQuota parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static QuotaProtos.SpaceQuota parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static QuotaProtos.SpaceQuota.Builder newBuilder()
public QuotaProtos.SpaceQuota.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static QuotaProtos.SpaceQuota.Builder newBuilder(QuotaProtos.SpaceQuota prototype)
public QuotaProtos.SpaceQuota.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected QuotaProtos.SpaceQuota.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2007–2019 Cloudera. All rights reserved.