Uses of Class
org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema

Uses of HBaseProtos.TableSchema in org.apache.hadoop.hbase.protobuf.generated
 

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

Methods in org.apache.hadoop.hbase.protobuf.generated that return HBaseProtos.TableSchema
 HBaseProtos.TableSchema HBaseProtos.TableSchema.Builder.build()
           
 HBaseProtos.TableSchema HBaseProtos.TableSchema.Builder.buildPartial()
           
static HBaseProtos.TableSchema HBaseProtos.TableSchema.getDefaultInstance()
           
 HBaseProtos.TableSchema HBaseProtos.TableSchema.getDefaultInstanceForType()
           
 HBaseProtos.TableSchema HBaseProtos.TableSchema.Builder.getDefaultInstanceForType()
           
 HBaseProtos.TableSchema MasterProtos.CreateTableRequestOrBuilder.getTableSchema()
          required .TableSchema table_schema = 1;
 HBaseProtos.TableSchema MasterProtos.CreateTableRequest.getTableSchema()
          required .TableSchema table_schema = 1;
 HBaseProtos.TableSchema MasterProtos.CreateTableRequest.Builder.getTableSchema()
          required .TableSchema table_schema = 1;
 HBaseProtos.TableSchema MasterProtos.ModifyTableRequestOrBuilder.getTableSchema()
          required .TableSchema table_schema = 2;
 HBaseProtos.TableSchema MasterProtos.ModifyTableRequest.getTableSchema()
          required .TableSchema table_schema = 2;
 HBaseProtos.TableSchema MasterProtos.ModifyTableRequest.Builder.getTableSchema()
          required .TableSchema table_schema = 2;
 HBaseProtos.TableSchema MasterProtos.ListTableDescriptorsByNamespaceResponseOrBuilder.getTableSchema(int index)
          repeated .TableSchema tableSchema = 1;
 HBaseProtos.TableSchema MasterProtos.ListTableDescriptorsByNamespaceResponse.getTableSchema(int index)
          repeated .TableSchema tableSchema = 1;
 HBaseProtos.TableSchema MasterProtos.ListTableDescriptorsByNamespaceResponse.Builder.getTableSchema(int index)
          repeated .TableSchema tableSchema = 1;
 HBaseProtos.TableSchema MasterProtos.GetTableDescriptorsResponseOrBuilder.getTableSchema(int index)
          repeated .TableSchema table_schema = 1;
 HBaseProtos.TableSchema MasterProtos.GetTableDescriptorsResponse.getTableSchema(int index)
          repeated .TableSchema table_schema = 1;
 HBaseProtos.TableSchema MasterProtos.GetTableDescriptorsResponse.Builder.getTableSchema(int index)
          repeated .TableSchema table_schema = 1;
static HBaseProtos.TableSchema HBaseProtos.TableSchema.parseDelimitedFrom(InputStream input)
           
static HBaseProtos.TableSchema HBaseProtos.TableSchema.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HBaseProtos.TableSchema HBaseProtos.TableSchema.parseFrom(byte[] data)
           
static HBaseProtos.TableSchema HBaseProtos.TableSchema.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HBaseProtos.TableSchema HBaseProtos.TableSchema.parseFrom(com.google.protobuf.ByteString data)
           
static HBaseProtos.TableSchema HBaseProtos.TableSchema.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HBaseProtos.TableSchema HBaseProtos.TableSchema.parseFrom(com.google.protobuf.CodedInputStream input)
           
static HBaseProtos.TableSchema HBaseProtos.TableSchema.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static HBaseProtos.TableSchema HBaseProtos.TableSchema.parseFrom(InputStream input)
           
static HBaseProtos.TableSchema HBaseProtos.TableSchema.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type HBaseProtos.TableSchema
 com.google.protobuf.Parser<HBaseProtos.TableSchema> HBaseProtos.TableSchema.getParserForType()
           
 List<HBaseProtos.TableSchema> MasterProtos.ListTableDescriptorsByNamespaceResponseOrBuilder.getTableSchemaList()
          repeated .TableSchema tableSchema = 1;
 List<HBaseProtos.TableSchema> MasterProtos.ListTableDescriptorsByNamespaceResponse.getTableSchemaList()
          repeated .TableSchema tableSchema = 1;
 List<HBaseProtos.TableSchema> MasterProtos.ListTableDescriptorsByNamespaceResponse.Builder.getTableSchemaList()
          repeated .TableSchema tableSchema = 1;
 List<HBaseProtos.TableSchema> MasterProtos.GetTableDescriptorsResponseOrBuilder.getTableSchemaList()
          repeated .TableSchema table_schema = 1;
 List<HBaseProtos.TableSchema> MasterProtos.GetTableDescriptorsResponse.getTableSchemaList()
          repeated .TableSchema table_schema = 1;
 List<HBaseProtos.TableSchema> MasterProtos.GetTableDescriptorsResponse.Builder.getTableSchemaList()
          repeated .TableSchema table_schema = 1;
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type HBaseProtos.TableSchema
 MasterProtos.ListTableDescriptorsByNamespaceResponse.Builder MasterProtos.ListTableDescriptorsByNamespaceResponse.Builder.addTableSchema(HBaseProtos.TableSchema value)
          repeated .TableSchema tableSchema = 1;
 MasterProtos.GetTableDescriptorsResponse.Builder MasterProtos.GetTableDescriptorsResponse.Builder.addTableSchema(HBaseProtos.TableSchema value)
          repeated .TableSchema table_schema = 1;
 MasterProtos.ListTableDescriptorsByNamespaceResponse.Builder MasterProtos.ListTableDescriptorsByNamespaceResponse.Builder.addTableSchema(int index, HBaseProtos.TableSchema value)
          repeated .TableSchema tableSchema = 1;
 MasterProtos.GetTableDescriptorsResponse.Builder MasterProtos.GetTableDescriptorsResponse.Builder.addTableSchema(int index, HBaseProtos.TableSchema value)
          repeated .TableSchema table_schema = 1;
 HBaseProtos.TableSchema.Builder HBaseProtos.TableSchema.Builder.mergeFrom(HBaseProtos.TableSchema other)
           
 MasterProtos.CreateTableRequest.Builder MasterProtos.CreateTableRequest.Builder.mergeTableSchema(HBaseProtos.TableSchema value)
          required .TableSchema table_schema = 1;
 MasterProtos.ModifyTableRequest.Builder MasterProtos.ModifyTableRequest.Builder.mergeTableSchema(HBaseProtos.TableSchema value)
          required .TableSchema table_schema = 2;
static HBaseProtos.TableSchema.Builder HBaseProtos.TableSchema.newBuilder(HBaseProtos.TableSchema prototype)
           
 MasterProtos.CreateTableRequest.Builder MasterProtos.CreateTableRequest.Builder.setTableSchema(HBaseProtos.TableSchema value)
          required .TableSchema table_schema = 1;
 MasterProtos.ModifyTableRequest.Builder MasterProtos.ModifyTableRequest.Builder.setTableSchema(HBaseProtos.TableSchema value)
          required .TableSchema table_schema = 2;
 MasterProtos.ListTableDescriptorsByNamespaceResponse.Builder MasterProtos.ListTableDescriptorsByNamespaceResponse.Builder.setTableSchema(int index, HBaseProtos.TableSchema value)
          repeated .TableSchema tableSchema = 1;
 MasterProtos.GetTableDescriptorsResponse.Builder MasterProtos.GetTableDescriptorsResponse.Builder.setTableSchema(int index, HBaseProtos.TableSchema value)
          repeated .TableSchema table_schema = 1;
 

Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type HBaseProtos.TableSchema
 MasterProtos.ListTableDescriptorsByNamespaceResponse.Builder MasterProtos.ListTableDescriptorsByNamespaceResponse.Builder.addAllTableSchema(Iterable<? extends HBaseProtos.TableSchema> values)
          repeated .TableSchema tableSchema = 1;
 MasterProtos.GetTableDescriptorsResponse.Builder MasterProtos.GetTableDescriptorsResponse.Builder.addAllTableSchema(Iterable<? extends HBaseProtos.TableSchema> values)
          repeated .TableSchema table_schema = 1;
 



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