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

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

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


Method Summary
 boolean getIncludeSysTables()
          optional bool include_sys_tables = 2 [default = false];
 String getNamespace()
          optional string namespace = 3;
 com.google.protobuf.ByteString getNamespaceBytes()
          optional string namespace = 3;
 String getRegex()
          optional string regex = 1;
 com.google.protobuf.ByteString getRegexBytes()
          optional string regex = 1;
 boolean hasIncludeSysTables()
          optional bool include_sys_tables = 2 [default = false];
 boolean hasNamespace()
          optional string namespace = 3;
 boolean hasRegex()
          optional string regex = 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

hasRegex

boolean hasRegex()
optional string regex = 1;


getRegex

String getRegex()
optional string regex = 1;


getRegexBytes

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


hasIncludeSysTables

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


getIncludeSysTables

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


hasNamespace

boolean hasNamespace()
optional string namespace = 3;


getNamespace

String getNamespace()
optional string namespace = 3;


getNamespaceBytes

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



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