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
 

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.TableSchema.getAttrs(int index)
           
 TableSchemaMessage.TableSchema.Attribute TableSchemaMessage.TableSchema.Builder.getAttrs(int index)
           
static TableSchemaMessage.TableSchema.Attribute TableSchemaMessage.TableSchema.Attribute.getDefaultInstance()
           
 TableSchemaMessage.TableSchema.Attribute TableSchemaMessage.TableSchema.Attribute.getDefaultInstanceForType()
           
 TableSchemaMessage.TableSchema.Attribute TableSchemaMessage.TableSchema.Attribute.Builder.getDefaultInstanceForType()
           
protected  TableSchemaMessage.TableSchema.Attribute TableSchemaMessage.TableSchema.Attribute.Builder.internalGetResult()
           
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.TableSchema.getAttrsList()
           
 List<TableSchemaMessage.TableSchema.Attribute> TableSchemaMessage.TableSchema.Builder.getAttrsList()
           
 

Methods in org.apache.hadoop.hbase.rest.protobuf.generated with parameters of type TableSchemaMessage.TableSchema.Attribute
 TableSchemaMessage.TableSchema.Builder TableSchemaMessage.TableSchema.Builder.addAttrs(TableSchemaMessage.TableSchema.Attribute value)
           
 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)
           
 

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)
           
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.