http://git-wip-us.apache.org/repos/asf/hbase/blob/62bce5f9/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/HBaseProtos.java ---------------------------------------------------------------------- diff --git a/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/HBaseProtos.java b/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/HBaseProtos.java index 3007d25..bde5403 100644 --- a/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/HBaseProtos.java +++ b/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/HBaseProtos.java @@ -9,7 +9,7 @@ public final class HBaseProtos { com.google.protobuf.ExtensionRegistry registry) { } /** - * Protobuf enum {@code CompareType} + * Protobuf enum {@code hbase.pb.CompareType} * * <pre> * Comparison operators @@ -136,11 +136,11 @@ public final class HBaseProtos { this.value = value; } - // @@protoc_insertion_point(enum_scope:CompareType) + // @@protoc_insertion_point(enum_scope:hbase.pb.CompareType) } /** - * Protobuf enum {@code TimeUnit} + * Protobuf enum {@code hbase.pb.TimeUnit} */ public enum TimeUnit implements com.google.protobuf.ProtocolMessageEnum { @@ -263,7 +263,7 @@ public final class HBaseProtos { this.value = value; } - // @@protoc_insertion_point(enum_scope:TimeUnit) + // @@protoc_insertion_point(enum_scope:hbase.pb.TimeUnit) } public interface TableNameOrBuilder @@ -290,7 +290,7 @@ public final class HBaseProtos { com.google.protobuf.ByteString getQualifier(); } /** - * Protobuf type {@code TableName} + * Protobuf type {@code hbase.pb.TableName} * * <pre> ** @@ -369,12 +369,12 @@ public final class HBaseProtos { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableName_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableName_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableName_fieldAccessorTable + return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableName_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.class, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.Builder.class); } @@ -600,7 +600,7 @@ public final class HBaseProtos { return builder; } /** - * Protobuf type {@code TableName} + * Protobuf type {@code hbase.pb.TableName} * * <pre> ** @@ -612,12 +612,12 @@ public final class HBaseProtos { implements org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableNameOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableName_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableName_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableName_fieldAccessorTable + return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableName_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.class, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.Builder.class); } @@ -655,7 +655,7 @@ public final class HBaseProtos { public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableName_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableName_descriptor; } public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName getDefaultInstanceForType() { @@ -811,7 +811,7 @@ public final class HBaseProtos { return this; } - // @@protoc_insertion_point(builder_scope:TableName) + // @@protoc_insertion_point(builder_scope:hbase.pb.TableName) } static { @@ -819,103 +819,103 @@ public final class HBaseProtos { defaultInstance.initFields(); } - // @@protoc_insertion_point(class_scope:TableName) + // @@protoc_insertion_point(class_scope:hbase.pb.TableName) } public interface TableSchemaOrBuilder extends com.google.protobuf.MessageOrBuilder { - // optional .TableName table_name = 1; + // optional .hbase.pb.TableName table_name = 1; /** - * <code>optional .TableName table_name = 1;</code> + * <code>optional .hbase.pb.TableName table_name = 1;</code> */ boolean hasTableName(); /** - * <code>optional .TableName table_name = 1;</code> + * <code>optional .hbase.pb.TableName table_name = 1;</code> */ org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName getTableName(); /** - * <code>optional .TableName table_name = 1;</code> + * <code>optional .hbase.pb.TableName table_name = 1;</code> */ org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableNameOrBuilder getTableNameOrBuilder(); - // repeated .BytesBytesPair attributes = 2; + // repeated .hbase.pb.BytesBytesPair attributes = 2; /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair> getAttributesList(); /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair getAttributes(int index); /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ int getAttributesCount(); /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ java.util.List<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder> getAttributesOrBuilderList(); /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder getAttributesOrBuilder( int index); - // repeated .ColumnFamilySchema column_families = 3; + // repeated .hbase.pb.ColumnFamilySchema column_families = 3; /** - * <code>repeated .ColumnFamilySchema column_families = 3;</code> + * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code> */ java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema> getColumnFamiliesList(); /** - * <code>repeated .ColumnFamilySchema column_families = 3;</code> + * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code> */ org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema getColumnFamilies(int index); /** - * <code>repeated .ColumnFamilySchema column_families = 3;</code> + * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code> */ int getColumnFamiliesCount(); /** - * <code>repeated .ColumnFamilySchema column_families = 3;</code> + * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code> */ java.util.List<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchemaOrBuilder> getColumnFamiliesOrBuilderList(); /** - * <code>repeated .ColumnFamilySchema column_families = 3;</code> + * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code> */ org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchemaOrBuilder getColumnFamiliesOrBuilder( int index); - // repeated .NameStringPair configuration = 4; + // repeated .hbase.pb.NameStringPair configuration = 4; /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair> getConfigurationList(); /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair getConfiguration(int index); /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ int getConfigurationCount(); /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ java.util.List<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder> getConfigurationOrBuilderList(); /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder getConfigurationOrBuilder( int index); } /** - * Protobuf type {@code TableSchema} + * Protobuf type {@code hbase.pb.TableSchema} * * <pre> ** @@ -1031,12 +1031,12 @@ public final class HBaseProtos { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableSchema_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableSchema_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableSchema_fieldAccessorTable + return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableSchema_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema.class, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema.Builder.class); } @@ -1057,130 +1057,130 @@ public final class HBaseProtos { } private int bitField0_; - // optional .TableName table_name = 1; + // optional .hbase.pb.TableName table_name = 1; public static final int TABLE_NAME_FIELD_NUMBER = 1; private org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName tableName_; /** - * <code>optional .TableName table_name = 1;</code> + * <code>optional .hbase.pb.TableName table_name = 1;</code> */ public boolean hasTableName() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** - * <code>optional .TableName table_name = 1;</code> + * <code>optional .hbase.pb.TableName table_name = 1;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName getTableName() { return tableName_; } /** - * <code>optional .TableName table_name = 1;</code> + * <code>optional .hbase.pb.TableName table_name = 1;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableNameOrBuilder getTableNameOrBuilder() { return tableName_; } - // repeated .BytesBytesPair attributes = 2; + // repeated .hbase.pb.BytesBytesPair attributes = 2; public static final int ATTRIBUTES_FIELD_NUMBER = 2; private java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair> attributes_; /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair> getAttributesList() { return attributes_; } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public java.util.List<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder> getAttributesOrBuilderList() { return attributes_; } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public int getAttributesCount() { return attributes_.size(); } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair getAttributes(int index) { return attributes_.get(index); } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder getAttributesOrBuilder( int index) { return attributes_.get(index); } - // repeated .ColumnFamilySchema column_families = 3; + // repeated .hbase.pb.ColumnFamilySchema column_families = 3; public static final int COLUMN_FAMILIES_FIELD_NUMBER = 3; private java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema> columnFamilies_; /** - * <code>repeated .ColumnFamilySchema column_families = 3;</code> + * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code> */ public java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema> getColumnFamiliesList() { return columnFamilies_; } /** - * <code>repeated .ColumnFamilySchema column_families = 3;</code> + * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code> */ public java.util.List<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchemaOrBuilder> getColumnFamiliesOrBuilderList() { return columnFamilies_; } /** - * <code>repeated .ColumnFamilySchema column_families = 3;</code> + * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code> */ public int getColumnFamiliesCount() { return columnFamilies_.size(); } /** - * <code>repeated .ColumnFamilySchema column_families = 3;</code> + * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema getColumnFamilies(int index) { return columnFamilies_.get(index); } /** - * <code>repeated .ColumnFamilySchema column_families = 3;</code> + * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchemaOrBuilder getColumnFamiliesOrBuilder( int index) { return columnFamilies_.get(index); } - // repeated .NameStringPair configuration = 4; + // repeated .hbase.pb.NameStringPair configuration = 4; public static final int CONFIGURATION_FIELD_NUMBER = 4; private java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair> configuration_; /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair> getConfigurationList() { return configuration_; } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public java.util.List<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder> getConfigurationOrBuilderList() { return configuration_; } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public int getConfigurationCount() { return configuration_.size(); } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair getConfiguration(int index) { return configuration_.get(index); } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder getConfigurationOrBuilder( int index) { @@ -1401,7 +1401,7 @@ public final class HBaseProtos { return builder; } /** - * Protobuf type {@code TableSchema} + * Protobuf type {@code hbase.pb.TableSchema} * * <pre> ** @@ -1414,12 +1414,12 @@ public final class HBaseProtos { implements org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchemaOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableSchema_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableSchema_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableSchema_fieldAccessorTable + return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableSchema_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema.class, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema.Builder.class); } @@ -1481,7 +1481,7 @@ public final class HBaseProtos { public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableSchema_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableSchema_descriptor; } public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema getDefaultInstanceForType() { @@ -1683,18 +1683,18 @@ public final class HBaseProtos { } private int bitField0_; - // optional .TableName table_name = 1; + // optional .hbase.pb.TableName table_name = 1; private org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName tableName_ = org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.getDefaultInstance(); private com.google.protobuf.SingleFieldBuilder< org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.Builder, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableNameOrBuilder> tableNameBuilder_; /** - * <code>optional .TableName table_name = 1;</code> + * <code>optional .hbase.pb.TableName table_name = 1;</code> */ public boolean hasTableName() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** - * <code>optional .TableName table_name = 1;</code> + * <code>optional .hbase.pb.TableName table_name = 1;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName getTableName() { if (tableNameBuilder_ == null) { @@ -1704,7 +1704,7 @@ public final class HBaseProtos { } } /** - * <code>optional .TableName table_name = 1;</code> + * <code>optional .hbase.pb.TableName table_name = 1;</code> */ public Builder setTableName(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName value) { if (tableNameBuilder_ == null) { @@ -1720,7 +1720,7 @@ public final class HBaseProtos { return this; } /** - * <code>optional .TableName table_name = 1;</code> + * <code>optional .hbase.pb.TableName table_name = 1;</code> */ public Builder setTableName( org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.Builder builderForValue) { @@ -1734,7 +1734,7 @@ public final class HBaseProtos { return this; } /** - * <code>optional .TableName table_name = 1;</code> + * <code>optional .hbase.pb.TableName table_name = 1;</code> */ public Builder mergeTableName(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName value) { if (tableNameBuilder_ == null) { @@ -1753,7 +1753,7 @@ public final class HBaseProtos { return this; } /** - * <code>optional .TableName table_name = 1;</code> + * <code>optional .hbase.pb.TableName table_name = 1;</code> */ public Builder clearTableName() { if (tableNameBuilder_ == null) { @@ -1766,7 +1766,7 @@ public final class HBaseProtos { return this; } /** - * <code>optional .TableName table_name = 1;</code> + * <code>optional .hbase.pb.TableName table_name = 1;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.Builder getTableNameBuilder() { bitField0_ |= 0x00000001; @@ -1774,7 +1774,7 @@ public final class HBaseProtos { return getTableNameFieldBuilder().getBuilder(); } /** - * <code>optional .TableName table_name = 1;</code> + * <code>optional .hbase.pb.TableName table_name = 1;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableNameOrBuilder getTableNameOrBuilder() { if (tableNameBuilder_ != null) { @@ -1784,7 +1784,7 @@ public final class HBaseProtos { } } /** - * <code>optional .TableName table_name = 1;</code> + * <code>optional .hbase.pb.TableName table_name = 1;</code> */ private com.google.protobuf.SingleFieldBuilder< org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName.Builder, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableNameOrBuilder> @@ -1800,7 +1800,7 @@ public final class HBaseProtos { return tableNameBuilder_; } - // repeated .BytesBytesPair attributes = 2; + // repeated .hbase.pb.BytesBytesPair attributes = 2; private java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair> attributes_ = java.util.Collections.emptyList(); private void ensureAttributesIsMutable() { @@ -1814,7 +1814,7 @@ public final class HBaseProtos { org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder> attributesBuilder_; /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair> getAttributesList() { if (attributesBuilder_ == null) { @@ -1824,7 +1824,7 @@ public final class HBaseProtos { } } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public int getAttributesCount() { if (attributesBuilder_ == null) { @@ -1834,7 +1834,7 @@ public final class HBaseProtos { } } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair getAttributes(int index) { if (attributesBuilder_ == null) { @@ -1844,7 +1844,7 @@ public final class HBaseProtos { } } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public Builder setAttributes( int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair value) { @@ -1861,7 +1861,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public Builder setAttributes( int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder builderForValue) { @@ -1875,7 +1875,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public Builder addAttributes(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair value) { if (attributesBuilder_ == null) { @@ -1891,7 +1891,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public Builder addAttributes( int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair value) { @@ -1908,7 +1908,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public Builder addAttributes( org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder builderForValue) { @@ -1922,7 +1922,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public Builder addAttributes( int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder builderForValue) { @@ -1936,7 +1936,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public Builder addAllAttributes( java.lang.Iterable<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair> values) { @@ -1950,7 +1950,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public Builder clearAttributes() { if (attributesBuilder_ == null) { @@ -1963,7 +1963,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public Builder removeAttributes(int index) { if (attributesBuilder_ == null) { @@ -1976,14 +1976,14 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder getAttributesBuilder( int index) { return getAttributesFieldBuilder().getBuilder(index); } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder getAttributesOrBuilder( int index) { @@ -1993,7 +1993,7 @@ public final class HBaseProtos { } } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public java.util.List<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder> getAttributesOrBuilderList() { @@ -2004,14 +2004,14 @@ public final class HBaseProtos { } } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder addAttributesBuilder() { return getAttributesFieldBuilder().addBuilder( org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.getDefaultInstance()); } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder addAttributesBuilder( int index) { @@ -2019,7 +2019,7 @@ public final class HBaseProtos { index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.getDefaultInstance()); } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder> getAttributesBuilderList() { @@ -2040,7 +2040,7 @@ public final class HBaseProtos { return attributesBuilder_; } - // repeated .ColumnFamilySchema column_families = 3; + // repeated .hbase.pb.ColumnFamilySchema column_families = 3; private java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema> columnFamilies_ = java.util.Collections.emptyList(); private void ensureColumnFamiliesIsMutable() { @@ -2054,7 +2054,7 @@ public final class HBaseProtos { org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.Builder, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchemaOrBuilder> columnFamiliesBuilder_; /** - * <code>repeated .ColumnFamilySchema column_families = 3;</code> + * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code> */ public java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema> getColumnFamiliesList() { if (columnFamiliesBuilder_ == null) { @@ -2064,7 +2064,7 @@ public final class HBaseProtos { } } /** - * <code>repeated .ColumnFamilySchema column_families = 3;</code> + * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code> */ public int getColumnFamiliesCount() { if (columnFamiliesBuilder_ == null) { @@ -2074,7 +2074,7 @@ public final class HBaseProtos { } } /** - * <code>repeated .ColumnFamilySchema column_families = 3;</code> + * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema getColumnFamilies(int index) { if (columnFamiliesBuilder_ == null) { @@ -2084,7 +2084,7 @@ public final class HBaseProtos { } } /** - * <code>repeated .ColumnFamilySchema column_families = 3;</code> + * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code> */ public Builder setColumnFamilies( int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema value) { @@ -2101,7 +2101,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .ColumnFamilySchema column_families = 3;</code> + * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code> */ public Builder setColumnFamilies( int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.Builder builderForValue) { @@ -2115,7 +2115,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .ColumnFamilySchema column_families = 3;</code> + * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code> */ public Builder addColumnFamilies(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema value) { if (columnFamiliesBuilder_ == null) { @@ -2131,7 +2131,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .ColumnFamilySchema column_families = 3;</code> + * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code> */ public Builder addColumnFamilies( int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema value) { @@ -2148,7 +2148,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .ColumnFamilySchema column_families = 3;</code> + * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code> */ public Builder addColumnFamilies( org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.Builder builderForValue) { @@ -2162,7 +2162,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .ColumnFamilySchema column_families = 3;</code> + * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code> */ public Builder addColumnFamilies( int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.Builder builderForValue) { @@ -2176,7 +2176,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .ColumnFamilySchema column_families = 3;</code> + * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code> */ public Builder addAllColumnFamilies( java.lang.Iterable<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema> values) { @@ -2190,7 +2190,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .ColumnFamilySchema column_families = 3;</code> + * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code> */ public Builder clearColumnFamilies() { if (columnFamiliesBuilder_ == null) { @@ -2203,7 +2203,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .ColumnFamilySchema column_families = 3;</code> + * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code> */ public Builder removeColumnFamilies(int index) { if (columnFamiliesBuilder_ == null) { @@ -2216,14 +2216,14 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .ColumnFamilySchema column_families = 3;</code> + * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.Builder getColumnFamiliesBuilder( int index) { return getColumnFamiliesFieldBuilder().getBuilder(index); } /** - * <code>repeated .ColumnFamilySchema column_families = 3;</code> + * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchemaOrBuilder getColumnFamiliesOrBuilder( int index) { @@ -2233,7 +2233,7 @@ public final class HBaseProtos { } } /** - * <code>repeated .ColumnFamilySchema column_families = 3;</code> + * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code> */ public java.util.List<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchemaOrBuilder> getColumnFamiliesOrBuilderList() { @@ -2244,14 +2244,14 @@ public final class HBaseProtos { } } /** - * <code>repeated .ColumnFamilySchema column_families = 3;</code> + * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.Builder addColumnFamiliesBuilder() { return getColumnFamiliesFieldBuilder().addBuilder( org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.getDefaultInstance()); } /** - * <code>repeated .ColumnFamilySchema column_families = 3;</code> + * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.Builder addColumnFamiliesBuilder( int index) { @@ -2259,7 +2259,7 @@ public final class HBaseProtos { index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.getDefaultInstance()); } /** - * <code>repeated .ColumnFamilySchema column_families = 3;</code> + * <code>repeated .hbase.pb.ColumnFamilySchema column_families = 3;</code> */ public java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.Builder> getColumnFamiliesBuilderList() { @@ -2280,7 +2280,7 @@ public final class HBaseProtos { return columnFamiliesBuilder_; } - // repeated .NameStringPair configuration = 4; + // repeated .hbase.pb.NameStringPair configuration = 4; private java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair> configuration_ = java.util.Collections.emptyList(); private void ensureConfigurationIsMutable() { @@ -2294,7 +2294,7 @@ public final class HBaseProtos { org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder> configurationBuilder_; /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair> getConfigurationList() { if (configurationBuilder_ == null) { @@ -2304,7 +2304,7 @@ public final class HBaseProtos { } } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public int getConfigurationCount() { if (configurationBuilder_ == null) { @@ -2314,7 +2314,7 @@ public final class HBaseProtos { } } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair getConfiguration(int index) { if (configurationBuilder_ == null) { @@ -2324,7 +2324,7 @@ public final class HBaseProtos { } } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public Builder setConfiguration( int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair value) { @@ -2341,7 +2341,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public Builder setConfiguration( int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder builderForValue) { @@ -2355,7 +2355,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public Builder addConfiguration(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair value) { if (configurationBuilder_ == null) { @@ -2371,7 +2371,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public Builder addConfiguration( int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair value) { @@ -2388,7 +2388,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public Builder addConfiguration( org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder builderForValue) { @@ -2402,7 +2402,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public Builder addConfiguration( int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder builderForValue) { @@ -2416,7 +2416,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public Builder addAllConfiguration( java.lang.Iterable<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair> values) { @@ -2430,7 +2430,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public Builder clearConfiguration() { if (configurationBuilder_ == null) { @@ -2443,7 +2443,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public Builder removeConfiguration(int index) { if (configurationBuilder_ == null) { @@ -2456,14 +2456,14 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder getConfigurationBuilder( int index) { return getConfigurationFieldBuilder().getBuilder(index); } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder getConfigurationOrBuilder( int index) { @@ -2473,7 +2473,7 @@ public final class HBaseProtos { } } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public java.util.List<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder> getConfigurationOrBuilderList() { @@ -2484,14 +2484,14 @@ public final class HBaseProtos { } } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder addConfigurationBuilder() { return getConfigurationFieldBuilder().addBuilder( org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.getDefaultInstance()); } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder addConfigurationBuilder( int index) { @@ -2499,7 +2499,7 @@ public final class HBaseProtos { index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.getDefaultInstance()); } /** - * <code>repeated .NameStringPair configuration = 4;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 4;</code> */ public java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder> getConfigurationBuilderList() { @@ -2520,7 +2520,7 @@ public final class HBaseProtos { return configurationBuilder_; } - // @@protoc_insertion_point(builder_scope:TableSchema) + // @@protoc_insertion_point(builder_scope:hbase.pb.TableSchema) } static { @@ -2528,15 +2528,15 @@ public final class HBaseProtos { defaultInstance.initFields(); } - // @@protoc_insertion_point(class_scope:TableSchema) + // @@protoc_insertion_point(class_scope:hbase.pb.TableSchema) } public interface TableStateOrBuilder extends com.google.protobuf.MessageOrBuilder { - // required .TableState.State state = 1; + // required .hbase.pb.TableState.State state = 1; /** - * <code>required .TableState.State state = 1;</code> + * <code>required .hbase.pb.TableState.State state = 1;</code> * * <pre> * This is the table's state. @@ -2544,7 +2544,7 @@ public final class HBaseProtos { */ boolean hasState(); /** - * <code>required .TableState.State state = 1;</code> + * <code>required .hbase.pb.TableState.State state = 1;</code> * * <pre> * This is the table's state. @@ -2553,7 +2553,7 @@ public final class HBaseProtos { org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableState.State getState(); } /** - * Protobuf type {@code TableState} + * Protobuf type {@code hbase.pb.TableState} * * <pre> ** Denotes state of the table @@ -2632,12 +2632,12 @@ public final class HBaseProtos { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableState_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableState_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableState_fieldAccessorTable + return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableState_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableState.class, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableState.Builder.class); } @@ -2658,7 +2658,7 @@ public final class HBaseProtos { } /** - * Protobuf enum {@code TableState.State} + * Protobuf enum {@code hbase.pb.TableState.State} * * <pre> * Table's current state @@ -2758,15 +2758,15 @@ public final class HBaseProtos { this.value = value; } - // @@protoc_insertion_point(enum_scope:TableState.State) + // @@protoc_insertion_point(enum_scope:hbase.pb.TableState.State) } private int bitField0_; - // required .TableState.State state = 1; + // required .hbase.pb.TableState.State state = 1; public static final int STATE_FIELD_NUMBER = 1; private org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableState.State state_; /** - * <code>required .TableState.State state = 1;</code> + * <code>required .hbase.pb.TableState.State state = 1;</code> * * <pre> * This is the table's state. @@ -2776,7 +2776,7 @@ public final class HBaseProtos { return ((bitField0_ & 0x00000001) == 0x00000001); } /** - * <code>required .TableState.State state = 1;</code> + * <code>required .hbase.pb.TableState.State state = 1;</code> * * <pre> * This is the table's state. @@ -2938,7 +2938,7 @@ public final class HBaseProtos { return builder; } /** - * Protobuf type {@code TableState} + * Protobuf type {@code hbase.pb.TableState} * * <pre> ** Denotes state of the table @@ -2949,12 +2949,12 @@ public final class HBaseProtos { implements org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableStateOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableState_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableState_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableState_fieldAccessorTable + return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableState_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableState.class, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableState.Builder.class); } @@ -2990,7 +2990,7 @@ public final class HBaseProtos { public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableState_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableState_descriptor; } public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableState getDefaultInstanceForType() { @@ -3063,10 +3063,10 @@ public final class HBaseProtos { } private int bitField0_; - // required .TableState.State state = 1; + // required .hbase.pb.TableState.State state = 1; private org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableState.State state_ = org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableState.State.ENABLED; /** - * <code>required .TableState.State state = 1;</code> + * <code>required .hbase.pb.TableState.State state = 1;</code> * * <pre> * This is the table's state. @@ -3076,7 +3076,7 @@ public final class HBaseProtos { return ((bitField0_ & 0x00000001) == 0x00000001); } /** - * <code>required .TableState.State state = 1;</code> + * <code>required .hbase.pb.TableState.State state = 1;</code> * * <pre> * This is the table's state. @@ -3086,7 +3086,7 @@ public final class HBaseProtos { return state_; } /** - * <code>required .TableState.State state = 1;</code> + * <code>required .hbase.pb.TableState.State state = 1;</code> * * <pre> * This is the table's state. @@ -3102,7 +3102,7 @@ public final class HBaseProtos { return this; } /** - * <code>required .TableState.State state = 1;</code> + * <code>required .hbase.pb.TableState.State state = 1;</code> * * <pre> * This is the table's state. @@ -3115,7 +3115,7 @@ public final class HBaseProtos { return this; } - // @@protoc_insertion_point(builder_scope:TableState) + // @@protoc_insertion_point(builder_scope:hbase.pb.TableState) } static { @@ -3123,28 +3123,28 @@ public final class HBaseProtos { defaultInstance.initFields(); } - // @@protoc_insertion_point(class_scope:TableState) + // @@protoc_insertion_point(class_scope:hbase.pb.TableState) } public interface TableDescriptorOrBuilder extends com.google.protobuf.MessageOrBuilder { - // required .TableSchema schema = 1; + // required .hbase.pb.TableSchema schema = 1; /** - * <code>required .TableSchema schema = 1;</code> + * <code>required .hbase.pb.TableSchema schema = 1;</code> */ boolean hasSchema(); /** - * <code>required .TableSchema schema = 1;</code> + * <code>required .hbase.pb.TableSchema schema = 1;</code> */ org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema getSchema(); /** - * <code>required .TableSchema schema = 1;</code> + * <code>required .hbase.pb.TableSchema schema = 1;</code> */ org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchemaOrBuilder getSchemaOrBuilder(); } /** - * Protobuf type {@code TableDescriptor} + * Protobuf type {@code hbase.pb.TableDescriptor} * * <pre> ** On HDFS representation of table state. @@ -3225,12 +3225,12 @@ public final class HBaseProtos { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableDescriptor_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableDescriptor_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableDescriptor_fieldAccessorTable + return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableDescriptor_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableDescriptor.class, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableDescriptor.Builder.class); } @@ -3251,23 +3251,23 @@ public final class HBaseProtos { } private int bitField0_; - // required .TableSchema schema = 1; + // required .hbase.pb.TableSchema schema = 1; public static final int SCHEMA_FIELD_NUMBER = 1; private org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema schema_; /** - * <code>required .TableSchema schema = 1;</code> + * <code>required .hbase.pb.TableSchema schema = 1;</code> */ public boolean hasSchema() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** - * <code>required .TableSchema schema = 1;</code> + * <code>required .hbase.pb.TableSchema schema = 1;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema getSchema() { return schema_; } /** - * <code>required .TableSchema schema = 1;</code> + * <code>required .hbase.pb.TableSchema schema = 1;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchemaOrBuilder getSchemaOrBuilder() { return schema_; @@ -3429,7 +3429,7 @@ public final class HBaseProtos { return builder; } /** - * Protobuf type {@code TableDescriptor} + * Protobuf type {@code hbase.pb.TableDescriptor} * * <pre> ** On HDFS representation of table state. @@ -3440,12 +3440,12 @@ public final class HBaseProtos { implements org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableDescriptorOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableDescriptor_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableDescriptor_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableDescriptor_fieldAccessorTable + return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableDescriptor_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableDescriptor.class, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableDescriptor.Builder.class); } @@ -3486,7 +3486,7 @@ public final class HBaseProtos { public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_TableDescriptor_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_TableDescriptor_descriptor; } public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableDescriptor getDefaultInstanceForType() { @@ -3567,18 +3567,18 @@ public final class HBaseProtos { } private int bitField0_; - // required .TableSchema schema = 1; + // required .hbase.pb.TableSchema schema = 1; private org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema schema_ = org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema.getDefaultInstance(); private com.google.protobuf.SingleFieldBuilder< org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema.Builder, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchemaOrBuilder> schemaBuilder_; /** - * <code>required .TableSchema schema = 1;</code> + * <code>required .hbase.pb.TableSchema schema = 1;</code> */ public boolean hasSchema() { return ((bitField0_ & 0x00000001) == 0x00000001); } /** - * <code>required .TableSchema schema = 1;</code> + * <code>required .hbase.pb.TableSchema schema = 1;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema getSchema() { if (schemaBuilder_ == null) { @@ -3588,7 +3588,7 @@ public final class HBaseProtos { } } /** - * <code>required .TableSchema schema = 1;</code> + * <code>required .hbase.pb.TableSchema schema = 1;</code> */ public Builder setSchema(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema value) { if (schemaBuilder_ == null) { @@ -3604,7 +3604,7 @@ public final class HBaseProtos { return this; } /** - * <code>required .TableSchema schema = 1;</code> + * <code>required .hbase.pb.TableSchema schema = 1;</code> */ public Builder setSchema( org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema.Builder builderForValue) { @@ -3618,7 +3618,7 @@ public final class HBaseProtos { return this; } /** - * <code>required .TableSchema schema = 1;</code> + * <code>required .hbase.pb.TableSchema schema = 1;</code> */ public Builder mergeSchema(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema value) { if (schemaBuilder_ == null) { @@ -3637,7 +3637,7 @@ public final class HBaseProtos { return this; } /** - * <code>required .TableSchema schema = 1;</code> + * <code>required .hbase.pb.TableSchema schema = 1;</code> */ public Builder clearSchema() { if (schemaBuilder_ == null) { @@ -3650,7 +3650,7 @@ public final class HBaseProtos { return this; } /** - * <code>required .TableSchema schema = 1;</code> + * <code>required .hbase.pb.TableSchema schema = 1;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema.Builder getSchemaBuilder() { bitField0_ |= 0x00000001; @@ -3658,7 +3658,7 @@ public final class HBaseProtos { return getSchemaFieldBuilder().getBuilder(); } /** - * <code>required .TableSchema schema = 1;</code> + * <code>required .hbase.pb.TableSchema schema = 1;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchemaOrBuilder getSchemaOrBuilder() { if (schemaBuilder_ != null) { @@ -3668,7 +3668,7 @@ public final class HBaseProtos { } } /** - * <code>required .TableSchema schema = 1;</code> + * <code>required .hbase.pb.TableSchema schema = 1;</code> */ private com.google.protobuf.SingleFieldBuilder< org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema.Builder, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchemaOrBuilder> @@ -3684,7 +3684,7 @@ public final class HBaseProtos { return schemaBuilder_; } - // @@protoc_insertion_point(builder_scope:TableDescriptor) + // @@protoc_insertion_point(builder_scope:hbase.pb.TableDescriptor) } static { @@ -3692,7 +3692,7 @@ public final class HBaseProtos { defaultInstance.initFields(); } - // @@protoc_insertion_point(class_scope:TableDescriptor) + // @@protoc_insertion_point(class_scope:hbase.pb.TableDescriptor) } public interface ColumnFamilySchemaOrBuilder @@ -3708,58 +3708,58 @@ public final class HBaseProtos { */ com.google.protobuf.ByteString getName(); - // repeated .BytesBytesPair attributes = 2; + // repeated .hbase.pb.BytesBytesPair attributes = 2; /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair> getAttributesList(); /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair getAttributes(int index); /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ int getAttributesCount(); /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ java.util.List<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder> getAttributesOrBuilderList(); /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder getAttributesOrBuilder( int index); - // repeated .NameStringPair configuration = 3; + // repeated .hbase.pb.NameStringPair configuration = 3; /** - * <code>repeated .NameStringPair configuration = 3;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code> */ java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair> getConfigurationList(); /** - * <code>repeated .NameStringPair configuration = 3;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code> */ org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair getConfiguration(int index); /** - * <code>repeated .NameStringPair configuration = 3;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code> */ int getConfigurationCount(); /** - * <code>repeated .NameStringPair configuration = 3;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code> */ java.util.List<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder> getConfigurationOrBuilderList(); /** - * <code>repeated .NameStringPair configuration = 3;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code> */ org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder getConfigurationOrBuilder( int index); } /** - * Protobuf type {@code ColumnFamilySchema} + * Protobuf type {@code hbase.pb.ColumnFamilySchema} * * <pre> ** @@ -3856,12 +3856,12 @@ public final class HBaseProtos { } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_ColumnFamilySchema_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_ColumnFamilySchema_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_ColumnFamilySchema_fieldAccessorTable + return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_ColumnFamilySchema_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.class, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.Builder.class); } @@ -3898,72 +3898,72 @@ public final class HBaseProtos { return name_; } - // repeated .BytesBytesPair attributes = 2; + // repeated .hbase.pb.BytesBytesPair attributes = 2; public static final int ATTRIBUTES_FIELD_NUMBER = 2; private java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair> attributes_; /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair> getAttributesList() { return attributes_; } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public java.util.List<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder> getAttributesOrBuilderList() { return attributes_; } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public int getAttributesCount() { return attributes_.size(); } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair getAttributes(int index) { return attributes_.get(index); } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder getAttributesOrBuilder( int index) { return attributes_.get(index); } - // repeated .NameStringPair configuration = 3; + // repeated .hbase.pb.NameStringPair configuration = 3; public static final int CONFIGURATION_FIELD_NUMBER = 3; private java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair> configuration_; /** - * <code>repeated .NameStringPair configuration = 3;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code> */ public java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair> getConfigurationList() { return configuration_; } /** - * <code>repeated .NameStringPair configuration = 3;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code> */ public java.util.List<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder> getConfigurationOrBuilderList() { return configuration_; } /** - * <code>repeated .NameStringPair configuration = 3;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code> */ public int getConfigurationCount() { return configuration_.size(); } /** - * <code>repeated .NameStringPair configuration = 3;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair getConfiguration(int index) { return configuration_.get(index); } /** - * <code>repeated .NameStringPair configuration = 3;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder getConfigurationOrBuilder( int index) { @@ -4162,7 +4162,7 @@ public final class HBaseProtos { return builder; } /** - * Protobuf type {@code ColumnFamilySchema} + * Protobuf type {@code hbase.pb.ColumnFamilySchema} * * <pre> ** @@ -4175,12 +4175,12 @@ public final class HBaseProtos { implements org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchemaOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_ColumnFamilySchema_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_ColumnFamilySchema_descriptor; } protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { - return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_ColumnFamilySchema_fieldAccessorTable + return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_ColumnFamilySchema_fieldAccessorTable .ensureFieldAccessorsInitialized( org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.class, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema.Builder.class); } @@ -4230,7 +4230,7 @@ public final class HBaseProtos { public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_ColumnFamilySchema_descriptor; + return org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.internal_static_hbase_pb_ColumnFamilySchema_descriptor; } public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema getDefaultInstanceForType() { @@ -4421,7 +4421,7 @@ public final class HBaseProtos { return this; } - // repeated .BytesBytesPair attributes = 2; + // repeated .hbase.pb.BytesBytesPair attributes = 2; private java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair> attributes_ = java.util.Collections.emptyList(); private void ensureAttributesIsMutable() { @@ -4435,7 +4435,7 @@ public final class HBaseProtos { org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder> attributesBuilder_; /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair> getAttributesList() { if (attributesBuilder_ == null) { @@ -4445,7 +4445,7 @@ public final class HBaseProtos { } } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public int getAttributesCount() { if (attributesBuilder_ == null) { @@ -4455,7 +4455,7 @@ public final class HBaseProtos { } } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair getAttributes(int index) { if (attributesBuilder_ == null) { @@ -4465,7 +4465,7 @@ public final class HBaseProtos { } } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public Builder setAttributes( int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair value) { @@ -4482,7 +4482,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public Builder setAttributes( int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder builderForValue) { @@ -4496,7 +4496,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public Builder addAttributes(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair value) { if (attributesBuilder_ == null) { @@ -4512,7 +4512,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public Builder addAttributes( int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair value) { @@ -4529,7 +4529,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public Builder addAttributes( org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder builderForValue) { @@ -4543,7 +4543,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public Builder addAttributes( int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder builderForValue) { @@ -4557,7 +4557,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public Builder addAllAttributes( java.lang.Iterable<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair> values) { @@ -4571,7 +4571,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public Builder clearAttributes() { if (attributesBuilder_ == null) { @@ -4584,7 +4584,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public Builder removeAttributes(int index) { if (attributesBuilder_ == null) { @@ -4597,14 +4597,14 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder getAttributesBuilder( int index) { return getAttributesFieldBuilder().getBuilder(index); } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder getAttributesOrBuilder( int index) { @@ -4614,7 +4614,7 @@ public final class HBaseProtos { } } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public java.util.List<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPairOrBuilder> getAttributesOrBuilderList() { @@ -4625,14 +4625,14 @@ public final class HBaseProtos { } } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder addAttributesBuilder() { return getAttributesFieldBuilder().addBuilder( org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.getDefaultInstance()); } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder addAttributesBuilder( int index) { @@ -4640,7 +4640,7 @@ public final class HBaseProtos { index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.getDefaultInstance()); } /** - * <code>repeated .BytesBytesPair attributes = 2;</code> + * <code>repeated .hbase.pb.BytesBytesPair attributes = 2;</code> */ public java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair.Builder> getAttributesBuilderList() { @@ -4661,7 +4661,7 @@ public final class HBaseProtos { return attributesBuilder_; } - // repeated .NameStringPair configuration = 3; + // repeated .hbase.pb.NameStringPair configuration = 3; private java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair> configuration_ = java.util.Collections.emptyList(); private void ensureConfigurationIsMutable() { @@ -4675,7 +4675,7 @@ public final class HBaseProtos { org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder> configurationBuilder_; /** - * <code>repeated .NameStringPair configuration = 3;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code> */ public java.util.List<org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair> getConfigurationList() { if (configurationBuilder_ == null) { @@ -4685,7 +4685,7 @@ public final class HBaseProtos { } } /** - * <code>repeated .NameStringPair configuration = 3;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code> */ public int getConfigurationCount() { if (configurationBuilder_ == null) { @@ -4695,7 +4695,7 @@ public final class HBaseProtos { } } /** - * <code>repeated .NameStringPair configuration = 3;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair getConfiguration(int index) { if (configurationBuilder_ == null) { @@ -4705,7 +4705,7 @@ public final class HBaseProtos { } } /** - * <code>repeated .NameStringPair configuration = 3;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code> */ public Builder setConfiguration( int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair value) { @@ -4722,7 +4722,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .NameStringPair configuration = 3;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code> */ public Builder setConfiguration( int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder builderForValue) { @@ -4736,7 +4736,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .NameStringPair configuration = 3;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code> */ public Builder addConfiguration(org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair value) { if (configurationBuilder_ == null) { @@ -4752,7 +4752,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .NameStringPair configuration = 3;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code> */ public Builder addConfiguration( int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair value) { @@ -4769,7 +4769,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .NameStringPair configuration = 3;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code> */ public Builder addConfiguration( org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder builderForValue) { @@ -4783,7 +4783,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .NameStringPair configuration = 3;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code> */ public Builder addConfiguration( int index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder builderForValue) { @@ -4797,7 +4797,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .NameStringPair configuration = 3;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code> */ public Builder addAllConfiguration( java.lang.Iterable<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair> values) { @@ -4811,7 +4811,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .NameStringPair configuration = 3;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code> */ public Builder clearConfiguration() { if (configurationBuilder_ == null) { @@ -4824,7 +4824,7 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .NameStringPair configuration = 3;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code> */ public Builder removeConfiguration(int index) { if (configurationBuilder_ == null) { @@ -4837,14 +4837,14 @@ public final class HBaseProtos { return this; } /** - * <code>repeated .NameStringPair configuration = 3;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder getConfigurationBuilder( int index) { return getConfigurationFieldBuilder().getBuilder(index); } /** - * <code>repeated .NameStringPair configuration = 3;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder getConfigurationOrBuilder( int index) { @@ -4854,7 +4854,7 @@ public final class HBaseProtos { } } /** - * <code>repeated .NameStringPair configuration = 3;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code> */ public java.util.List<? extends org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPairOrBuilder> getConfigurationOrBuilderList() { @@ -4865,14 +4865,14 @@ public final class HBaseProtos { } } /** - * <code>repeated .NameStringPair configuration = 3;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder addConfigurationBuilder() { return getConfigurationFieldBuilder().addBuilder( org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.getDefaultInstance()); } /** - * <code>repeated .NameStringPair configuration = 3;</code> + * <code>repeated .hbase.pb.NameStringPair configuration = 3;</code> */ public org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.Builder addConfigurationBuilder( int index) { @@ -4880,7 +4880,7 @@ public final class HBaseProtos { index, org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair.getDefaultInstance()); } /** - * <code>repeated .NameStringPair configuration = 3;</code> + * <code>repeated .hbas
<TRUNCATED>
