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

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

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


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

getTableNamesList

List<HBaseProtos.TableName> getTableNamesList()
repeated .TableName table_names = 1;


getTableNames

HBaseProtos.TableName getTableNames(int index)
repeated .TableName table_names = 1;


getTableNamesCount

int getTableNamesCount()
repeated .TableName table_names = 1;


getTableNamesOrBuilderList

List<? extends HBaseProtos.TableNameOrBuilder> getTableNamesOrBuilderList()
repeated .TableName table_names = 1;


getTableNamesOrBuilder

HBaseProtos.TableNameOrBuilder getTableNamesOrBuilder(int index)
repeated .TableName table_names = 1;


hasRegex

boolean hasRegex()
optional string regex = 2;


getRegex

String getRegex()
optional string regex = 2;


getRegexBytes

com.google.protobuf.ByteString getRegexBytes()
optional string regex = 2;


hasIncludeSysTables

boolean hasIncludeSysTables()
optional bool include_sys_tables = 3 [default = false];


getIncludeSysTables

boolean getIncludeSysTables()
optional bool include_sys_tables = 3 [default = false];


hasNamespace

boolean hasNamespace()
optional string namespace = 4;


getNamespace

String getNamespace()
optional string namespace = 4;


getNamespaceBytes

com.google.protobuf.ByteString getNamespaceBytes()
optional string namespace = 4;



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.