Uses of Class
org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Attribute

Packages that use TableSchemaMessage.TableSchema.Attribute
org.apache.hadoop.hbase.rest.protobuf.generated   
 

Uses of TableSchemaMessage.TableSchema.Attribute in org.apache.hadoop.hbase.rest.protobuf.generated
 

Fields in org.apache.hadoop.hbase.rest.protobuf.generated with type parameters of type TableSchemaMessage.TableSchema.Attribute
static com.google.protobuf.Parser<TableSchemaMessage.TableSchema.Attribute> TableSchemaMessage.TableSchema.Attribute.PARSER
           
 

Methods in org.apache.hadoop.hbase.rest.protobuf.generated that return TableSchemaMessage.TableSchema.Attribute
 TableSchemaMessage.TableSchema.Attribute TableSchemaMessage.TableSchema.Attribute.Builder.build()
           
 TableSchemaMessage.TableSchema.Attribute TableSchemaMessage.TableSchema.Attribute.Builder.buildPartial()
           
 TableSchemaMessage.TableSchema.Attribute TableSchemaMessage.TableSchemaOrBuilder.getAttrs(int index)
          repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2;
 TableSchemaMessage.TableSchema.Attribute TableSchemaMessage.TableSchema.getAttrs(int index)
          repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2;
 TableSchemaMessage.TableSchema.Attribute TableSchemaMessage.TableSchema.Builder.getAttrs(int index)
          repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2;
static TableSchemaMessage.TableSchema.Attribute TableSchemaMessage.TableSchema.Attribute.getDefaultInstance()
           
 TableSchemaMessage.TableSchema.Attribute TableSchemaMessage.TableSchema.Attribute.getDefaultInstanceForType()
           
 TableSchemaMessage.TableSchema.Attribute TableSchemaMessage.TableSchema.Attribute.Builder.getDefaultInstanceForType()
           
static TableSchemaMessage.TableSchema.Attribute TableSchemaMessage.TableSchema.Attribute.parseDelimitedFrom(InputStream input)
           
static TableSchemaMessage.TableSchema.Attribute TableSchemaMessage.TableSchema.Attribute.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TableSchemaMessage.TableSchema.Attribute TableSchemaMessage.TableSchema.Attribute.parseFrom(byte[] data)
           
static TableSchemaMessage.TableSchema.Attribute TableSchemaMessage.TableSchema.Attribute.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TableSchemaMessage.TableSchema.Attribute TableSchemaMessage.TableSchema.Attribute.parseFrom(com.google.protobuf.ByteString data)
           
static TableSchemaMessage.TableSchema.Attribute TableSchemaMessage.TableSchema.Attribute.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TableSchemaMessage.TableSchema.Attribute TableSchemaMessage.TableSchema.Attribute.parseFrom(com.google.protobuf.CodedInputStream input)
           
static TableSchemaMessage.TableSchema.Attribute TableSchemaMessage.TableSchema.Attribute.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static TableSchemaMessage.TableSchema.Attribute TableSchemaMessage.TableSchema.Attribute.parseFrom(InputStream input)
           
static TableSchemaMessage.TableSchema.Attribute TableSchemaMessage.TableSchema.Attribute.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.rest.protobuf.generated that return types with arguments of type TableSchemaMessage.TableSchema.Attribute
 List<TableSchemaMessage.TableSchema.Attribute> TableSchemaMessage.TableSchemaOrBuilder.getAttrsList()
          repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2;
 List<TableSchemaMessage.TableSchema.Attribute> TableSchemaMessage.TableSchema.getAttrsList()
          repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2;
 List<TableSchemaMessage.TableSchema.Attribute> TableSchemaMessage.TableSchema.Builder.getAttrsList()
          repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2;
 com.google.protobuf.Parser<TableSchemaMessage.TableSchema.Attribute> TableSchemaMessage.TableSchema.Attribute.getParserForType()
           
 

Methods in org.apache.hadoop.hbase.rest.protobuf.generated with parameters of type TableSchemaMessage.TableSchema.Attribute
 TableSchemaMessage.TableSchema.Builder TableSchemaMessage.TableSchema.Builder.addAttrs(int index, TableSchemaMessage.TableSchema.Attribute value)
          repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2;
 TableSchemaMessage.TableSchema.Builder TableSchemaMessage.TableSchema.Builder.addAttrs(TableSchemaMessage.TableSchema.Attribute value)
          repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2;
 TableSchemaMessage.TableSchema.Attribute.Builder TableSchemaMessage.TableSchema.Attribute.Builder.mergeFrom(TableSchemaMessage.TableSchema.Attribute other)
           
static TableSchemaMessage.TableSchema.Attribute.Builder TableSchemaMessage.TableSchema.Attribute.newBuilder(TableSchemaMessage.TableSchema.Attribute prototype)
           
 TableSchemaMessage.TableSchema.Builder TableSchemaMessage.TableSchema.Builder.setAttrs(int index, TableSchemaMessage.TableSchema.Attribute value)
          repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2;
 

Method parameters in org.apache.hadoop.hbase.rest.protobuf.generated with type arguments of type TableSchemaMessage.TableSchema.Attribute
 TableSchemaMessage.TableSchema.Builder TableSchemaMessage.TableSchema.Builder.addAllAttrs(Iterable<? extends TableSchemaMessage.TableSchema.Attribute> values)
          repeated .org.apache.hadoop.hbase.rest.protobuf.generated.TableSchema.Attribute attrs = 2;
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.