|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface MasterProtos.GetTableDescriptorsRequestOrBuilder
Method Summary | |
---|---|
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; |
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 |
---|
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;
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |