public static interface MasterProtos.GetTableDescriptorsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getIncludeSysTables()
optional bool include_sys_tables = 3 [default = false]; |
String |
getNamespace()
optional string namespace = 4; |
com.google.protobuf.ByteString |
getNamespaceBytes()
optional string namespace = 4; |
String |
getRegex()
optional string regex = 2; |
com.google.protobuf.ByteString |
getRegexBytes()
optional string regex = 2; |
HBaseProtos.TableName |
getTableNames(int index)
repeated .TableName table_names = 1; |
int |
getTableNamesCount()
repeated .TableName table_names = 1; |
List<HBaseProtos.TableName> |
getTableNamesList()
repeated .TableName table_names = 1; |
HBaseProtos.TableNameOrBuilder |
getTableNamesOrBuilder(int index)
repeated .TableName table_names = 1; |
List<? extends HBaseProtos.TableNameOrBuilder> |
getTableNamesOrBuilderList()
repeated .TableName table_names = 1; |
boolean |
hasIncludeSysTables()
optional bool include_sys_tables = 3 [default = false]; |
boolean |
hasNamespace()
optional string namespace = 4; |
boolean |
hasRegex()
optional string regex = 2; |
List<HBaseProtos.TableName> getTableNamesList()
repeated .TableName table_names = 1;
HBaseProtos.TableName getTableNames(int index)
repeated .TableName table_names = 1;
int getTableNamesCount()
repeated .TableName table_names = 1;
List<? extends HBaseProtos.TableNameOrBuilder> getTableNamesOrBuilderList()
repeated .TableName table_names = 1;
HBaseProtos.TableNameOrBuilder getTableNamesOrBuilder(int index)
repeated .TableName table_names = 1;
boolean hasRegex()
optional string regex = 2;
String getRegex()
optional string regex = 2;
com.google.protobuf.ByteString getRegexBytes()
optional string regex = 2;
boolean hasIncludeSysTables()
optional bool include_sys_tables = 3 [default = false];
boolean getIncludeSysTables()
optional bool include_sys_tables = 3 [default = false];
boolean hasNamespace()
optional string namespace = 4;
String getNamespace()
optional string namespace = 4;
com.google.protobuf.ByteString getNamespaceBytes()
optional string namespace = 4;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.