org.apache.hadoop.hbase.protobuf.generated
Interface MasterProtos.GetTableDescriptorsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MasterProtos.GetTableDescriptorsResponse, MasterProtos.GetTableDescriptorsResponse.Builder
Enclosing class:
MasterProtos

public static interface MasterProtos.GetTableDescriptorsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 HBaseProtos.TableSchema getTableSchema(int index)
          repeated .TableSchema table_schema = 1;
 int getTableSchemaCount()
          repeated .TableSchema table_schema = 1;
 List<HBaseProtos.TableSchema> getTableSchemaList()
          repeated .TableSchema table_schema = 1;
 HBaseProtos.TableSchemaOrBuilder getTableSchemaOrBuilder(int index)
          repeated .TableSchema table_schema = 1;
 List<? extends HBaseProtos.TableSchemaOrBuilder> getTableSchemaOrBuilderList()
          repeated .TableSchema table_schema = 1;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

getTableSchemaList

List<HBaseProtos.TableSchema> getTableSchemaList()
repeated .TableSchema table_schema = 1;


getTableSchema

HBaseProtos.TableSchema getTableSchema(int index)
repeated .TableSchema table_schema = 1;


getTableSchemaCount

int getTableSchemaCount()
repeated .TableSchema table_schema = 1;


getTableSchemaOrBuilderList

List<? extends HBaseProtos.TableSchemaOrBuilder> getTableSchemaOrBuilderList()
repeated .TableSchema table_schema = 1;


getTableSchemaOrBuilder

HBaseProtos.TableSchemaOrBuilder getTableSchemaOrBuilder(int index)
repeated .TableSchema table_schema = 1;



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