public static interface MasterProtos.GetTableDescriptorsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
List<HBaseProtos.TableSchema> getTableSchemaList()
repeated .TableSchema table_schema = 1;
HBaseProtos.TableSchema getTableSchema(int index)
repeated .TableSchema table_schema = 1;
int getTableSchemaCount()
repeated .TableSchema table_schema = 1;
List<? extends HBaseProtos.TableSchemaOrBuilder> getTableSchemaOrBuilderList()
repeated .TableSchema table_schema = 1;
HBaseProtos.TableSchemaOrBuilder getTableSchemaOrBuilder(int index)
repeated .TableSchema table_schema = 1;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.